Shades of Eggplant #9E0366
Tints of Eggplant #9E0366
RGB
CMYK
RGB Variations
Color information
#9E0366 (or 0x9E0366) is known color: Eggplant. HEX triplet: 9E, 03 and 66. RGB value is (158,3,102). Sum of RGB (Red+Green+Blue) = 158+3+102=263 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.08% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 102 (40.23% from 255 or 38.78% from 263); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0366 is #61FC99. Grayscale: #3C3C3C. Windows color (decimal): -6421658 or 6685598. OLE color: 6685598.
HSL color Cylindrical-coordinate representation of color #9E0366: hue angle of 321.68º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E0366 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 102 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.38 |
| HSL | 321.68º | 0.96% | 0.32% | - |
| HSV(B) | 321.68º | 0.98% | 0.62% | - |
| XYZ | 16.53 | 8.29 | 13.3 | - |
| YUV | 60.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 102 | 0 | 0.98 | 0.35 | 0.38 | 321.68 | 0.96 | 0.32 |
| Hex | 9E | 3 | 66 | 0 | 62 | 23 | 26 | 142 | 60 | 20 |
| Octal | 236 | 3 | 146 | 0 | 142 | 43 | 46 | 502 | 140 | 40 |
| Binary | 10011110 | 11 | 1100110 | 0 | 1100010 | 100011 | 100110 | 101000010 | 1100000 | 100000 |
Color Harmonies of #9E0366
Complementary color
Monochromatic Colors of #9E0366
Black with #9E0366
Text Example
Text Example
White with #9E0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0366; }
p { color: rgb(158,3,102); }
H1.HeaderClassName
{
color: #9E0366;
}
.AnyTagClassName
{
color: #9E0366;
}
</style>
background-color css
<style>
a { background-color: #9E0366; }
a { background-color: rgb(158,3,102); }
div.DivClassName
{
background-color: #9E0366;
}
.BgClassName
{
background-color: #9E0366;
}
</style>
border-color css
<style>
span { border-color: #9E0366; }
span { border-color: rgb(158,3,102); }
td.TdClassName
{
border-color: #9E0366;
}
.TagClassName
{
border-color: #9E0366;
}
</style>