Shades of Eggplant #891465
Tints of Eggplant #891465
RGB
CMYK
RGB Variations
Color information
#891465 (or 0x891465) is known color: Eggplant. HEX triplet: 89, 14 and 65. RGB value is (137,20,101). Sum of RGB (Red+Green+Blue) = 137+20+101=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 101 (39.84% from 255 or 39.15% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #891465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891465 is #76EB9A. Grayscale: #404040. Windows color (decimal): -7793563 or 6624393. OLE color: 6624393.
HSL color Cylindrical-coordinate representation of color #891465: hue angle of 318.46º 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 #891465 is Cyan = 0, Magento = 0.85, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 101 | - |
| CMYK | 0 | 0.85 | 0.26 | 0.46 |
| HSL | 318.46º | 0.75% | 0.31% | - |
| HSV(B) | 318.46º | 0.85% | 0.54% | - |
| XYZ | 12.92 | 6.76 | 12.94 | - |
| YUV | 64.22 | 148.76 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 101 | 0 | 0.85 | 0.26 | 0.46 | 318.46 | 0.75 | 0.31 |
| Hex | 89 | 14 | 65 | 0 | 55 | 1A | 2E | 13E | 4B | 1F |
| Octal | 211 | 24 | 145 | 0 | 125 | 32 | 56 | 476 | 113 | 37 |
| Binary | 10001001 | 10100 | 1100101 | 0 | 1010101 | 11010 | 101110 | 100111110 | 1001011 | 11111 |
Color Harmonies of #891465
Complementary color
Monochromatic Colors of #891465
Black with #891465
Text Example
Text Example
White with #891465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891465; }
p { color: rgb(137,20,101); }
H1.HeaderClassName
{
color: #891465;
}
.AnyTagClassName
{
color: #891465;
}
</style>
background-color css
<style>
a { background-color: #891465; }
a { background-color: rgb(137,20,101); }
div.DivClassName
{
background-color: #891465;
}
.BgClassName
{
background-color: #891465;
}
</style>
border-color css
<style>
span { border-color: #891465; }
span { border-color: rgb(137,20,101); }
td.TdClassName
{
border-color: #891465;
}
.TagClassName
{
border-color: #891465;
}
</style>