Shades of Eggplant #900E65
Tints of Eggplant #900E65
RGB
CMYK
RGB Variations
Color information
#900E65 (or 0x900E65) is known color: Eggplant. HEX triplet: 90, 0E and 65. RGB value is (144,14,101). Sum of RGB (Red+Green+Blue) = 144+14+101=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #900E65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E65 is #6FF19A. Grayscale: #3E3E3E. Windows color (decimal): -7336347 or 6622864. OLE color: 6622864.
HSL color Cylindrical-coordinate representation of color #900E65: hue angle of 319.85º 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 #900E65 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 101 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.44 |
| HSL | 319.85º | 0.82% | 0.31% | - |
| HSV(B) | 319.85º | 0.9% | 0.56% | - |
| XYZ | 14.01 | 7.18 | 12.96 | - |
| YUV | 62.79 | 149.57 | 185.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 101 | 0 | 0.90 | 0.30 | 0.44 | 319.85 | 0.82 | 0.31 |
| Hex | 90 | E | 65 | 0 | 5A | 1E | 2C | 140 | 52 | 1F |
| Octal | 220 | 16 | 145 | 0 | 132 | 36 | 54 | 500 | 122 | 37 |
| Binary | 10010000 | 1110 | 1100101 | 0 | 1011010 | 11110 | 101100 | 101000000 | 1010010 | 11111 |
Color Harmonies of #900E65
Complementary color
Monochromatic Colors of #900E65
Black with #900E65
Text Example
Text Example
White with #900E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E65; }
p { color: rgb(144,14,101); }
H1.HeaderClassName
{
color: #900E65;
}
.AnyTagClassName
{
color: #900E65;
}
</style>
background-color css
<style>
a { background-color: #900E65; }
a { background-color: rgb(144,14,101); }
div.DivClassName
{
background-color: #900E65;
}
.BgClassName
{
background-color: #900E65;
}
</style>
border-color css
<style>
span { border-color: #900E65; }
span { border-color: rgb(144,14,101); }
td.TdClassName
{
border-color: #900E65;
}
.TagClassName
{
border-color: #900E65;
}
</style>