Shades of Eggplant #900E6B
Tints of Eggplant #900E6B
RGB
CMYK
RGB Variations
Color information
#900E6B (or 0x900E6B) is known color: Eggplant. HEX triplet: 90, 0E and 6B. RGB value is (144,14,107). Sum of RGB (Red+Green+Blue) = 144+14+107=265 (35% of max value = 765). Red value is 144 (56.64% from 255 or 54.34% from 265); Green value is 14 (5.86% from 255 or 5.28% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 144 - color contains mainly: red. Hex color #900E6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E6B is #6FF194. Grayscale: #3F3F3F. Windows color (decimal): -7336341 or 7016080. OLE color: 7016080.
HSL color Cylindrical-coordinate representation of color #900E6B: hue angle of 317.08º 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 #900E6B is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 107 | - |
| CMYK | 0 | 0.90 | 0.26 | 0.44 |
| HSL | 317.08º | 0.82% | 0.31% | - |
| HSV(B) | 317.08º | 0.9% | 0.56% | - |
| XYZ | 14.31 | 7.3 | 14.57 | - |
| YUV | 63.47 | 152.57 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 107 | 0 | 0.90 | 0.26 | 0.44 | 317.08 | 0.82 | 0.31 |
| Hex | 90 | E | 6B | 0 | 5A | 1A | 2C | 13D | 52 | 1F |
| Octal | 220 | 16 | 153 | 0 | 132 | 32 | 54 | 475 | 122 | 37 |
| Binary | 10010000 | 1110 | 1101011 | 0 | 1011010 | 11010 | 101100 | 100111101 | 1010010 | 11111 |
Color Harmonies of #900E6B
Complementary color
Monochromatic Colors of #900E6B
Black with #900E6B
Text Example
Text Example
White with #900E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E6B; }
p { color: rgb(144,14,107); }
H1.HeaderClassName
{
color: #900E6B;
}
.AnyTagClassName
{
color: #900E6B;
}
</style>
background-color css
<style>
a { background-color: #900E6B; }
a { background-color: rgb(144,14,107); }
div.DivClassName
{
background-color: #900E6B;
}
.BgClassName
{
background-color: #900E6B;
}
</style>
border-color css
<style>
span { border-color: #900E6B; }
span { border-color: rgb(144,14,107); }
td.TdClassName
{
border-color: #900E6B;
}
.TagClassName
{
border-color: #900E6B;
}
</style>