Shades of Eggplant #891860
Tints of Eggplant #891860
RGB
CMYK
RGB Variations
Color information
#891860 (or 0x891860) is known color: Eggplant. HEX triplet: 89, 18 and 60. RGB value is (137,24,96). Sum of RGB (Red+Green+Blue) = 137+24+96=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #891860 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891860 is #76E79F. Grayscale: #414141. Windows color (decimal): -7792544 or 6297737. OLE color: 6297737.
HSL color Cylindrical-coordinate representation of color #891860: hue angle of 321.77º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #891860 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 24 | 96 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.46 |
| HSL | 321.77º | 0.7% | 0.32% | - |
| HSV(B) | 321.77º | 0.82% | 0.54% | - |
| XYZ | 12.75 | 6.82 | 11.71 | - |
| YUV | 66 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 24 | 96 | 0 | 0.82 | 0.30 | 0.46 | 321.77 | 0.7 | 0.32 |
| Hex | 89 | 18 | 60 | 0 | 52 | 1E | 2E | 142 | 46 | 20 |
| Octal | 211 | 30 | 140 | 0 | 122 | 36 | 56 | 502 | 106 | 40 |
| Binary | 10001001 | 11000 | 1100000 | 0 | 1010010 | 11110 | 101110 | 101000010 | 1000110 | 100000 |
Color Harmonies of #891860
Complementary color
Monochromatic Colors of #891860
Black with #891860
Text Example
Text Example
White with #891860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891860; }
p { color: rgb(137,24,96); }
H1.HeaderClassName
{
color: #891860;
}
.AnyTagClassName
{
color: #891860;
}
</style>
background-color css
<style>
a { background-color: #891860; }
a { background-color: rgb(137,24,96); }
div.DivClassName
{
background-color: #891860;
}
.BgClassName
{
background-color: #891860;
}
</style>
border-color css
<style>
span { border-color: #891860; }
span { border-color: rgb(137,24,96); }
td.TdClassName
{
border-color: #891860;
}
.TagClassName
{
border-color: #891860;
}
</style>