Shades of Eggplant #990E77
Tints of Eggplant #990E77
RGB
CMYK
RGB Variations
Color information
#990E77 (or 0x990E77) is known color: Eggplant. HEX triplet: 99, 0E and 77. RGB value is (153,14,119). Sum of RGB (Red+Green+Blue) = 153+14+119=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 119 (46.88% from 255 or 41.61% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #990E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E77 is #66F188. Grayscale: #434343. Windows color (decimal): -6746505 or 7802521. OLE color: 7802521.
HSL color Cylindrical-coordinate representation of color #990E77: hue angle of 314.68º 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 #990E77 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 119 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.4 |
| HSL | 314.68º | 0.83% | 0.33% | - |
| HSV(B) | 314.68º | 0.91% | 0.6% | - |
| XYZ | 16.62 | 8.42 | 18.2 | - |
| YUV | 67.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 119 | 0 | 0.91 | 0.22 | 0.4 | 314.68 | 0.83 | 0.33 |
| Hex | 99 | E | 77 | 0 | 5B | 16 | 28 | 13B | 53 | 21 |
| Octal | 231 | 16 | 167 | 0 | 133 | 26 | 50 | 473 | 123 | 41 |
| Binary | 10011001 | 1110 | 1110111 | 0 | 1011011 | 10110 | 101000 | 100111011 | 1010011 | 100001 |
Color Harmonies of #990E77
Complementary color
Monochromatic Colors of #990E77
Black with #990E77
Text Example
Text Example
White with #990E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E77; }
p { color: rgb(153,14,119); }
H1.HeaderClassName
{
color: #990E77;
}
.AnyTagClassName
{
color: #990E77;
}
</style>
background-color css
<style>
a { background-color: #990E77; }
a { background-color: rgb(153,14,119); }
div.DivClassName
{
background-color: #990E77;
}
.BgClassName
{
background-color: #990E77;
}
</style>
border-color css
<style>
span { border-color: #990E77; }
span { border-color: rgb(153,14,119); }
td.TdClassName
{
border-color: #990E77;
}
.TagClassName
{
border-color: #990E77;
}
</style>