Shades of Eggplant #9E0872
Tints of Eggplant #9E0872
RGB
CMYK
RGB Variations
Color information
#9E0872 (or 0x9E0872) is known color: Eggplant. HEX triplet: 9E, 08 and 72. RGB value is (158,8,114). Sum of RGB (Red+Green+Blue) = 158+8+114=280 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.43% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0872 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0872 is #61F78D. Grayscale: #404040. Windows color (decimal): -6420366 or 7473310. OLE color: 7473310.
HSL color Cylindrical-coordinate representation of color #9E0872: hue angle of 317.6º 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 #9E0872 is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 8 | 114 | - |
| CMYK | 0 | 0.95 | 0.28 | 0.38 |
| HSL | 317.6º | 0.9% | 0.33% | - |
| HSV(B) | 317.6º | 0.95% | 0.62% | - |
| XYZ | 17.22 | 8.66 | 16.68 | - |
| YUV | 64.93 | 155.7 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 8 | 114 | 0 | 0.95 | 0.28 | 0.38 | 317.6 | 0.9 | 0.33 |
| Hex | 9E | 8 | 72 | 0 | 5F | 1C | 26 | 13E | 5A | 21 |
| Octal | 236 | 10 | 162 | 0 | 137 | 34 | 46 | 476 | 132 | 41 |
| Binary | 10011110 | 1000 | 1110010 | 0 | 1011111 | 11100 | 100110 | 100111110 | 1011010 | 100001 |
Color Harmonies of #9E0872
Complementary color
Monochromatic Colors of #9E0872
Black with #9E0872
Text Example
Text Example
White with #9E0872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0872; }
p { color: rgb(158,8,114); }
H1.HeaderClassName
{
color: #9E0872;
}
.AnyTagClassName
{
color: #9E0872;
}
</style>
background-color css
<style>
a { background-color: #9E0872; }
a { background-color: rgb(158,8,114); }
div.DivClassName
{
background-color: #9E0872;
}
.BgClassName
{
background-color: #9E0872;
}
</style>
border-color css
<style>
span { border-color: #9E0872; }
span { border-color: rgb(158,8,114); }
td.TdClassName
{
border-color: #9E0872;
}
.TagClassName
{
border-color: #9E0872;
}
</style>