Shades of Eggplant #900556
Tints of Eggplant #900556
RGB
CMYK
RGB Variations
Color information
#900556 (or 0x900556) is known color: Eggplant. HEX triplet: 90, 05 and 56. RGB value is (144,5,86). Sum of RGB (Red+Green+Blue) = 144+5+86=235 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.28% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 144 - color contains mainly: red. Hex color #900556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900556 is #6FFAA9. Grayscale: #373737. Windows color (decimal): -7338666 or 5637520. OLE color: 5637520.
HSL color Cylindrical-coordinate representation of color #900556: hue angle of 325.04º 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 #900556 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 5 | 86 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.44 |
| HSL | 325.04º | 0.93% | 0.29% | - |
| HSV(B) | 325.04º | 0.97% | 0.56% | - |
| XYZ | 13.24 | 6.71 | 9.4 | - |
| YUV | 55.8 | 145.05 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 5 | 86 | 0 | 0.97 | 0.40 | 0.44 | 325.04 | 0.93 | 0.29 |
| Hex | 90 | 5 | 56 | 0 | 61 | 28 | 2C | 145 | 5D | 1D |
| Octal | 220 | 5 | 126 | 0 | 141 | 50 | 54 | 505 | 135 | 35 |
| Binary | 10010000 | 101 | 1010110 | 0 | 1100001 | 101000 | 101100 | 101000101 | 1011101 | 11101 |
Color Harmonies of #900556
Complementary color
Monochromatic Colors of #900556
Black with #900556
Text Example
Text Example
White with #900556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900556; }
p { color: rgb(144,5,86); }
H1.HeaderClassName
{
color: #900556;
}
.AnyTagClassName
{
color: #900556;
}
</style>
background-color css
<style>
a { background-color: #900556; }
a { background-color: rgb(144,5,86); }
div.DivClassName
{
background-color: #900556;
}
.BgClassName
{
background-color: #900556;
}
</style>
border-color css
<style>
span { border-color: #900556; }
span { border-color: rgb(144,5,86); }
td.TdClassName
{
border-color: #900556;
}
.TagClassName
{
border-color: #900556;
}
</style>