Shades of Eggplant #9E0566
Tints of Eggplant #9E0566
RGB
CMYK
RGB Variations
Color information
#9E0566 (or 0x9E0566) is known color: Eggplant. HEX triplet: 9E, 05 and 66. RGB value is (158,5,102). Sum of RGB (Red+Green+Blue) = 158+5+102=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 102 (40.23% from 255 or 38.49% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0566 is #61FA99. Grayscale: #3D3D3D. Windows color (decimal): -6421146 or 6686110. OLE color: 6686110.
HSL color Cylindrical-coordinate representation of color #9E0566: hue angle of 321.96º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E0566 is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 5 | 102 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.38 |
| HSL | 321.96º | 0.94% | 0.32% | - |
| HSV(B) | 321.96º | 0.97% | 0.62% | - |
| XYZ | 16.55 | 8.34 | 13.31 | - |
| YUV | 61.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 5 | 102 | 0 | 0.97 | 0.35 | 0.38 | 321.96 | 0.94 | 0.32 |
| Hex | 9E | 5 | 66 | 0 | 61 | 23 | 26 | 142 | 5E | 20 |
| Octal | 236 | 5 | 146 | 0 | 141 | 43 | 46 | 502 | 136 | 40 |
| Binary | 10011110 | 101 | 1100110 | 0 | 1100001 | 100011 | 100110 | 101000010 | 1011110 | 100000 |
Color Harmonies of #9E0566
Complementary color
Monochromatic Colors of #9E0566
Black with #9E0566
Text Example
Text Example
White with #9E0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0566; }
p { color: rgb(158,5,102); }
H1.HeaderClassName
{
color: #9E0566;
}
.AnyTagClassName
{
color: #9E0566;
}
</style>
background-color css
<style>
a { background-color: #9E0566; }
a { background-color: rgb(158,5,102); }
div.DivClassName
{
background-color: #9E0566;
}
.BgClassName
{
background-color: #9E0566;
}
</style>
border-color css
<style>
span { border-color: #9E0566; }
span { border-color: rgb(158,5,102); }
td.TdClassName
{
border-color: #9E0566;
}
.TagClassName
{
border-color: #9E0566;
}
</style>