Shades of Amethyst #9E66CF
Tints of Amethyst #9E66CF
RGB
CMYK
RGB Variations
Color information
#9E66CF (or 0x9E66CF) is known color: Amethyst. HEX triplet: 9E, 66 and CF. RGB value is (158,102,207). Sum of RGB (Red+Green+Blue) = 158+102+207=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E66CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66CF is #619930. Grayscale: #828282. Windows color (decimal): -6396209 or 13592222. OLE color: 13592222.
HSL color Cylindrical-coordinate representation of color #9E66CF: hue angle of 272º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E66CF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 102 | 207 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.19 |
| HSL | 272º | 0.52% | 0.61% | - |
| HSV(B) | 272º | 0.51% | 0.81% | - |
| XYZ | 30.11 | 21.28 | 61.55 | - |
| YUV | 130.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 207 | 0.24 | 0.51 | 0 | 0.19 | 272 | 0.52 | 0.61 |
| Hex | 9E | 66 | CF | 18 | 33 | 0 | 13 | 110 | 34 | 3D |
| Octal | 236 | 146 | 317 | 30 | 63 | 0 | 23 | 420 | 64 | 75 |
| Binary | 10011110 | 1100110 | 11001111 | 11000 | 110011 | 0 | 10011 | 100010000 | 110100 | 111101 |
Color Harmonies of #9E66CF
Complementary color
Monochromatic Colors of #9E66CF
Black with #9E66CF
Text Example
Text Example
White with #9E66CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E66CF; }
p { color: rgb(158,102,207); }
H1.HeaderClassName
{
color: #9E66CF;
}
.AnyTagClassName
{
color: #9E66CF;
}
</style>
background-color css
<style>
a { background-color: #9E66CF; }
a { background-color: rgb(158,102,207); }
div.DivClassName
{
background-color: #9E66CF;
}
.BgClassName
{
background-color: #9E66CF;
}
</style>
border-color css
<style>
span { border-color: #9E66CF; }
span { border-color: rgb(158,102,207); }
td.TdClassName
{
border-color: #9E66CF;
}
.TagClassName
{
border-color: #9E66CF;
}
</style>