Shades of Eggplant #990E76
Tints of Eggplant #990E76
RGB
CMYK
RGB Variations
Color information
#990E76 (or 0x990E76) is known color: Eggplant. HEX triplet: 99, 0E and 76. RGB value is (153,14,118). Sum of RGB (Red+Green+Blue) = 153+14+118=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #990E76 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E76 is #66F189. Grayscale: #434343. Windows color (decimal): -6746506 or 7736985. OLE color: 7736985.
HSL color Cylindrical-coordinate representation of color #990E76: hue angle of 315.11º 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 #990E76 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 118 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.4 |
| HSL | 315.11º | 0.83% | 0.33% | - |
| HSV(B) | 315.11º | 0.91% | 0.6% | - |
| XYZ | 16.56 | 8.39 | 17.89 | - |
| YUV | 67.42 | 156.55 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 118 | 0 | 0.91 | 0.23 | 0.4 | 315.11 | 0.83 | 0.33 |
| Hex | 99 | E | 76 | 0 | 5B | 17 | 28 | 13B | 53 | 21 |
| Octal | 231 | 16 | 166 | 0 | 133 | 27 | 50 | 473 | 123 | 41 |
| Binary | 10011001 | 1110 | 1110110 | 0 | 1011011 | 10111 | 101000 | 100111011 | 1010011 | 100001 |
Color Harmonies of #990E76
Complementary color
Monochromatic Colors of #990E76
Black with #990E76
Text Example
Text Example
White with #990E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E76; }
p { color: rgb(153,14,118); }
H1.HeaderClassName
{
color: #990E76;
}
.AnyTagClassName
{
color: #990E76;
}
</style>
background-color css
<style>
a { background-color: #990E76; }
a { background-color: rgb(153,14,118); }
div.DivClassName
{
background-color: #990E76;
}
.BgClassName
{
background-color: #990E76;
}
</style>
border-color css
<style>
span { border-color: #990E76; }
span { border-color: rgb(153,14,118); }
td.TdClassName
{
border-color: #990E76;
}
.TagClassName
{
border-color: #990E76;
}
</style>