Shades of Eggplant #89024C
Tints of Eggplant #89024C
RGB
CMYK
RGB Variations
Color information
#89024C (or 0x89024C) is known color: Eggplant. HEX triplet: 89, 02 and 4C. RGB value is (137,2,76). Sum of RGB (Red+Green+Blue) = 137+2+76=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 2 (1.17% from 255 or 0.93% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #89024C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89024C is #76FDB3. Grayscale: #323232. Windows color (decimal): -7798196 or 4981385. OLE color: 4981385.
HSL color Cylindrical-coordinate representation of color #89024C: hue angle of 327.11º 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 #89024C is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.46 |
| HSL | 327.11º | 0.97% | 0.27% | - |
| HSV(B) | 327.11º | 0.99% | 0.54% | - |
| XYZ | 11.64 | 5.88 | 7.36 | - |
| YUV | 50.8 | 142.23 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 76 | 0 | 0.99 | 0.45 | 0.46 | 327.11 | 0.97 | 0.27 |
| Hex | 89 | 2 | 4C | 0 | 63 | 2D | 2E | 147 | 61 | 1B |
| Octal | 211 | 2 | 114 | 0 | 143 | 55 | 56 | 507 | 141 | 33 |
| Binary | 10001001 | 10 | 1001100 | 0 | 1100011 | 101101 | 101110 | 101000111 | 1100001 | 11011 |
Color Harmonies of #89024C
Complementary color
Monochromatic Colors of #89024C
Black with #89024C
Text Example
Text Example
White with #89024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89024C; }
p { color: rgb(137,2,76); }
H1.HeaderClassName
{
color: #89024C;
}
.AnyTagClassName
{
color: #89024C;
}
</style>
background-color css
<style>
a { background-color: #89024C; }
a { background-color: rgb(137,2,76); }
div.DivClassName
{
background-color: #89024C;
}
.BgClassName
{
background-color: #89024C;
}
</style>
border-color css
<style>
span { border-color: #89024C; }
span { border-color: rgb(137,2,76); }
td.TdClassName
{
border-color: #89024C;
}
.TagClassName
{
border-color: #89024C;
}
</style>