Shades of Eggplant #990E73
Tints of Eggplant #990E73
RGB
CMYK
RGB Variations
Color information
#990E73 (or 0x990E73) is known color: Eggplant. HEX triplet: 99, 0E and 73. RGB value is (153,14,115). Sum of RGB (Red+Green+Blue) = 153+14+115=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #990E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E73 is #66F18C. Grayscale: #424242. Windows color (decimal): -6746509 or 7540377. OLE color: 7540377.
HSL color Cylindrical-coordinate representation of color #990E73: hue angle of 316.4º 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 #990E73 is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 115 | - |
| CMYK | 0 | 0.91 | 0.25 | 0.4 |
| HSL | 316.4º | 0.83% | 0.33% | - |
| HSV(B) | 316.4º | 0.91% | 0.6% | - |
| XYZ | 16.39 | 8.32 | 16.96 | - |
| YUV | 67.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 115 | 0 | 0.91 | 0.25 | 0.4 | 316.4 | 0.83 | 0.33 |
| Hex | 99 | E | 73 | 0 | 5B | 19 | 28 | 13C | 53 | 21 |
| Octal | 231 | 16 | 163 | 0 | 133 | 31 | 50 | 474 | 123 | 41 |
| Binary | 10011001 | 1110 | 1110011 | 0 | 1011011 | 11001 | 101000 | 100111100 | 1010011 | 100001 |
Color Harmonies of #990E73
Complementary color
Monochromatic Colors of #990E73
Black with #990E73
Text Example
Text Example
White with #990E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E73; }
p { color: rgb(153,14,115); }
H1.HeaderClassName
{
color: #990E73;
}
.AnyTagClassName
{
color: #990E73;
}
</style>
background-color css
<style>
a { background-color: #990E73; }
a { background-color: rgb(153,14,115); }
div.DivClassName
{
background-color: #990E73;
}
.BgClassName
{
background-color: #990E73;
}
</style>
border-color css
<style>
span { border-color: #990E73; }
span { border-color: rgb(153,14,115); }
td.TdClassName
{
border-color: #990E73;
}
.TagClassName
{
border-color: #990E73;
}
</style>