Amethyst
#9966cc
Here's everything about the color Amethyst (#9966cc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #9966cc | |
|---|---|---|
| RGB | rgb(153, 102, 204) | |
| HSL | hsl(270, 50%, 60%) | |
| CMYK | cmyk(25%, 50%, 0%, 20%) | |
| LAB | lab(52, 36, -46) | |
| OKLCH | oklch(0.61 0.156 305) |
Color harmonies
Tints & shades
Code snippets
color: #9966cc;
background-color: #9966cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-violet-500 /* ≈ #8e51ff */
/* Flutter */
Color(0xFF9966CC)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.40, blue: 0.80, alpha: 1.0)