Shades of Eggplant #89035A
Tints of Eggplant #89035A
RGB
CMYK
RGB Variations
Color information
#89035A (or 0x89035A) is known color: Eggplant. HEX triplet: 89, 03 and 5A. RGB value is (137,3,90). Sum of RGB (Red+Green+Blue) = 137+3+90=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 3 (1.56% from 255 or 1.30% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #89035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89035A is #76FCA5. Grayscale: #343434. Windows color (decimal): -7797926 or 5899145. OLE color: 5899145.
HSL color Cylindrical-coordinate representation of color #89035A: hue angle of 321.04º 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 #89035A is Cyan = 0, Magento = 0.98, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 90 | - |
| CMYK | 0 | 0.98 | 0.34 | 0.46 |
| HSL | 321.04º | 0.96% | 0.27% | - |
| HSV(B) | 321.04º | 0.98% | 0.54% | - |
| XYZ | 12.19 | 6.12 | 10.21 | - |
| YUV | 52.98 | 148.89 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 90 | 0 | 0.98 | 0.34 | 0.46 | 321.04 | 0.96 | 0.27 |
| Hex | 89 | 3 | 5A | 0 | 62 | 22 | 2E | 141 | 60 | 1B |
| Octal | 211 | 3 | 132 | 0 | 142 | 42 | 56 | 501 | 140 | 33 |
| Binary | 10001001 | 11 | 1011010 | 0 | 1100010 | 100010 | 101110 | 101000001 | 1100000 | 11011 |
Color Harmonies of #89035A
Complementary color
Monochromatic Colors of #89035A
Black with #89035A
Text Example
Text Example
White with #89035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89035A; }
p { color: rgb(137,3,90); }
H1.HeaderClassName
{
color: #89035A;
}
.AnyTagClassName
{
color: #89035A;
}
</style>
background-color css
<style>
a { background-color: #89035A; }
a { background-color: rgb(137,3,90); }
div.DivClassName
{
background-color: #89035A;
}
.BgClassName
{
background-color: #89035A;
}
</style>
border-color css
<style>
span { border-color: #89035A; }
span { border-color: rgb(137,3,90); }
td.TdClassName
{
border-color: #89035A;
}
.TagClassName
{
border-color: #89035A;
}
</style>