Shades of Eggplant #900E6D
Tints of Eggplant #900E6D
RGB
CMYK
RGB Variations
Color information
#900E6D (or 0x900E6D) is known color: Eggplant. HEX triplet: 90, 0E and 6D. RGB value is (144,14,109). Sum of RGB (Red+Green+Blue) = 144+14+109=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 14 (5.86% from 255 or 5.24% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #900E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E6D is #6FF192. Grayscale: #3F3F3F. Windows color (decimal): -7336339 or 7147152. OLE color: 7147152.
HSL color Cylindrical-coordinate representation of color #900E6D: hue angle of 316.15º 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 #900E6D is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 109 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.44 |
| HSL | 316.15º | 0.82% | 0.31% | - |
| HSV(B) | 316.15º | 0.9% | 0.56% | - |
| XYZ | 14.42 | 7.35 | 15.13 | - |
| YUV | 63.7 | 153.57 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 109 | 0 | 0.90 | 0.24 | 0.44 | 316.15 | 0.82 | 0.31 |
| Hex | 90 | E | 6D | 0 | 5A | 18 | 2C | 13C | 52 | 1F |
| Octal | 220 | 16 | 155 | 0 | 132 | 30 | 54 | 474 | 122 | 37 |
| Binary | 10010000 | 1110 | 1101101 | 0 | 1011010 | 11000 | 101100 | 100111100 | 1010010 | 11111 |
Color Harmonies of #900E6D
Complementary color
Monochromatic Colors of #900E6D
Black with #900E6D
Text Example
Text Example
White with #900E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E6D; }
p { color: rgb(144,14,109); }
H1.HeaderClassName
{
color: #900E6D;
}
.AnyTagClassName
{
color: #900E6D;
}
</style>
background-color css
<style>
a { background-color: #900E6D; }
a { background-color: rgb(144,14,109); }
div.DivClassName
{
background-color: #900E6D;
}
.BgClassName
{
background-color: #900E6D;
}
</style>
border-color css
<style>
span { border-color: #900E6D; }
span { border-color: rgb(144,14,109); }
td.TdClassName
{
border-color: #900E6D;
}
.TagClassName
{
border-color: #900E6D;
}
</style>