Shades of Eggplant #890C60
Tints of Eggplant #890C60
RGB
CMYK
RGB Variations
Color information
#890C60 (or 0x890C60) is known color: Eggplant. HEX triplet: 89, 0C and 60. RGB value is (137,12,96). Sum of RGB (Red+Green+Blue) = 137+12+96=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #890C60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C60 is #76F39F. Grayscale: #3A3A3A. Windows color (decimal): -7795616 or 6294665. OLE color: 6294665.
HSL color Cylindrical-coordinate representation of color #890C60: hue angle of 319.68º 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 #890C60 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 96 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.46 |
| HSL | 319.68º | 0.84% | 0.29% | - |
| HSV(B) | 319.68º | 0.91% | 0.54% | - |
| XYZ | 12.56 | 6.43 | 11.64 | - |
| YUV | 58.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 96 | 0 | 0.91 | 0.30 | 0.46 | 319.68 | 0.84 | 0.29 |
| Hex | 89 | C | 60 | 0 | 5B | 1E | 2E | 140 | 54 | 1D |
| Octal | 211 | 14 | 140 | 0 | 133 | 36 | 56 | 500 | 124 | 35 |
| Binary | 10001001 | 1100 | 1100000 | 0 | 1011011 | 11110 | 101110 | 101000000 | 1010100 | 11101 |
Color Harmonies of #890C60
Complementary color
Monochromatic Colors of #890C60
Black with #890C60
Text Example
Text Example
White with #890C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C60; }
p { color: rgb(137,12,96); }
H1.HeaderClassName
{
color: #890C60;
}
.AnyTagClassName
{
color: #890C60;
}
</style>
background-color css
<style>
a { background-color: #890C60; }
a { background-color: rgb(137,12,96); }
div.DivClassName
{
background-color: #890C60;
}
.BgClassName
{
background-color: #890C60;
}
</style>
border-color css
<style>
span { border-color: #890C60; }
span { border-color: rgb(137,12,96); }
td.TdClassName
{
border-color: #890C60;
}
.TagClassName
{
border-color: #890C60;
}
</style>