Shades of Eggplant #89145E
Tints of Eggplant #89145E
RGB
CMYK
RGB Variations
Color information
#89145E (or 0x89145E) is known color: Eggplant. HEX triplet: 89, 14 and 5E. RGB value is (137,20,94). Sum of RGB (Red+Green+Blue) = 137+20+94=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89145E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89145E is #76EBA1. Grayscale: #3F3F3F. Windows color (decimal): -7793570 or 6165641. OLE color: 6165641.
HSL color Cylindrical-coordinate representation of color #89145E: hue angle of 322.05º 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 #89145E is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 94 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.46 |
| HSL | 322.05º | 0.75% | 0.31% | - |
| HSV(B) | 322.05º | 0.85% | 0.54% | - |
| XYZ | 12.59 | 6.63 | 11.21 | - |
| YUV | 63.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 94 | 0 | 0.85 | 0.31 | 0.46 | 322.05 | 0.75 | 0.31 |
| Hex | 89 | 14 | 5E | 0 | 55 | 1F | 2E | 142 | 4B | 1F |
| Octal | 211 | 24 | 136 | 0 | 125 | 37 | 56 | 502 | 113 | 37 |
| Binary | 10001001 | 10100 | 1011110 | 0 | 1010101 | 11111 | 101110 | 101000010 | 1001011 | 11111 |
Color Harmonies of #89145E
Complementary color
Monochromatic Colors of #89145E
Black with #89145E
Text Example
Text Example
White with #89145E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89145E; }
p { color: rgb(137,20,94); }
H1.HeaderClassName
{
color: #89145E;
}
.AnyTagClassName
{
color: #89145E;
}
</style>
background-color css
<style>
a { background-color: #89145E; }
a { background-color: rgb(137,20,94); }
div.DivClassName
{
background-color: #89145E;
}
.BgClassName
{
background-color: #89145E;
}
</style>
border-color css
<style>
span { border-color: #89145E; }
span { border-color: rgb(137,20,94); }
td.TdClassName
{
border-color: #89145E;
}
.TagClassName
{
border-color: #89145E;
}
</style>