Shades of Eggplant #89004E
Tints of Eggplant #89004E
RGB
CMYK
RGB Variations
Color information
#89004E (or 0x89004E) is known color: Eggplant. HEX triplet: 89, 00 and 4E. RGB value is (137,0,78). Sum of RGB (Red+Green+Blue) = 137+0+78=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89004E is #76FFB1. Grayscale: #313131. Windows color (decimal): -7798706 or 5111945. OLE color: 5111945.
HSL color Cylindrical-coordinate representation of color #89004E: hue angle of 325.84º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89004E is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.43 | 0.46 |
| HSL | 325.84º | 1% | 0.27% | - |
| HSV(B) | 325.84º | 1% | 0.54% | - |
| XYZ | 11.69 | 5.87 | 7.72 | - |
| YUV | 49.86 | 143.89 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 78 | 0 | 1 | 0.43 | 0.46 | 325.84 | 1 | 0.27 |
| Hex | 89 | 0 | 4E | 0 | 64 | 2B | 2E | 146 | 64 | 1B |
| Octal | 211 | 0 | 116 | 0 | 144 | 53 | 56 | 506 | 144 | 33 |
| Binary | 10001001 | 0 | 1001110 | 0 | 1100100 | 101011 | 101110 | 101000110 | 1100100 | 11011 |
Color Harmonies of #89004E
Complementary color
Monochromatic Colors of #89004E
Black with #89004E
Text Example
Text Example
White with #89004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89004E; }
p { color: rgb(137,0,78); }
H1.HeaderClassName
{
color: #89004E;
}
.AnyTagClassName
{
color: #89004E;
}
</style>
background-color css
<style>
a { background-color: #89004E; }
a { background-color: rgb(137,0,78); }
div.DivClassName
{
background-color: #89004E;
}
.BgClassName
{
background-color: #89004E;
}
</style>
border-color css
<style>
span { border-color: #89004E; }
span { border-color: rgb(137,0,78); }
td.TdClassName
{
border-color: #89004E;
}
.TagClassName
{
border-color: #89004E;
}
</style>