Shades of Eggplant #891056
Tints of Eggplant #891056
RGB
CMYK
RGB Variations
Color information
#891056 (or 0x891056) is known color: Eggplant. HEX triplet: 89, 10 and 56. RGB value is (137,16,86). Sum of RGB (Red+Green+Blue) = 137+16+86=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 86 (33.98% from 255 or 35.98% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #891056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891056 is #76EFA9. Grayscale: #3C3C3C. Windows color (decimal): -7794602 or 5640329. OLE color: 5640329.
HSL color Cylindrical-coordinate representation of color #891056: hue angle of 325.29º degrees, saturation: 0.79, 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 #891056 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 86 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.46 |
| HSL | 325.29º | 0.79% | 0.3% | - |
| HSV(B) | 325.29º | 0.88% | 0.54% | - |
| XYZ | 12.18 | 6.36 | 9.39 | - |
| YUV | 60.16 | 142.59 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 86 | 0 | 0.88 | 0.37 | 0.46 | 325.29 | 0.79 | 0.3 |
| Hex | 89 | 10 | 56 | 0 | 58 | 25 | 2E | 145 | 4F | 1E |
| Octal | 211 | 20 | 126 | 0 | 130 | 45 | 56 | 505 | 117 | 36 |
| Binary | 10001001 | 10000 | 1010110 | 0 | 1011000 | 100101 | 101110 | 101000101 | 1001111 | 11110 |
Color Harmonies of #891056
Complementary color
Monochromatic Colors of #891056
Black with #891056
Text Example
Text Example
White with #891056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891056; }
p { color: rgb(137,16,86); }
H1.HeaderClassName
{
color: #891056;
}
.AnyTagClassName
{
color: #891056;
}
</style>
background-color css
<style>
a { background-color: #891056; }
a { background-color: rgb(137,16,86); }
div.DivClassName
{
background-color: #891056;
}
.BgClassName
{
background-color: #891056;
}
</style>
border-color css
<style>
span { border-color: #891056; }
span { border-color: rgb(137,16,86); }
td.TdClassName
{
border-color: #891056;
}
.TagClassName
{
border-color: #891056;
}
</style>