Shades of Eggplant #89024B
Tints of Eggplant #89024B
RGB
CMYK
RGB Variations
Color information
#89024B (or 0x89024B) is known color: Eggplant. HEX triplet: 89, 02 and 4B. RGB value is (137,2,75). Sum of RGB (Red+Green+Blue) = 137+2+75=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89024B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89024B is #76FDB4. Grayscale: #323232. Windows color (decimal): -7798197 or 4915849. OLE color: 4915849.
HSL color Cylindrical-coordinate representation of color #89024B: hue angle of 327.56º 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 #89024B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.46 |
| HSL | 327.56º | 0.97% | 0.27% | - |
| HSV(B) | 327.56º | 0.99% | 0.54% | - |
| XYZ | 11.61 | 5.87 | 7.18 | - |
| YUV | 50.69 | 141.73 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 75 | 0 | 0.99 | 0.45 | 0.46 | 327.56 | 0.97 | 0.27 |
| Hex | 89 | 2 | 4B | 0 | 63 | 2D | 2E | 148 | 61 | 1B |
| Octal | 211 | 2 | 113 | 0 | 143 | 55 | 56 | 510 | 141 | 33 |
| Binary | 10001001 | 10 | 1001011 | 0 | 1100011 | 101101 | 101110 | 101001000 | 1100001 | 11011 |
Color Harmonies of #89024B
Complementary color
Monochromatic Colors of #89024B
Black with #89024B
Text Example
Text Example
White with #89024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89024B; }
p { color: rgb(137,2,75); }
H1.HeaderClassName
{
color: #89024B;
}
.AnyTagClassName
{
color: #89024B;
}
</style>
background-color css
<style>
a { background-color: #89024B; }
a { background-color: rgb(137,2,75); }
div.DivClassName
{
background-color: #89024B;
}
.BgClassName
{
background-color: #89024B;
}
</style>
border-color css
<style>
span { border-color: #89024B; }
span { border-color: rgb(137,2,75); }
td.TdClassName
{
border-color: #89024B;
}
.TagClassName
{
border-color: #89024B;
}
</style>