Shades of Eggplant #9F0E79
Tints of Eggplant #9F0E79
RGB
CMYK
RGB Variations
Color information
#9F0E79 (or 0x9F0E79) is known color: Eggplant. HEX triplet: 9F, 0E and 79. RGB value is (159,14,121). Sum of RGB (Red+Green+Blue) = 159+14+121=294 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.08% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0E79 is #60F186. Grayscale: #454545. Windows color (decimal): -6353287 or 7933599. OLE color: 7933599.
HSL color Cylindrical-coordinate representation of color #9F0E79: hue angle of 315.72º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F0E79 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 14 | 121 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.38 |
| HSL | 315.72º | 0.84% | 0.34% | - |
| HSV(B) | 315.72º | 0.91% | 0.62% | - |
| XYZ | 17.91 | 9.07 | 18.9 | - |
| YUV | 69.55 | 157.04 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 14 | 121 | 0 | 0.91 | 0.24 | 0.38 | 315.72 | 0.84 | 0.34 |
| Hex | 9F | E | 79 | 0 | 5B | 18 | 26 | 13C | 54 | 22 |
| Octal | 237 | 16 | 171 | 0 | 133 | 30 | 46 | 474 | 124 | 42 |
| Binary | 10011111 | 1110 | 1111001 | 0 | 1011011 | 11000 | 100110 | 100111100 | 1010100 | 100010 |
Color Harmonies of #9F0E79
Complementary color
Monochromatic Colors of #9F0E79
Black with #9F0E79
Text Example
Text Example
White with #9F0E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F0E79; }
p { color: rgb(159,14,121); }
H1.HeaderClassName
{
color: #9F0E79;
}
.AnyTagClassName
{
color: #9F0E79;
}
</style>
background-color css
<style>
a { background-color: #9F0E79; }
a { background-color: rgb(159,14,121); }
div.DivClassName
{
background-color: #9F0E79;
}
.BgClassName
{
background-color: #9F0E79;
}
</style>
border-color css
<style>
span { border-color: #9F0E79; }
span { border-color: rgb(159,14,121); }
td.TdClassName
{
border-color: #9F0E79;
}
.TagClassName
{
border-color: #9F0E79;
}
</style>