Shades of Eggplant #891464
Tints of Eggplant #891464
RGB
CMYK
RGB Variations
Color information
#891464 (or 0x891464) is known color: Eggplant. HEX triplet: 89, 14 and 64. RGB value is (137,20,100). Sum of RGB (Red+Green+Blue) = 137+20+100=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 100 (39.45% from 255 or 38.91% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #891464 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891464 is #76EB9B. Grayscale: #3F3F3F. Windows color (decimal): -7793564 or 6558857. OLE color: 6558857.
HSL color Cylindrical-coordinate representation of color #891464: hue angle of 318.97º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #891464 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 100 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.46 |
| HSL | 318.97º | 0.75% | 0.31% | - |
| HSV(B) | 318.97º | 0.85% | 0.54% | - |
| XYZ | 12.87 | 6.74 | 12.68 | - |
| YUV | 64.1 | 148.26 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 100 | 0 | 0.85 | 0.27 | 0.46 | 318.97 | 0.75 | 0.31 |
| Hex | 89 | 14 | 64 | 0 | 55 | 1B | 2E | 13F | 4B | 1F |
| Octal | 211 | 24 | 144 | 0 | 125 | 33 | 56 | 477 | 113 | 37 |
| Binary | 10001001 | 10100 | 1100100 | 0 | 1010101 | 11011 | 101110 | 100111111 | 1001011 | 11111 |
Color Harmonies of #891464
Complementary color
Monochromatic Colors of #891464
Black with #891464
Text Example
Text Example
White with #891464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891464; }
p { color: rgb(137,20,100); }
H1.HeaderClassName
{
color: #891464;
}
.AnyTagClassName
{
color: #891464;
}
</style>
background-color css
<style>
a { background-color: #891464; }
a { background-color: rgb(137,20,100); }
div.DivClassName
{
background-color: #891464;
}
.BgClassName
{
background-color: #891464;
}
</style>
border-color css
<style>
span { border-color: #891464; }
span { border-color: rgb(137,20,100); }
td.TdClassName
{
border-color: #891464;
}
.TagClassName
{
border-color: #891464;
}
</style>