Shades of Eggplant #990E65
Tints of Eggplant #990E65
RGB
CMYK
RGB Variations
Color information
#990E65 (or 0x990E65) is known color: Eggplant. HEX triplet: 99, 0E and 65. RGB value is (153,14,101). Sum of RGB (Red+Green+Blue) = 153+14+101=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #990E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E65 is #66F19A. Grayscale: #414141. Windows color (decimal): -6746523 or 6622873. OLE color: 6622873.
HSL color Cylindrical-coordinate representation of color #990E65: hue angle of 322.45º 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 #990E65 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 101 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.4 |
| HSL | 322.45º | 0.83% | 0.33% | - |
| HSV(B) | 322.45º | 0.91% | 0.6% | - |
| XYZ | 15.64 | 8.03 | 13.04 | - |
| YUV | 65.48 | 148.05 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 101 | 0 | 0.91 | 0.34 | 0.4 | 322.45 | 0.83 | 0.33 |
| Hex | 99 | E | 65 | 0 | 5B | 22 | 28 | 142 | 53 | 21 |
| Octal | 231 | 16 | 145 | 0 | 133 | 42 | 50 | 502 | 123 | 41 |
| Binary | 10011001 | 1110 | 1100101 | 0 | 1011011 | 100010 | 101000 | 101000010 | 1010011 | 100001 |
Color Harmonies of #990E65
Complementary color
Monochromatic Colors of #990E65
Black with #990E65
Text Example
Text Example
White with #990E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E65; }
p { color: rgb(153,14,101); }
H1.HeaderClassName
{
color: #990E65;
}
.AnyTagClassName
{
color: #990E65;
}
</style>
background-color css
<style>
a { background-color: #990E65; }
a { background-color: rgb(153,14,101); }
div.DivClassName
{
background-color: #990E65;
}
.BgClassName
{
background-color: #990E65;
}
</style>
border-color css
<style>
span { border-color: #990E65; }
span { border-color: rgb(153,14,101); }
td.TdClassName
{
border-color: #990E65;
}
.TagClassName
{
border-color: #990E65;
}
</style>