Shades of Eggplant #89035E
Tints of Eggplant #89035E
RGB
CMYK
RGB Variations
Color information
#89035E (or 0x89035E) is known color: Eggplant. HEX triplet: 89, 03 and 5E. RGB value is (137,3,94). Sum of RGB (Red+Green+Blue) = 137+3+94=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89035E is #76FCA1. Grayscale: #353535. Windows color (decimal): -7797922 or 6161289. OLE color: 6161289.
HSL color Cylindrical-coordinate representation of color #89035E: hue angle of 319.25º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89035E is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 94 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.46 |
| HSL | 319.25º | 0.96% | 0.27% | - |
| HSV(B) | 319.25º | 0.98% | 0.54% | - |
| XYZ | 12.37 | 6.19 | 11.13 | - |
| YUV | 53.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 94 | 0 | 0.98 | 0.31 | 0.46 | 319.25 | 0.96 | 0.27 |
| Hex | 89 | 3 | 5E | 0 | 62 | 1F | 2E | 13F | 60 | 1B |
| Octal | 211 | 3 | 136 | 0 | 142 | 37 | 56 | 477 | 140 | 33 |
| Binary | 10001001 | 11 | 1011110 | 0 | 1100010 | 11111 | 101110 | 100111111 | 1100000 | 11011 |
Color Harmonies of #89035E
Complementary color
Monochromatic Colors of #89035E
Black with #89035E
Text Example
Text Example
White with #89035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89035E; }
p { color: rgb(137,3,94); }
H1.HeaderClassName
{
color: #89035E;
}
.AnyTagClassName
{
color: #89035E;
}
</style>
background-color css
<style>
a { background-color: #89035E; }
a { background-color: rgb(137,3,94); }
div.DivClassName
{
background-color: #89035E;
}
.BgClassName
{
background-color: #89035E;
}
</style>
border-color css
<style>
span { border-color: #89035E; }
span { border-color: rgb(137,3,94); }
td.TdClassName
{
border-color: #89035E;
}
.TagClassName
{
border-color: #89035E;
}
</style>