Shades of Eggplant #900A59
Tints of Eggplant #900A59
RGB
CMYK
RGB Variations
Color information
#900A59 (or 0x900A59) is known color: Eggplant. HEX triplet: 90, 0A and 59. RGB value is (144,10,89). Sum of RGB (Red+Green+Blue) = 144+10+89=243 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.26% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 144 - color contains mainly: red. Hex color #900A59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900A59 is #6FF5A6. Grayscale: #3A3A3A. Windows color (decimal): -7337383 or 5835408. OLE color: 5835408.
HSL color Cylindrical-coordinate representation of color #900A59: hue angle of 324.63º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A59 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 10 | 89 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.44 |
| HSL | 324.63º | 0.87% | 0.3% | - |
| HSV(B) | 324.63º | 0.93% | 0.56% | - |
| XYZ | 13.41 | 6.87 | 10.07 | - |
| YUV | 59.07 | 144.89 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 10 | 89 | 0 | 0.93 | 0.38 | 0.44 | 324.63 | 0.87 | 0.3 |
| Hex | 90 | A | 59 | 0 | 5D | 26 | 2C | 145 | 57 | 1E |
| Octal | 220 | 12 | 131 | 0 | 135 | 46 | 54 | 505 | 127 | 36 |
| Binary | 10010000 | 1010 | 1011001 | 0 | 1011101 | 100110 | 101100 | 101000101 | 1010111 | 11110 |
Color Harmonies of #900A59
Complementary color
Monochromatic Colors of #900A59
Black with #900A59
Text Example
Text Example
White with #900A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900A59; }
p { color: rgb(144,10,89); }
H1.HeaderClassName
{
color: #900A59;
}
.AnyTagClassName
{
color: #900A59;
}
</style>
background-color css
<style>
a { background-color: #900A59; }
a { background-color: rgb(144,10,89); }
div.DivClassName
{
background-color: #900A59;
}
.BgClassName
{
background-color: #900A59;
}
</style>
border-color css
<style>
span { border-color: #900A59; }
span { border-color: rgb(144,10,89); }
td.TdClassName
{
border-color: #900A59;
}
.TagClassName
{
border-color: #900A59;
}
</style>