Shades of Eggplant #900557
Tints of Eggplant #900557
RGB
CMYK
RGB Variations
Color information
#900557 (or 0x900557) is known color: Eggplant. HEX triplet: 90, 05 and 57. RGB value is (144,5,87). Sum of RGB (Red+Green+Blue) = 144+5+87=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #900557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900557 is #6FFAA8. Grayscale: #373737. Windows color (decimal): -7338665 or 5703056. OLE color: 5703056.
HSL color Cylindrical-coordinate representation of color #900557: hue angle of 324.6º 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 #900557 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 87 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.44 |
| HSL | 324.6º | 0.93% | 0.29% | - |
| HSV(B) | 324.6º | 0.97% | 0.56% | - |
| XYZ | 13.28 | 6.73 | 9.62 | - |
| YUV | 55.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 87 | 0 | 0.97 | 0.40 | 0.44 | 324.6 | 0.93 | 0.29 |
| Hex | 90 | 5 | 57 | 0 | 61 | 28 | 2C | 145 | 5D | 1D |
| Octal | 220 | 5 | 127 | 0 | 141 | 50 | 54 | 505 | 135 | 35 |
| Binary | 10010000 | 101 | 1010111 | 0 | 1100001 | 101000 | 101100 | 101000101 | 1011101 | 11101 |
Color Harmonies of #900557
Complementary color
Monochromatic Colors of #900557
Black with #900557
Text Example
Text Example
White with #900557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900557; }
p { color: rgb(144,5,87); }
H1.HeaderClassName
{
color: #900557;
}
.AnyTagClassName
{
color: #900557;
}
</style>
background-color css
<style>
a { background-color: #900557; }
a { background-color: rgb(144,5,87); }
div.DivClassName
{
background-color: #900557;
}
.BgClassName
{
background-color: #900557;
}
</style>
border-color css
<style>
span { border-color: #900557; }
span { border-color: rgb(144,5,87); }
td.TdClassName
{
border-color: #900557;
}
.TagClassName
{
border-color: #900557;
}
</style>