Shades of Eggplant #890A55
Tints of Eggplant #890A55
RGB
CMYK
RGB Variations
Color information
#890A55 (or 0x890A55) is known color: Eggplant. HEX triplet: 89, 0A and 55. RGB value is (137,10,85). Sum of RGB (Red+Green+Blue) = 137+10+85=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 10 (4.30% from 255 or 4.31% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #890A55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A55 is #76F5AA. Grayscale: #383838. Windows color (decimal): -7796139 or 5573257. OLE color: 5573257.
HSL color Cylindrical-coordinate representation of color #890A55: hue angle of 324.57º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A55 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 85 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.46 |
| HSL | 324.57º | 0.86% | 0.29% | - |
| HSV(B) | 324.57º | 0.93% | 0.54% | - |
| XYZ | 12.06 | 6.19 | 9.15 | - |
| YUV | 56.52 | 144.08 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 85 | 0 | 0.93 | 0.38 | 0.46 | 324.57 | 0.86 | 0.29 |
| Hex | 89 | A | 55 | 0 | 5D | 26 | 2E | 145 | 56 | 1D |
| Octal | 211 | 12 | 125 | 0 | 135 | 46 | 56 | 505 | 126 | 35 |
| Binary | 10001001 | 1010 | 1010101 | 0 | 1011101 | 100110 | 101110 | 101000101 | 1010110 | 11101 |
Color Harmonies of #890A55
Complementary color
Monochromatic Colors of #890A55
Black with #890A55
Text Example
Text Example
White with #890A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A55; }
p { color: rgb(137,10,85); }
H1.HeaderClassName
{
color: #890A55;
}
.AnyTagClassName
{
color: #890A55;
}
</style>
background-color css
<style>
a { background-color: #890A55; }
a { background-color: rgb(137,10,85); }
div.DivClassName
{
background-color: #890A55;
}
.BgClassName
{
background-color: #890A55;
}
</style>
border-color css
<style>
span { border-color: #890A55; }
span { border-color: rgb(137,10,85); }
td.TdClassName
{
border-color: #890A55;
}
.TagClassName
{
border-color: #890A55;
}
</style>