Shades of Eggplant #890571
Tints of Eggplant #890571
RGB
CMYK
RGB Variations
Color information
#890571 (or 0x890571) is known color: Eggplant. HEX triplet: 89, 05 and 71. RGB value is (137,5,113). Sum of RGB (Red+Green+Blue) = 137+5+113=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #890571 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890571 is #76FA8E. Grayscale: #383838. Windows color (decimal): -7797391 or 7406985. OLE color: 7406985.
HSL color Cylindrical-coordinate representation of color #890571: hue angle of 310.91º 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 #890571 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 113 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.46 |
| HSL | 310.91º | 0.93% | 0.28% | - |
| HSV(B) | 310.91º | 0.96% | 0.54% | - |
| XYZ | 13.35 | 6.62 | 16.2 | - |
| YUV | 56.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 113 | 0 | 0.96 | 0.18 | 0.46 | 310.91 | 0.93 | 0.28 |
| Hex | 89 | 5 | 71 | 0 | 60 | 12 | 2E | 137 | 5D | 1C |
| Octal | 211 | 5 | 161 | 0 | 140 | 22 | 56 | 467 | 135 | 34 |
| Binary | 10001001 | 101 | 1110001 | 0 | 1100000 | 10010 | 101110 | 100110111 | 1011101 | 11100 |
Color Harmonies of #890571
Complementary color
Monochromatic Colors of #890571
Black with #890571
Text Example
Text Example
White with #890571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890571; }
p { color: rgb(137,5,113); }
H1.HeaderClassName
{
color: #890571;
}
.AnyTagClassName
{
color: #890571;
}
</style>
background-color css
<style>
a { background-color: #890571; }
a { background-color: rgb(137,5,113); }
div.DivClassName
{
background-color: #890571;
}
.BgClassName
{
background-color: #890571;
}
</style>
border-color css
<style>
span { border-color: #890571; }
span { border-color: rgb(137,5,113); }
td.TdClassName
{
border-color: #890571;
}
.TagClassName
{
border-color: #890571;
}
</style>