Shades of Eggplant #890C59
Tints of Eggplant #890C59
RGB
CMYK
RGB Variations
Color information
#890C59 (or 0x890C59) is known color: Eggplant. HEX triplet: 89, 0C and 59. RGB value is (137,12,89). Sum of RGB (Red+Green+Blue) = 137+12+89=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 12 (5.08% from 255 or 5.04% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #890C59 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C59 is #76F3A6. Grayscale: #393939. Windows color (decimal): -7795623 or 5835913. OLE color: 5835913.
HSL color Cylindrical-coordinate representation of color #890C59: hue angle of 323.04º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890C59 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 89 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.46 |
| HSL | 323.04º | 0.84% | 0.29% | - |
| HSV(B) | 323.04º | 0.91% | 0.54% | - |
| XYZ | 12.25 | 6.3 | 10.02 | - |
| YUV | 58.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 89 | 0 | 0.91 | 0.35 | 0.46 | 323.04 | 0.84 | 0.29 |
| Hex | 89 | C | 59 | 0 | 5B | 23 | 2E | 143 | 54 | 1D |
| Octal | 211 | 14 | 131 | 0 | 133 | 43 | 56 | 503 | 124 | 35 |
| Binary | 10001001 | 1100 | 1011001 | 0 | 1011011 | 100011 | 101110 | 101000011 | 1010100 | 11101 |
Color Harmonies of #890C59
Complementary color
Monochromatic Colors of #890C59
Black with #890C59
Text Example
Text Example
White with #890C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C59; }
p { color: rgb(137,12,89); }
H1.HeaderClassName
{
color: #890C59;
}
.AnyTagClassName
{
color: #890C59;
}
</style>
background-color css
<style>
a { background-color: #890C59; }
a { background-color: rgb(137,12,89); }
div.DivClassName
{
background-color: #890C59;
}
.BgClassName
{
background-color: #890C59;
}
</style>
border-color css
<style>
span { border-color: #890C59; }
span { border-color: rgb(137,12,89); }
td.TdClassName
{
border-color: #890C59;
}
.TagClassName
{
border-color: #890C59;
}
</style>