Shades of Eggplant #891062
Tints of Eggplant #891062
RGB
CMYK
RGB Variations
Color information
#891062 (or 0x891062) is known color: Eggplant. HEX triplet: 89, 10 and 62. RGB value is (137,16,98). Sum of RGB (Red+Green+Blue) = 137+16+98=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #891062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891062 is #76EF9D. Grayscale: #3D3D3D. Windows color (decimal): -7794590 or 6426761. OLE color: 6426761.
HSL color Cylindrical-coordinate representation of color #891062: hue angle of 319.34º 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 #891062 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 16 | 98 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.46 |
| HSL | 319.34º | 0.79% | 0.3% | - |
| HSV(B) | 319.34º | 0.88% | 0.54% | - |
| XYZ | 12.71 | 6.57 | 12.15 | - |
| YUV | 61.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 16 | 98 | 0 | 0.88 | 0.28 | 0.46 | 319.34 | 0.79 | 0.3 |
| Hex | 89 | 10 | 62 | 0 | 58 | 1C | 2E | 13F | 4F | 1E |
| Octal | 211 | 20 | 142 | 0 | 130 | 34 | 56 | 477 | 117 | 36 |
| Binary | 10001001 | 10000 | 1100010 | 0 | 1011000 | 11100 | 101110 | 100111111 | 1001111 | 11110 |
Color Harmonies of #891062
Complementary color
Monochromatic Colors of #891062
Black with #891062
Text Example
Text Example
White with #891062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891062; }
p { color: rgb(137,16,98); }
H1.HeaderClassName
{
color: #891062;
}
.AnyTagClassName
{
color: #891062;
}
</style>
background-color css
<style>
a { background-color: #891062; }
a { background-color: rgb(137,16,98); }
div.DivClassName
{
background-color: #891062;
}
.BgClassName
{
background-color: #891062;
}
</style>
border-color css
<style>
span { border-color: #891062; }
span { border-color: rgb(137,16,98); }
td.TdClassName
{
border-color: #891062;
}
.TagClassName
{
border-color: #891062;
}
</style>