Shades of Amethyst #9E66CA
Tints of Amethyst #9E66CA
RGB
CMYK
RGB Variations
Color information
#9E66CA (or 0x9E66CA) is known color: Amethyst. HEX triplet: 9E, 66 and CA. RGB value is (158,102,202). Sum of RGB (Red+Green+Blue) = 158+102+202=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E66CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66CA is #619935. Grayscale: #818181. Windows color (decimal): -6396214 or 13264542. OLE color: 13264542.
HSL color Cylindrical-coordinate representation of color #9E66CA: hue angle of 273.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E66CA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 102 | 202 | - |
| CMYK | 0.22 | 0.50 | 0 | 0.21 |
| HSL | 273.6º | 0.49% | 0.6% | - |
| HSV(B) | 273.6º | 0.5% | 0.79% | - |
| XYZ | 29.51 | 21.04 | 58.38 | - |
| YUV | 130.14 | 168.55 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 202 | 0.22 | 0.50 | 0 | 0.21 | 273.6 | 0.49 | 0.6 |
| Hex | 9E | 66 | CA | 16 | 32 | 0 | 15 | 112 | 31 | 3C |
| Octal | 236 | 146 | 312 | 26 | 62 | 0 | 25 | 422 | 61 | 74 |
| Binary | 10011110 | 1100110 | 11001010 | 10110 | 110010 | 0 | 10101 | 100010010 | 110001 | 111100 |
Color Harmonies of #9E66CA
Complementary color
Monochromatic Colors of #9E66CA
Black with #9E66CA
Text Example
Text Example
White with #9E66CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E66CA; }
p { color: rgb(158,102,202); }
H1.HeaderClassName
{
color: #9E66CA;
}
.AnyTagClassName
{
color: #9E66CA;
}
</style>
background-color css
<style>
a { background-color: #9E66CA; }
a { background-color: rgb(158,102,202); }
div.DivClassName
{
background-color: #9E66CA;
}
.BgClassName
{
background-color: #9E66CA;
}
</style>
border-color css
<style>
span { border-color: #9E66CA; }
span { border-color: rgb(158,102,202); }
td.TdClassName
{
border-color: #9E66CA;
}
.TagClassName
{
border-color: #9E66CA;
}
</style>