Shades of Eggplant #890C5E
Tints of Eggplant #890C5E
RGB
CMYK
RGB Variations
Color information
#890C5E (or 0x890C5E) is known color: Eggplant. HEX triplet: 89, 0C and 5E. RGB value is (137,12,94). Sum of RGB (Red+Green+Blue) = 137+12+94=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #890C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C5E is #76F3A1. Grayscale: #3A3A3A. Windows color (decimal): -7795618 or 6163593. OLE color: 6163593.
HSL color Cylindrical-coordinate representation of color #890C5E: hue angle of 320.64º 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 #890C5E is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 94 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.46 |
| HSL | 320.64º | 0.84% | 0.29% | - |
| HSV(B) | 320.64º | 0.91% | 0.54% | - |
| XYZ | 12.47 | 6.39 | 11.17 | - |
| YUV | 58.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 94 | 0 | 0.91 | 0.31 | 0.46 | 320.64 | 0.84 | 0.29 |
| Hex | 89 | C | 5E | 0 | 5B | 1F | 2E | 141 | 54 | 1D |
| Octal | 211 | 14 | 136 | 0 | 133 | 37 | 56 | 501 | 124 | 35 |
| Binary | 10001001 | 1100 | 1011110 | 0 | 1011011 | 11111 | 101110 | 101000001 | 1010100 | 11101 |
Color Harmonies of #890C5E
Complementary color
Monochromatic Colors of #890C5E
Black with #890C5E
Text Example
Text Example
White with #890C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C5E; }
p { color: rgb(137,12,94); }
H1.HeaderClassName
{
color: #890C5E;
}
.AnyTagClassName
{
color: #890C5E;
}
</style>
background-color css
<style>
a { background-color: #890C5E; }
a { background-color: rgb(137,12,94); }
div.DivClassName
{
background-color: #890C5E;
}
.BgClassName
{
background-color: #890C5E;
}
</style>
border-color css
<style>
span { border-color: #890C5E; }
span { border-color: rgb(137,12,94); }
td.TdClassName
{
border-color: #890C5E;
}
.TagClassName
{
border-color: #890C5E;
}
</style>