Shades of Eggplant #890959
Tints of Eggplant #890959
RGB
CMYK
RGB Variations
Color information
#890959 (or 0x890959) is known color: Eggplant. HEX triplet: 89, 09 and 59. RGB value is (137,9,89). Sum of RGB (Red+Green+Blue) = 137+9+89=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 9 (3.91% from 255 or 3.83% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #890959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890959 is #76F6A6. Grayscale: #383838. Windows color (decimal): -7796391 or 5835145. OLE color: 5835145.
HSL color Cylindrical-coordinate representation of color #890959: hue angle of 322.5º degrees, saturation: 0.88, 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 #890959 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 89 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.46 |
| HSL | 322.5º | 0.88% | 0.29% | - |
| HSV(B) | 322.5º | 0.93% | 0.54% | - |
| XYZ | 12.22 | 6.24 | 10.01 | - |
| YUV | 56.39 | 146.41 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 89 | 0 | 0.93 | 0.35 | 0.46 | 322.5 | 0.88 | 0.29 |
| Hex | 89 | 9 | 59 | 0 | 5D | 23 | 2E | 142 | 58 | 1D |
| Octal | 211 | 11 | 131 | 0 | 135 | 43 | 56 | 502 | 130 | 35 |
| Binary | 10001001 | 1001 | 1011001 | 0 | 1011101 | 100011 | 101110 | 101000010 | 1011000 | 11101 |
Color Harmonies of #890959
Complementary color
Monochromatic Colors of #890959
Black with #890959
Text Example
Text Example
White with #890959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890959; }
p { color: rgb(137,9,89); }
H1.HeaderClassName
{
color: #890959;
}
.AnyTagClassName
{
color: #890959;
}
</style>
background-color css
<style>
a { background-color: #890959; }
a { background-color: rgb(137,9,89); }
div.DivClassName
{
background-color: #890959;
}
.BgClassName
{
background-color: #890959;
}
</style>
border-color css
<style>
span { border-color: #890959; }
span { border-color: rgb(137,9,89); }
td.TdClassName
{
border-color: #890959;
}
.TagClassName
{
border-color: #890959;
}
</style>