Shades of Eggplant #89044D
Tints of Eggplant #89044D
RGB
CMYK
RGB Variations
Color information
#89044D (or 0x89044D) is known color: Eggplant. HEX triplet: 89, 04 and 4D. RGB value is (137,4,77). Sum of RGB (Red+Green+Blue) = 137+4+77=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89044D is #76FBB2. Grayscale: #333333. Windows color (decimal): -7797683 or 5047433. OLE color: 5047433.
HSL color Cylindrical-coordinate representation of color #89044D: hue angle of 327.07º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89044D is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.44 | 0.46 |
| HSL | 327.07º | 0.94% | 0.28% | - |
| HSV(B) | 327.07º | 0.97% | 0.54% | - |
| XYZ | 11.7 | 5.94 | 7.55 | - |
| YUV | 52.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 77 | 0 | 0.97 | 0.44 | 0.46 | 327.07 | 0.94 | 0.28 |
| Hex | 89 | 4 | 4D | 0 | 61 | 2C | 2E | 147 | 5E | 1C |
| Octal | 211 | 4 | 115 | 0 | 141 | 54 | 56 | 507 | 136 | 34 |
| Binary | 10001001 | 100 | 1001101 | 0 | 1100001 | 101100 | 101110 | 101000111 | 1011110 | 11100 |
Color Harmonies of #89044D
Complementary color
Monochromatic Colors of #89044D
Black with #89044D
Text Example
Text Example
White with #89044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89044D; }
p { color: rgb(137,4,77); }
H1.HeaderClassName
{
color: #89044D;
}
.AnyTagClassName
{
color: #89044D;
}
</style>
background-color css
<style>
a { background-color: #89044D; }
a { background-color: rgb(137,4,77); }
div.DivClassName
{
background-color: #89044D;
}
.BgClassName
{
background-color: #89044D;
}
</style>
border-color css
<style>
span { border-color: #89044D; }
span { border-color: rgb(137,4,77); }
td.TdClassName
{
border-color: #89044D;
}
.TagClassName
{
border-color: #89044D;
}
</style>