Shades of Eggplant #890C62
Tints of Eggplant #890C62
RGB
CMYK
RGB Variations
Color information
#890C62 (or 0x890C62) is known color: Eggplant. HEX triplet: 89, 0C and 62. RGB value is (137,12,98). Sum of RGB (Red+Green+Blue) = 137+12+98=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #890C62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C62 is #76F39D. Grayscale: #3A3A3A. Windows color (decimal): -7795614 or 6425737. OLE color: 6425737.
HSL color Cylindrical-coordinate representation of color #890C62: hue angle of 318.72º 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 #890C62 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 98 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.46 |
| HSL | 318.72º | 0.84% | 0.29% | - |
| HSV(B) | 318.72º | 0.91% | 0.54% | - |
| XYZ | 12.65 | 6.46 | 12.14 | - |
| YUV | 59.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 98 | 0 | 0.91 | 0.28 | 0.46 | 318.72 | 0.84 | 0.29 |
| Hex | 89 | C | 62 | 0 | 5B | 1C | 2E | 13F | 54 | 1D |
| Octal | 211 | 14 | 142 | 0 | 133 | 34 | 56 | 477 | 124 | 35 |
| Binary | 10001001 | 1100 | 1100010 | 0 | 1011011 | 11100 | 101110 | 100111111 | 1010100 | 11101 |
Color Harmonies of #890C62
Complementary color
Monochromatic Colors of #890C62
Black with #890C62
Text Example
Text Example
White with #890C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C62; }
p { color: rgb(137,12,98); }
H1.HeaderClassName
{
color: #890C62;
}
.AnyTagClassName
{
color: #890C62;
}
</style>
background-color css
<style>
a { background-color: #890C62; }
a { background-color: rgb(137,12,98); }
div.DivClassName
{
background-color: #890C62;
}
.BgClassName
{
background-color: #890C62;
}
</style>
border-color css
<style>
span { border-color: #890C62; }
span { border-color: rgb(137,12,98); }
td.TdClassName
{
border-color: #890C62;
}
.TagClassName
{
border-color: #890C62;
}
</style>