Shades of Eggplant #9E0079
Tints of Eggplant #9E0079
RGB
CMYK
RGB Variations
Color information
#9E0079 (or 0x9E0079) is known color: Eggplant. HEX triplet: 9E, 00 and 79. RGB value is (158,0,121). Sum of RGB (Red+Green+Blue) = 158+0+121=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 121 (47.66% from 255 or 43.37% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0079 is #61FF86. Grayscale: #3C3C3C. Windows color (decimal): -6422407 or 7930014. OLE color: 7930014.
HSL color Cylindrical-coordinate representation of color #9E0079: hue angle of 314.05º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E0079 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 121 | - |
| CMYK | 0 | 1 | 0.23 | 0.38 |
| HSL | 314.05º | 1% | 0.31% | - |
| HSV(B) | 314.05º | 1% | 0.62% | - |
| XYZ | 17.55 | 8.65 | 18.83 | - |
| YUV | 61.04 | 161.85 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 121 | 0 | 1 | 0.23 | 0.38 | 314.05 | 1 | 0.31 |
| Hex | 9E | 0 | 79 | 0 | 64 | 17 | 26 | 13A | 64 | 1F |
| Octal | 236 | 0 | 171 | 0 | 144 | 27 | 46 | 472 | 144 | 37 |
| Binary | 10011110 | 0 | 1111001 | 0 | 1100100 | 10111 | 100110 | 100111010 | 1100100 | 11111 |
Color Harmonies of #9E0079
Complementary color
Monochromatic Colors of #9E0079
Black with #9E0079
Text Example
Text Example
White with #9E0079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0079; }
p { color: rgb(158,0,121); }
H1.HeaderClassName
{
color: #9E0079;
}
.AnyTagClassName
{
color: #9E0079;
}
</style>
background-color css
<style>
a { background-color: #9E0079; }
a { background-color: rgb(158,0,121); }
div.DivClassName
{
background-color: #9E0079;
}
.BgClassName
{
background-color: #9E0079;
}
</style>
border-color css
<style>
span { border-color: #9E0079; }
span { border-color: rgb(158,0,121); }
td.TdClassName
{
border-color: #9E0079;
}
.TagClassName
{
border-color: #9E0079;
}
</style>