Shades of Eggplant #900A71
Tints of Eggplant #900A71
RGB
CMYK
RGB Variations
Color information
#900A71 (or 0x900A71) is known color: Eggplant. HEX triplet: 90, 0A and 71. RGB value is (144,10,113). Sum of RGB (Red+Green+Blue) = 144+10+113=267 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.93% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 144 - color contains mainly: red. Hex color #900A71 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A71 is #6FF58E. Grayscale: #3D3D3D. Windows color (decimal): -7337359 or 7408272. OLE color: 7408272.
HSL color Cylindrical-coordinate representation of color #900A71: hue angle of 313.88º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A71 is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 113 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.44 |
| HSL | 313.88º | 0.87% | 0.3% | - |
| HSV(B) | 313.88º | 0.93% | 0.56% | - |
| XYZ | 14.59 | 7.34 | 16.27 | - |
| YUV | 61.81 | 156.89 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 113 | 0 | 0.93 | 0.22 | 0.44 | 313.88 | 0.87 | 0.3 |
| Hex | 90 | A | 71 | 0 | 5D | 16 | 2C | 13A | 57 | 1E |
| Octal | 220 | 12 | 161 | 0 | 135 | 26 | 54 | 472 | 127 | 36 |
| Binary | 10010000 | 1010 | 1110001 | 0 | 1011101 | 10110 | 101100 | 100111010 | 1010111 | 11110 |
Color Harmonies of #900A71
Complementary color
Monochromatic Colors of #900A71
Black with #900A71
Text Example
Text Example
White with #900A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A71; }
p { color: rgb(144,10,113); }
H1.HeaderClassName
{
color: #900A71;
}
.AnyTagClassName
{
color: #900A71;
}
</style>
background-color css
<style>
a { background-color: #900A71; }
a { background-color: rgb(144,10,113); }
div.DivClassName
{
background-color: #900A71;
}
.BgClassName
{
background-color: #900A71;
}
</style>
border-color css
<style>
span { border-color: #900A71; }
span { border-color: rgb(144,10,113); }
td.TdClassName
{
border-color: #900A71;
}
.TagClassName
{
border-color: #900A71;
}
</style>