Shades of Eggplant #900E71
Tints of Eggplant #900E71
RGB
CMYK
RGB Variations
Color information
#900E71 (or 0x900E71) is known color: Eggplant. HEX triplet: 90, 0E and 71. RGB value is (144,14,113). Sum of RGB (Red+Green+Blue) = 144+14+113=271 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.14% from 271); Green value is 14 (5.86% from 255 or 5.17% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 144 - color contains mainly: red. Hex color #900E71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900E71 is #6FF18E. Grayscale: #3F3F3F. Windows color (decimal): -7336335 or 7409296. OLE color: 7409296.
HSL color Cylindrical-coordinate representation of color #900E71: hue angle of 314.31º 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 #900E71 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 14 | 113 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.44 |
| HSL | 314.31º | 0.82% | 0.31% | - |
| HSV(B) | 314.31º | 0.9% | 0.56% | - |
| XYZ | 14.64 | 7.44 | 16.29 | - |
| YUV | 64.16 | 155.57 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 14 | 113 | 0 | 0.90 | 0.22 | 0.44 | 314.31 | 0.82 | 0.31 |
| Hex | 90 | E | 71 | 0 | 5A | 16 | 2C | 13A | 52 | 1F |
| Octal | 220 | 16 | 161 | 0 | 132 | 26 | 54 | 472 | 122 | 37 |
| Binary | 10010000 | 1110 | 1110001 | 0 | 1011010 | 10110 | 101100 | 100111010 | 1010010 | 11111 |
Color Harmonies of #900E71
Complementary color
Monochromatic Colors of #900E71
Black with #900E71
Text Example
Text Example
White with #900E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900E71; }
p { color: rgb(144,14,113); }
H1.HeaderClassName
{
color: #900E71;
}
.AnyTagClassName
{
color: #900E71;
}
</style>
background-color css
<style>
a { background-color: #900E71; }
a { background-color: rgb(144,14,113); }
div.DivClassName
{
background-color: #900E71;
}
.BgClassName
{
background-color: #900E71;
}
</style>
border-color css
<style>
span { border-color: #900E71; }
span { border-color: rgb(144,14,113); }
td.TdClassName
{
border-color: #900E71;
}
.TagClassName
{
border-color: #900E71;
}
</style>