Shades of Eggplant #990E68
Tints of Eggplant #990E68
RGB
CMYK
RGB Variations
Color information
#990E68 (or 0x990E68) is known color: Eggplant. HEX triplet: 99, 0E and 68. RGB value is (153,14,104). Sum of RGB (Red+Green+Blue) = 153+14+104=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #990E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E68 is #66F197. Grayscale: #414141. Windows color (decimal): -6746520 or 6819481. OLE color: 6819481.
HSL color Cylindrical-coordinate representation of color #990E68: hue angle of 321.15º 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 #990E68 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 14 | 104 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.4 |
| HSL | 321.15º | 0.83% | 0.33% | - |
| HSV(B) | 321.15º | 0.91% | 0.6% | - |
| XYZ | 15.79 | 8.09 | 13.83 | - |
| YUV | 65.82 | 149.55 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 14 | 104 | 0 | 0.91 | 0.32 | 0.4 | 321.15 | 0.83 | 0.33 |
| Hex | 99 | E | 68 | 0 | 5B | 20 | 28 | 141 | 53 | 21 |
| Octal | 231 | 16 | 150 | 0 | 133 | 40 | 50 | 501 | 123 | 41 |
| Binary | 10011001 | 1110 | 1101000 | 0 | 1011011 | 100000 | 101000 | 101000001 | 1010011 | 100001 |
Color Harmonies of #990E68
Complementary color
Monochromatic Colors of #990E68
Black with #990E68
Text Example
Text Example
White with #990E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990E68; }
p { color: rgb(153,14,104); }
H1.HeaderClassName
{
color: #990E68;
}
.AnyTagClassName
{
color: #990E68;
}
</style>
background-color css
<style>
a { background-color: #990E68; }
a { background-color: rgb(153,14,104); }
div.DivClassName
{
background-color: #990E68;
}
.BgClassName
{
background-color: #990E68;
}
</style>
border-color css
<style>
span { border-color: #990E68; }
span { border-color: rgb(153,14,104); }
td.TdClassName
{
border-color: #990E68;
}
.TagClassName
{
border-color: #990E68;
}
</style>