Purple Excellency
#943589
Looking for the precise values behind Purple Excellency (#943589)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #943589 | |
|---|---|---|
| RGB | rgb(148, 53, 137) | |
| HSL | hsl(307, 47%, 39%) | |
| CMYK | cmyk(0%, 64%, 7%, 42%) | |
| LAB | lab(39, 48, -27) | |
| OKLCH | oklch(0.5 0.162 333) |
Color harmonies
Tints & shades
Code snippets
color: #943589;
background-color: #943589;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-zinc-500 /* ≈ #71717b */
/* Flutter */
Color(0xFF943589)
/* Swift / UIKit */
UIColor(red: 0.58, green: 0.21, blue: 0.54, alpha: 1.0)