Shades of Eggplant #900860
Tints of Eggplant #900860
RGB
CMYK
RGB Variations
Color information
#900860 (or 0x900860) is known color: Eggplant. HEX triplet: 90, 08 and 60. RGB value is (144,8,96). Sum of RGB (Red+Green+Blue) = 144+8+96=248 (32% of max value = 765). Red value is 144 (56.64% from 255 or 58.06% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 144 - color contains mainly: red. Hex color #900860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900860 is #6FF79F. Grayscale: #3A3A3A. Windows color (decimal): -7337888 or 6293648. OLE color: 6293648.
HSL color Cylindrical-coordinate representation of color #900860: hue angle of 321.18º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900860 is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 8 | 96 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.44 |
| HSL | 321.18º | 0.89% | 0.3% | - |
| HSV(B) | 321.18º | 0.94% | 0.56% | - |
| XYZ | 13.7 | 6.95 | 11.69 | - |
| YUV | 58.7 | 149.06 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 96 | 0 | 0.94 | 0.33 | 0.44 | 321.18 | 0.89 | 0.3 |
| Hex | 90 | 8 | 60 | 0 | 5E | 21 | 2C | 141 | 59 | 1E |
| Octal | 220 | 10 | 140 | 0 | 136 | 41 | 54 | 501 | 131 | 36 |
| Binary | 10010000 | 1000 | 1100000 | 0 | 1011110 | 100001 | 101100 | 101000001 | 1011001 | 11110 |
Color Harmonies of #900860
Complementary color
Monochromatic Colors of #900860
Black with #900860
Text Example
Text Example
White with #900860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900860; }
p { color: rgb(144,8,96); }
H1.HeaderClassName
{
color: #900860;
}
.AnyTagClassName
{
color: #900860;
}
</style>
background-color css
<style>
a { background-color: #900860; }
a { background-color: rgb(144,8,96); }
div.DivClassName
{
background-color: #900860;
}
.BgClassName
{
background-color: #900860;
}
</style>
border-color css
<style>
span { border-color: #900860; }
span { border-color: rgb(144,8,96); }
td.TdClassName
{
border-color: #900860;
}
.TagClassName
{
border-color: #900860;
}
</style>