Shades of Eggplant #890551
Tints of Eggplant #890551
RGB
CMYK
RGB Variations
Color information
#890551 (or 0x890551) is known color: Eggplant. HEX triplet: 89, 05 and 51. RGB value is (137,5,81). Sum of RGB (Red+Green+Blue) = 137+5+81=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 81 (32.03% from 255 or 36.32% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #890551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890551 is #76FAAE. Grayscale: #343434. Windows color (decimal): -7797423 or 5309833. OLE color: 5309833.
HSL color Cylindrical-coordinate representation of color #890551: hue angle of 325.45º 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 #890551 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 81 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.46 |
| HSL | 325.45º | 0.93% | 0.28% | - |
| HSV(B) | 325.45º | 0.96% | 0.54% | - |
| XYZ | 11.86 | 6.02 | 8.32 | - |
| YUV | 53.13 | 143.73 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 81 | 0 | 0.96 | 0.41 | 0.46 | 325.45 | 0.93 | 0.28 |
| Hex | 89 | 5 | 51 | 0 | 60 | 29 | 2E | 145 | 5D | 1C |
| Octal | 211 | 5 | 121 | 0 | 140 | 51 | 56 | 505 | 135 | 34 |
| Binary | 10001001 | 101 | 1010001 | 0 | 1100000 | 101001 | 101110 | 101000101 | 1011101 | 11100 |
Color Harmonies of #890551
Complementary color
Monochromatic Colors of #890551
Black with #890551
Text Example
Text Example
White with #890551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890551; }
p { color: rgb(137,5,81); }
H1.HeaderClassName
{
color: #890551;
}
.AnyTagClassName
{
color: #890551;
}
</style>
background-color css
<style>
a { background-color: #890551; }
a { background-color: rgb(137,5,81); }
div.DivClassName
{
background-color: #890551;
}
.BgClassName
{
background-color: #890551;
}
</style>
border-color css
<style>
span { border-color: #890551; }
span { border-color: rgb(137,5,81); }
td.TdClassName
{
border-color: #890551;
}
.TagClassName
{
border-color: #890551;
}
</style>