Shades of Eggplant #990E79
Tints of Eggplant #990E79
RGB
CMYK
RGB Variations
Color information
#990E79 (or 0x990E79) is known color: Eggplant. HEX triplet: 99, 0E and 79. RGB value is (153,14,121). Sum of RGB (Red+Green+Blue) = 153+14+121=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #990E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E79 is #66F186. Grayscale: #434343. Windows color (decimal): -6746503 or 7933593. OLE color: 7933593.
HSL color Cylindrical-coordinate representation of color #990E79: hue angle of 313.81º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E79 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 121 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.4 |
| HSL | 313.81º | 0.83% | 0.33% | - |
| HSV(B) | 313.81º | 0.91% | 0.6% | - |
| XYZ | 16.75 | 8.47 | 18.84 | - |
| YUV | 67.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 121 | 0 | 0.91 | 0.21 | 0.4 | 313.81 | 0.83 | 0.33 |
| Hex | 99 | E | 79 | 0 | 5B | 15 | 28 | 13A | 53 | 21 |
| Octal | 231 | 16 | 171 | 0 | 133 | 25 | 50 | 472 | 123 | 41 |
| Binary | 10011001 | 1110 | 1111001 | 0 | 1011011 | 10101 | 101000 | 100111010 | 1010011 | 100001 |
Color Harmonies of #990E79
Complementary color
Monochromatic Colors of #990E79
Black with #990E79
Text Example
Text Example
White with #990E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E79; }
p { color: rgb(153,14,121); }
H1.HeaderClassName
{
color: #990E79;
}
.AnyTagClassName
{
color: #990E79;
}
</style>
background-color css
<style>
a { background-color: #990E79; }
a { background-color: rgb(153,14,121); }
div.DivClassName
{
background-color: #990E79;
}
.BgClassName
{
background-color: #990E79;
}
</style>
border-color css
<style>
span { border-color: #990E79; }
span { border-color: rgb(153,14,121); }
td.TdClassName
{
border-color: #990E79;
}
.TagClassName
{
border-color: #990E79;
}
</style>