Shades of Eggplant #890557
Tints of Eggplant #890557
RGB
CMYK
RGB Variations
Color information
#890557 (or 0x890557) is known color: Eggplant. HEX triplet: 89, 05 and 57. RGB value is (137,5,87). Sum of RGB (Red+Green+Blue) = 137+5+87=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #890557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890557 is #76FAA8. Grayscale: #353535. Windows color (decimal): -7797417 or 5703049. OLE color: 5703049.
HSL color Cylindrical-coordinate representation of color #890557: hue angle of 322.73º 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 #890557 is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 87 | - |
| CMYK | 0 | 0.96 | 0.36 | 0.46 |
| HSL | 322.73º | 0.93% | 0.28% | - |
| HSV(B) | 322.73º | 0.96% | 0.54% | - |
| XYZ | 12.09 | 6.12 | 9.56 | - |
| YUV | 53.82 | 146.73 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 87 | 0 | 0.96 | 0.36 | 0.46 | 322.73 | 0.93 | 0.28 |
| Hex | 89 | 5 | 57 | 0 | 60 | 24 | 2E | 143 | 5D | 1C |
| Octal | 211 | 5 | 127 | 0 | 140 | 44 | 56 | 503 | 135 | 34 |
| Binary | 10001001 | 101 | 1010111 | 0 | 1100000 | 100100 | 101110 | 101000011 | 1011101 | 11100 |
Color Harmonies of #890557
Complementary color
Monochromatic Colors of #890557
Black with #890557
Text Example
Text Example
White with #890557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890557; }
p { color: rgb(137,5,87); }
H1.HeaderClassName
{
color: #890557;
}
.AnyTagClassName
{
color: #890557;
}
</style>
background-color css
<style>
a { background-color: #890557; }
a { background-color: rgb(137,5,87); }
div.DivClassName
{
background-color: #890557;
}
.BgClassName
{
background-color: #890557;
}
</style>
border-color css
<style>
span { border-color: #890557; }
span { border-color: rgb(137,5,87); }
td.TdClassName
{
border-color: #890557;
}
.TagClassName
{
border-color: #890557;
}
</style>