Shades of Eggplant #890B59
Tints of Eggplant #890B59
RGB
CMYK
RGB Variations
Color information
#890B59 (or 0x890B59) is known color: Eggplant. HEX triplet: 89, 0B and 59. RGB value is (137,11,89). Sum of RGB (Red+Green+Blue) = 137+11+89=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #890B59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B59 is #76F4A6. Grayscale: #393939. Windows color (decimal): -7795879 or 5835657. OLE color: 5835657.
HSL color Cylindrical-coordinate representation of color #890B59: hue angle of 322.86º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B59 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 89 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.46 |
| HSL | 322.86º | 0.85% | 0.29% | - |
| HSV(B) | 322.86º | 0.92% | 0.54% | - |
| XYZ | 12.24 | 6.28 | 10.02 | - |
| YUV | 57.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 89 | 0 | 0.92 | 0.35 | 0.46 | 322.86 | 0.85 | 0.29 |
| Hex | 89 | B | 59 | 0 | 5C | 23 | 2E | 143 | 55 | 1D |
| Octal | 211 | 13 | 131 | 0 | 134 | 43 | 56 | 503 | 125 | 35 |
| Binary | 10001001 | 1011 | 1011001 | 0 | 1011100 | 100011 | 101110 | 101000011 | 1010101 | 11101 |
Color Harmonies of #890B59
Complementary color
Monochromatic Colors of #890B59
Black with #890B59
Text Example
Text Example
White with #890B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B59; }
p { color: rgb(137,11,89); }
H1.HeaderClassName
{
color: #890B59;
}
.AnyTagClassName
{
color: #890B59;
}
</style>
background-color css
<style>
a { background-color: #890B59; }
a { background-color: rgb(137,11,89); }
div.DivClassName
{
background-color: #890B59;
}
.BgClassName
{
background-color: #890B59;
}
</style>
border-color css
<style>
span { border-color: #890B59; }
span { border-color: rgb(137,11,89); }
td.TdClassName
{
border-color: #890B59;
}
.TagClassName
{
border-color: #890B59;
}
</style>