Shades of Eggplant #890C5D
Tints of Eggplant #890C5D
RGB
CMYK
RGB Variations
Color information
#890C5D (or 0x890C5D) is known color: Eggplant. HEX triplet: 89, 0C and 5D. RGB value is (137,12,93). Sum of RGB (Red+Green+Blue) = 137+12+93=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 12 (5.08% from 255 or 4.96% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #890C5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C5D is #76F3A2. Grayscale: #3A3A3A. Windows color (decimal): -7795619 or 6098057. OLE color: 6098057.
HSL color Cylindrical-coordinate representation of color #890C5D: hue angle of 321.12º 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 #890C5D is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 93 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.46 |
| HSL | 321.12º | 0.84% | 0.29% | - |
| HSV(B) | 321.12º | 0.91% | 0.54% | - |
| XYZ | 12.42 | 6.37 | 10.93 | - |
| YUV | 58.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 93 | 0 | 0.91 | 0.32 | 0.46 | 321.12 | 0.84 | 0.29 |
| Hex | 89 | C | 5D | 0 | 5B | 20 | 2E | 141 | 54 | 1D |
| Octal | 211 | 14 | 135 | 0 | 133 | 40 | 56 | 501 | 124 | 35 |
| Binary | 10001001 | 1100 | 1011101 | 0 | 1011011 | 100000 | 101110 | 101000001 | 1010100 | 11101 |
Color Harmonies of #890C5D
Complementary color
Monochromatic Colors of #890C5D
Black with #890C5D
Text Example
Text Example
White with #890C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C5D; }
p { color: rgb(137,12,93); }
H1.HeaderClassName
{
color: #890C5D;
}
.AnyTagClassName
{
color: #890C5D;
}
</style>
background-color css
<style>
a { background-color: #890C5D; }
a { background-color: rgb(137,12,93); }
div.DivClassName
{
background-color: #890C5D;
}
.BgClassName
{
background-color: #890C5D;
}
</style>
border-color css
<style>
span { border-color: #890C5D; }
span { border-color: rgb(137,12,93); }
td.TdClassName
{
border-color: #890C5D;
}
.TagClassName
{
border-color: #890C5D;
}
</style>