Shades of Eggplant #990E74
Tints of Eggplant #990E74
RGB
CMYK
RGB Variations
Color information
#990E74 (or 0x990E74) is known color: Eggplant. HEX triplet: 99, 0E and 74. RGB value is (153,14,116). Sum of RGB (Red+Green+Blue) = 153+14+116=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 14 (5.86% from 255 or 4.95% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #990E74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E74 is #66F18B. Grayscale: #424242. Windows color (decimal): -6746508 or 7605913. OLE color: 7605913.
HSL color Cylindrical-coordinate representation of color #990E74: hue angle of 315.97º 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 #990E74 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 116 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.4 |
| HSL | 315.97º | 0.83% | 0.33% | - |
| HSV(B) | 315.97º | 0.91% | 0.6% | - |
| XYZ | 16.45 | 8.35 | 17.27 | - |
| YUV | 67.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 116 | 0 | 0.91 | 0.24 | 0.4 | 315.97 | 0.83 | 0.33 |
| Hex | 99 | E | 74 | 0 | 5B | 18 | 28 | 13C | 53 | 21 |
| Octal | 231 | 16 | 164 | 0 | 133 | 30 | 50 | 474 | 123 | 41 |
| Binary | 10011001 | 1110 | 1110100 | 0 | 1011011 | 11000 | 101000 | 100111100 | 1010011 | 100001 |
Color Harmonies of #990E74
Complementary color
Monochromatic Colors of #990E74
Black with #990E74
Text Example
Text Example
White with #990E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E74; }
p { color: rgb(153,14,116); }
H1.HeaderClassName
{
color: #990E74;
}
.AnyTagClassName
{
color: #990E74;
}
</style>
background-color css
<style>
a { background-color: #990E74; }
a { background-color: rgb(153,14,116); }
div.DivClassName
{
background-color: #990E74;
}
.BgClassName
{
background-color: #990E74;
}
</style>
border-color css
<style>
span { border-color: #990E74; }
span { border-color: rgb(153,14,116); }
td.TdClassName
{
border-color: #990E74;
}
.TagClassName
{
border-color: #990E74;
}
</style>