Shades of Eggplant #890558
Tints of Eggplant #890558
RGB
CMYK
RGB Variations
Color information
#890558 (or 0x890558) is known color: Eggplant. HEX triplet: 89, 05 and 58. RGB value is (137,5,88). Sum of RGB (Red+Green+Blue) = 137+5+88=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 88 (34.77% from 255 or 38.26% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #890558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890558 is #76FAA7. Grayscale: #353535. Windows color (decimal): -7797416 or 5768585. OLE color: 5768585.
HSL color Cylindrical-coordinate representation of color #890558: hue angle of 322.27º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890558 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 88 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.46 |
| HSL | 322.27º | 0.93% | 0.28% | - |
| HSV(B) | 322.27º | 0.96% | 0.54% | - |
| XYZ | 12.13 | 6.13 | 9.78 | - |
| YUV | 53.93 | 147.23 | 187.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 88 | 0 | 0.96 | 0.36 | 0.46 | 322.27 | 0.93 | 0.28 |
| Hex | 89 | 5 | 58 | 0 | 60 | 24 | 2E | 142 | 5D | 1C |
| Octal | 211 | 5 | 130 | 0 | 140 | 44 | 56 | 502 | 135 | 34 |
| Binary | 10001001 | 101 | 1011000 | 0 | 1100000 | 100100 | 101110 | 101000010 | 1011101 | 11100 |
Color Harmonies of #890558
Complementary color
Monochromatic Colors of #890558
Black with #890558
Text Example
Text Example
White with #890558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890558; }
p { color: rgb(137,5,88); }
H1.HeaderClassName
{
color: #890558;
}
.AnyTagClassName
{
color: #890558;
}
</style>
background-color css
<style>
a { background-color: #890558; }
a { background-color: rgb(137,5,88); }
div.DivClassName
{
background-color: #890558;
}
.BgClassName
{
background-color: #890558;
}
</style>
border-color css
<style>
span { border-color: #890558; }
span { border-color: rgb(137,5,88); }
td.TdClassName
{
border-color: #890558;
}
.TagClassName
{
border-color: #890558;
}
</style>