Shades of Eggplant #890559
Tints of Eggplant #890559
RGB
CMYK
RGB Variations
Color information
#890559 (or 0x890559) is known color: Eggplant. HEX triplet: 89, 05 and 59. RGB value is (137,5,89). Sum of RGB (Red+Green+Blue) = 137+5+89=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #890559 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890559 is #76FAA6. Grayscale: #353535. Windows color (decimal): -7797415 or 5834121. OLE color: 5834121.
HSL color Cylindrical-coordinate representation of color #890559: hue angle of 321.82º 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 #890559 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 89 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.46 |
| HSL | 321.82º | 0.93% | 0.28% | - |
| HSV(B) | 321.82º | 0.96% | 0.54% | - |
| XYZ | 12.17 | 6.15 | 10 | - |
| YUV | 54.04 | 147.73 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 89 | 0 | 0.96 | 0.35 | 0.46 | 321.82 | 0.93 | 0.28 |
| Hex | 89 | 5 | 59 | 0 | 60 | 23 | 2E | 142 | 5D | 1C |
| Octal | 211 | 5 | 131 | 0 | 140 | 43 | 56 | 502 | 135 | 34 |
| Binary | 10001001 | 101 | 1011001 | 0 | 1100000 | 100011 | 101110 | 101000010 | 1011101 | 11100 |
Color Harmonies of #890559
Complementary color
Monochromatic Colors of #890559
Black with #890559
Text Example
Text Example
White with #890559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890559; }
p { color: rgb(137,5,89); }
H1.HeaderClassName
{
color: #890559;
}
.AnyTagClassName
{
color: #890559;
}
</style>
background-color css
<style>
a { background-color: #890559; }
a { background-color: rgb(137,5,89); }
div.DivClassName
{
background-color: #890559;
}
.BgClassName
{
background-color: #890559;
}
</style>
border-color css
<style>
span { border-color: #890559; }
span { border-color: rgb(137,5,89); }
td.TdClassName
{
border-color: #890559;
}
.TagClassName
{
border-color: #890559;
}
</style>