Shades of Eggplant #9E0876
Tints of Eggplant #9E0876
RGB
CMYK
RGB Variations
Color information
#9E0876 (or 0x9E0876) is known color: Eggplant. HEX triplet: 9E, 08 and 76. RGB value is (158,8,118). Sum of RGB (Red+Green+Blue) = 158+8+118=284 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.63% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0876 is #61F789. Grayscale: #414141. Windows color (decimal): -6420362 or 7735454. OLE color: 7735454.
HSL color Cylindrical-coordinate representation of color #9E0876: hue angle of 316º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0876 is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 118 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.38 |
| HSL | 316º | 0.9% | 0.33% | - |
| HSV(B) | 316º | 0.95% | 0.62% | - |
| XYZ | 17.46 | 8.75 | 17.91 | - |
| YUV | 65.39 | 157.7 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 118 | 0 | 0.95 | 0.25 | 0.38 | 316 | 0.9 | 0.33 |
| Hex | 9E | 8 | 76 | 0 | 5F | 19 | 26 | 13C | 5A | 21 |
| Octal | 236 | 10 | 166 | 0 | 137 | 31 | 46 | 474 | 132 | 41 |
| Binary | 10011110 | 1000 | 1110110 | 0 | 1011111 | 11001 | 100110 | 100111100 | 1011010 | 100001 |
Color Harmonies of #9E0876
Complementary color
Monochromatic Colors of #9E0876
Black with #9E0876
Text Example
Text Example
White with #9E0876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0876; }
p { color: rgb(158,8,118); }
H1.HeaderClassName
{
color: #9E0876;
}
.AnyTagClassName
{
color: #9E0876;
}
</style>
background-color css
<style>
a { background-color: #9E0876; }
a { background-color: rgb(158,8,118); }
div.DivClassName
{
background-color: #9E0876;
}
.BgClassName
{
background-color: #9E0876;
}
</style>
border-color css
<style>
span { border-color: #9E0876; }
span { border-color: rgb(158,8,118); }
td.TdClassName
{
border-color: #9E0876;
}
.TagClassName
{
border-color: #9E0876;
}
</style>