Shades of Amethyst #9E66D6
Tints of Amethyst #9E66D6
RGB
CMYK
RGB Variations
Color information
#9E66D6 (or 0x9E66D6) is known color: Amethyst. HEX triplet: 9E, 66 and D6. RGB value is (158,102,214). Sum of RGB (Red+Green+Blue) = 158+102+214=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #9E66D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66D6 is #619929. Grayscale: #838383. Windows color (decimal): -6396202 or 14050974. OLE color: 14050974.
HSL color Cylindrical-coordinate representation of color #9E66D6: hue angle of 270º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E66D6 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 158 | 102 | 214 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.16 |
| HSL | 270º | 0.58% | 0.62% | - |
| HSV(B) | 270º | 0.52% | 0.84% | - |
| XYZ | 30.99 | 21.63 | 66.16 | - |
| YUV | 131.51 | 174.55 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 214 | 0.26 | 0.52 | 0 | 0.16 | 270 | 0.58 | 0.62 |
| Hex | 9E | 66 | D6 | 1A | 34 | 0 | 10 | 10E | 3A | 3E |
| Octal | 236 | 146 | 326 | 32 | 64 | 0 | 20 | 416 | 72 | 76 |
| Binary | 10011110 | 1100110 | 11010110 | 11010 | 110100 | 0 | 10000 | 100001110 | 111010 | 111110 |
Color Harmonies of #9E66D6
Complementary color
Monochromatic Colors of #9E66D6
Black with #9E66D6
Text Example
Text Example
White with #9E66D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E66D6; }
p { color: rgb(158,102,214); }
H1.HeaderClassName
{
color: #9E66D6;
}
.AnyTagClassName
{
color: #9E66D6;
}
</style>
background-color css
<style>
a { background-color: #9E66D6; }
a { background-color: rgb(158,102,214); }
div.DivClassName
{
background-color: #9E66D6;
}
.BgClassName
{
background-color: #9E66D6;
}
</style>
border-color css
<style>
span { border-color: #9E66D6; }
span { border-color: rgb(158,102,214); }
td.TdClassName
{
border-color: #9E66D6;
}
.TagClassName
{
border-color: #9E66D6;
}
</style>