Shades of Eggplant #900060
Tints of Eggplant #900060
RGB
CMYK
RGB Variations
Color information
#900060 (or 0x900060) is known color: Eggplant. HEX triplet: 90, 00 and 60. RGB value is (144,0,96). Sum of RGB (Red+Green+Blue) = 144+0+96=240 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60% from 240); Green value is 0 (0.39% from 255 or 0% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 144 - color contains mainly: red. Hex color #900060 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900060 is #6FFF9F. Grayscale: #353535. Windows color (decimal): -7339936 or 6291600. OLE color: 6291600.
HSL color Cylindrical-coordinate representation of color #900060: hue angle of 320º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900060 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 96 | - |
| CMYK | 0 | 1 | 0.33 | 0.44 |
| HSL | 320º | 1% | 0.28% | - |
| HSV(B) | 320º | 1% | 0.56% | - |
| XYZ | 13.61 | 6.77 | 11.66 | - |
| YUV | 54 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 96 | 0 | 1 | 0.33 | 0.44 | 320 | 1 | 0.28 |
| Hex | 90 | 0 | 60 | 0 | 64 | 21 | 2C | 140 | 64 | 1C |
| Octal | 220 | 0 | 140 | 0 | 144 | 41 | 54 | 500 | 144 | 34 |
| Binary | 10010000 | 0 | 1100000 | 0 | 1100100 | 100001 | 101100 | 101000000 | 1100100 | 11100 |
Color Harmonies of #900060
Complementary color
Monochromatic Colors of #900060
Black with #900060
Text Example
Text Example
White with #900060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900060; }
p { color: rgb(144,0,96); }
H1.HeaderClassName
{
color: #900060;
}
.AnyTagClassName
{
color: #900060;
}
</style>
background-color css
<style>
a { background-color: #900060; }
a { background-color: rgb(144,0,96); }
div.DivClassName
{
background-color: #900060;
}
.BgClassName
{
background-color: #900060;
}
</style>
border-color css
<style>
span { border-color: #900060; }
span { border-color: rgb(144,0,96); }
td.TdClassName
{
border-color: #900060;
}
.TagClassName
{
border-color: #900060;
}
</style>