Shades of Eggplant #900059
Tints of Eggplant #900059
RGB
CMYK
RGB Variations
Color information
#900059 (or 0x900059) is known color: Eggplant. HEX triplet: 90, 00 and 59. RGB value is (144,0,89). Sum of RGB (Red+Green+Blue) = 144+0+89=233 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.80% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 144 - color contains mainly: red. Hex color #900059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900059 is #6FFFA6. Grayscale: #343434. Windows color (decimal): -7339943 or 5832848. OLE color: 5832848.
HSL color Cylindrical-coordinate representation of color #900059: hue angle of 322.92º 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 #900059 is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.38 | 0.44 |
| HSL | 322.92º | 1% | 0.28% | - |
| HSV(B) | 322.92º | 1% | 0.56% | - |
| XYZ | 13.3 | 6.65 | 10.03 | - |
| YUV | 53.2 | 148.21 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 0 | 89 | 0 | 1 | 0.38 | 0.44 | 322.92 | 1 | 0.28 |
| Hex | 90 | 0 | 59 | 0 | 64 | 26 | 2C | 143 | 64 | 1C |
| Octal | 220 | 0 | 131 | 0 | 144 | 46 | 54 | 503 | 144 | 34 |
| Binary | 10010000 | 0 | 1011001 | 0 | 1100100 | 100110 | 101100 | 101000011 | 1100100 | 11100 |
Color Harmonies of #900059
Complementary color
Monochromatic Colors of #900059
Black with #900059
Text Example
Text Example
White with #900059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900059; }
p { color: rgb(144,0,89); }
H1.HeaderClassName
{
color: #900059;
}
.AnyTagClassName
{
color: #900059;
}
</style>
background-color css
<style>
a { background-color: #900059; }
a { background-color: rgb(144,0,89); }
div.DivClassName
{
background-color: #900059;
}
.BgClassName
{
background-color: #900059;
}
</style>
border-color css
<style>
span { border-color: #900059; }
span { border-color: rgb(144,0,89); }
td.TdClassName
{
border-color: #900059;
}
.TagClassName
{
border-color: #900059;
}
</style>