Shades of Eggplant #900570
Tints of Eggplant #900570
RGB
CMYK
RGB Variations
Color information
#900570 (or 0x900570) is known color: Eggplant. HEX triplet: 90, 05 and 70. RGB value is (144,5,112). Sum of RGB (Red+Green+Blue) = 144+5+112=261 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.17% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 144 - color contains mainly: red. Hex color #900570 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900570 is #6FFA8F. Grayscale: #3A3A3A. Windows color (decimal): -7338640 or 7341456. OLE color: 7341456.
HSL color Cylindrical-coordinate representation of color #900570: hue angle of 313.81º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900570 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 112 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.44 |
| HSL | 313.81º | 0.93% | 0.29% | - |
| HSV(B) | 313.81º | 0.97% | 0.56% | - |
| XYZ | 14.48 | 7.21 | 15.96 | - |
| YUV | 58.76 | 158.05 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 112 | 0 | 0.97 | 0.22 | 0.44 | 313.81 | 0.93 | 0.29 |
| Hex | 90 | 5 | 70 | 0 | 61 | 16 | 2C | 13A | 5D | 1D |
| Octal | 220 | 5 | 160 | 0 | 141 | 26 | 54 | 472 | 135 | 35 |
| Binary | 10010000 | 101 | 1110000 | 0 | 1100001 | 10110 | 101100 | 100111010 | 1011101 | 11101 |
Color Harmonies of #900570
Complementary color
Monochromatic Colors of #900570
Black with #900570
Text Example
Text Example
White with #900570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900570; }
p { color: rgb(144,5,112); }
H1.HeaderClassName
{
color: #900570;
}
.AnyTagClassName
{
color: #900570;
}
</style>
background-color css
<style>
a { background-color: #900570; }
a { background-color: rgb(144,5,112); }
div.DivClassName
{
background-color: #900570;
}
.BgClassName
{
background-color: #900570;
}
</style>
border-color css
<style>
span { border-color: #900570; }
span { border-color: rgb(144,5,112); }
td.TdClassName
{
border-color: #900570;
}
.TagClassName
{
border-color: #900570;
}
</style>