Shades of Eggplant #9E0B79
Tints of Eggplant #9E0B79
RGB
CMYK
RGB Variations
Color information
#9E0B79 (or 0x9E0B79) is known color: Eggplant. HEX triplet: 9E, 0B and 79. RGB value is (158,11,121). Sum of RGB (Red+Green+Blue) = 158+11+121=290 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.48% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 121 (47.66% from 255 or 41.72% from 290); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0B79 is #61F486. Grayscale: #434343. Windows color (decimal): -6419591 or 7932830. OLE color: 7932830.
HSL color Cylindrical-coordinate representation of color #9E0B79: hue angle of 315.1º 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 #9E0B79 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 11 | 121 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.38 |
| HSL | 315.1º | 0.87% | 0.33% | - |
| HSV(B) | 315.1º | 0.93% | 0.62% | - |
| XYZ | 17.67 | 8.89 | 18.87 | - |
| YUV | 67.49 | 158.2 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 11 | 121 | 0 | 0.93 | 0.23 | 0.38 | 315.1 | 0.87 | 0.33 |
| Hex | 9E | B | 79 | 0 | 5D | 17 | 26 | 13B | 57 | 21 |
| Octal | 236 | 13 | 171 | 0 | 135 | 27 | 46 | 473 | 127 | 41 |
| Binary | 10011110 | 1011 | 1111001 | 0 | 1011101 | 10111 | 100110 | 100111011 | 1010111 | 100001 |
Color Harmonies of #9E0B79
Complementary color
Monochromatic Colors of #9E0B79
Black with #9E0B79
Text Example
Text Example
White with #9E0B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0B79; }
p { color: rgb(158,11,121); }
H1.HeaderClassName
{
color: #9E0B79;
}
.AnyTagClassName
{
color: #9E0B79;
}
</style>
background-color css
<style>
a { background-color: #9E0B79; }
a { background-color: rgb(158,11,121); }
div.DivClassName
{
background-color: #9E0B79;
}
.BgClassName
{
background-color: #9E0B79;
}
</style>
border-color css
<style>
span { border-color: #9E0B79; }
span { border-color: rgb(158,11,121); }
td.TdClassName
{
border-color: #9E0B79;
}
.TagClassName
{
border-color: #9E0B79;
}
</style>