Petrified Purple
#9c87c1
Petrified Purple, represented by the hex value #9c87c1, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #9c87c1 | |
|---|---|---|
| RGB | rgb(156, 135, 193) | |
| HSL | hsl(262, 32%, 64%) | |
| CMYK | cmyk(19%, 30%, 0%, 24%) | |
| LAB | lab(60, 17, -27) | |
| OKLCH | oklch(0.66 0.087 301) |
Color harmonies
Tints & shades
Code snippets
color: #9c87c1;
background-color: #9c87c1;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF9C87C1)
/* Swift / UIKit */
UIColor(red: 0.61, green: 0.53, blue: 0.76, alpha: 1.0)