Shades of Eggplant #891160
Tints of Eggplant #891160
RGB
CMYK
RGB Variations
Color information
#891160 (or 0x891160) is known color: Eggplant. HEX triplet: 89, 11 and 60. RGB value is (137,17,96). Sum of RGB (Red+Green+Blue) = 137+17+96=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #891160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891160 is #76EE9F. Grayscale: #3D3D3D. Windows color (decimal): -7794336 or 6295945. OLE color: 6295945.
HSL color Cylindrical-coordinate representation of color #891160: hue angle of 320.5º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #891160 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 17 | 96 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.46 |
| HSL | 320.5º | 0.78% | 0.3% | - |
| HSV(B) | 320.5º | 0.88% | 0.54% | - |
| XYZ | 12.63 | 6.56 | 11.67 | - |
| YUV | 61.89 | 147.26 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 17 | 96 | 0 | 0.88 | 0.30 | 0.46 | 320.5 | 0.78 | 0.3 |
| Hex | 89 | 11 | 60 | 0 | 58 | 1E | 2E | 140 | 4E | 1E |
| Octal | 211 | 21 | 140 | 0 | 130 | 36 | 56 | 500 | 116 | 36 |
| Binary | 10001001 | 10001 | 1100000 | 0 | 1011000 | 11110 | 101110 | 101000000 | 1001110 | 11110 |
Color Harmonies of #891160
Complementary color
Monochromatic Colors of #891160
Black with #891160
Text Example
Text Example
White with #891160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891160; }
p { color: rgb(137,17,96); }
H1.HeaderClassName
{
color: #891160;
}
.AnyTagClassName
{
color: #891160;
}
</style>
background-color css
<style>
a { background-color: #891160; }
a { background-color: rgb(137,17,96); }
div.DivClassName
{
background-color: #891160;
}
.BgClassName
{
background-color: #891160;
}
</style>
border-color css
<style>
span { border-color: #891160; }
span { border-color: rgb(137,17,96); }
td.TdClassName
{
border-color: #891160;
}
.TagClassName
{
border-color: #891160;
}
</style>