Shades of Eggplant #89024D
Tints of Eggplant #89024D
RGB
CMYK
RGB Variations
Color information
#89024D (or 0x89024D) is known color: Eggplant. HEX triplet: 89, 02 and 4D. RGB value is (137,2,77). Sum of RGB (Red+Green+Blue) = 137+2+77=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89024D is #76FDB2. Grayscale: #323232. Windows color (decimal): -7798195 or 5046921. OLE color: 5046921.
HSL color Cylindrical-coordinate representation of color #89024D: hue angle of 326.67º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89024D is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.46 |
| HSL | 326.67º | 0.97% | 0.27% | - |
| HSV(B) | 326.67º | 0.99% | 0.54% | - |
| XYZ | 11.68 | 5.9 | 7.54 | - |
| YUV | 50.92 | 142.73 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 77 | 0 | 0.99 | 0.44 | 0.46 | 326.67 | 0.97 | 0.27 |
| Hex | 89 | 2 | 4D | 0 | 63 | 2C | 2E | 147 | 61 | 1B |
| Octal | 211 | 2 | 115 | 0 | 143 | 54 | 56 | 507 | 141 | 33 |
| Binary | 10001001 | 10 | 1001101 | 0 | 1100011 | 101100 | 101110 | 101000111 | 1100001 | 11011 |
Color Harmonies of #89024D
Complementary color
Monochromatic Colors of #89024D
Black with #89024D
Text Example
Text Example
White with #89024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89024D; }
p { color: rgb(137,2,77); }
H1.HeaderClassName
{
color: #89024D;
}
.AnyTagClassName
{
color: #89024D;
}
</style>
background-color css
<style>
a { background-color: #89024D; }
a { background-color: rgb(137,2,77); }
div.DivClassName
{
background-color: #89024D;
}
.BgClassName
{
background-color: #89024D;
}
</style>
border-color css
<style>
span { border-color: #89024D; }
span { border-color: rgb(137,2,77); }
td.TdClassName
{
border-color: #89024D;
}
.TagClassName
{
border-color: #89024D;
}
</style>