Shades of Eggplant #900E66
Tints of Eggplant #900E66
RGB
CMYK
RGB Variations
Color information
#900E66 (or 0x900E66) is known color: Eggplant. HEX triplet: 90, 0E and 66. RGB value is (144,14,102). Sum of RGB (Red+Green+Blue) = 144+14+102=260 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.38% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 144 - color contains mainly: red. Hex color #900E66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E66 is #6FF199. Grayscale: #3E3E3E. Windows color (decimal): -7336346 or 6688400. OLE color: 6688400.
HSL color Cylindrical-coordinate representation of color #900E66: hue angle of 319.38º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #900E66 is Cyan = 0, Magento = 0.90, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 102 | - |
| CMYK | 0 | 0.90 | 0.29 | 0.44 |
| HSL | 319.38º | 0.82% | 0.31% | - |
| HSV(B) | 319.38º | 0.9% | 0.56% | - |
| XYZ | 14.06 | 7.2 | 13.22 | - |
| YUV | 62.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 102 | 0 | 0.90 | 0.29 | 0.44 | 319.38 | 0.82 | 0.31 |
| Hex | 90 | E | 66 | 0 | 5A | 1D | 2C | 13F | 52 | 1F |
| Octal | 220 | 16 | 146 | 0 | 132 | 35 | 54 | 477 | 122 | 37 |
| Binary | 10010000 | 1110 | 1100110 | 0 | 1011010 | 11101 | 101100 | 100111111 | 1010010 | 11111 |
Color Harmonies of #900E66
Complementary color
Monochromatic Colors of #900E66
Black with #900E66
Text Example
Text Example
White with #900E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E66; }
p { color: rgb(144,14,102); }
H1.HeaderClassName
{
color: #900E66;
}
.AnyTagClassName
{
color: #900E66;
}
</style>
background-color css
<style>
a { background-color: #900E66; }
a { background-color: rgb(144,14,102); }
div.DivClassName
{
background-color: #900E66;
}
.BgClassName
{
background-color: #900E66;
}
</style>
border-color css
<style>
span { border-color: #900E66; }
span { border-color: rgb(144,14,102); }
td.TdClassName
{
border-color: #900E66;
}
.TagClassName
{
border-color: #900E66;
}
</style>