Shades of Eggplant #9E0B72
Tints of Eggplant #9E0B72
RGB
CMYK
RGB Variations
Color information
#9E0B72 (or 0x9E0B72) is known color: Eggplant. HEX triplet: 9E, 0B and 72. RGB value is (158,11,114). Sum of RGB (Red+Green+Blue) = 158+11+114=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B72 is #61F48D. Grayscale: #424242. Windows color (decimal): -6419598 or 7474078. OLE color: 7474078.
HSL color Cylindrical-coordinate representation of color #9E0B72: hue angle of 317.96º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B72 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 11 | 114 | - |
| CMYK | 0 | 0.93 | 0.28 | 0.38 |
| HSL | 317.96º | 0.87% | 0.33% | - |
| HSV(B) | 317.96º | 0.93% | 0.62% | - |
| XYZ | 17.26 | 8.72 | 16.69 | - |
| YUV | 66.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 114 | 0 | 0.93 | 0.28 | 0.38 | 317.96 | 0.87 | 0.33 |
| Hex | 9E | B | 72 | 0 | 5D | 1C | 26 | 13E | 57 | 21 |
| Octal | 236 | 13 | 162 | 0 | 135 | 34 | 46 | 476 | 127 | 41 |
| Binary | 10011110 | 1011 | 1110010 | 0 | 1011101 | 11100 | 100110 | 100111110 | 1010111 | 100001 |
Color Harmonies of #9E0B72
Complementary color
Monochromatic Colors of #9E0B72
Black with #9E0B72
Text Example
Text Example
White with #9E0B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0B72; }
p { color: rgb(158,11,114); }
H1.HeaderClassName
{
color: #9E0B72;
}
.AnyTagClassName
{
color: #9E0B72;
}
</style>
background-color css
<style>
a { background-color: #9E0B72; }
a { background-color: rgb(158,11,114); }
div.DivClassName
{
background-color: #9E0B72;
}
.BgClassName
{
background-color: #9E0B72;
}
</style>
border-color css
<style>
span { border-color: #9E0B72; }
span { border-color: rgb(158,11,114); }
td.TdClassName
{
border-color: #9E0B72;
}
.TagClassName
{
border-color: #9E0B72;
}
</style>