Shades of Eggplant #890D5C
Tints of Eggplant #890D5C
RGB
CMYK
RGB Variations
Color information
#890D5C (or 0x890D5C) is known color: Eggplant. HEX triplet: 89, 0D and 5C. RGB value is (137,13,92). Sum of RGB (Red+Green+Blue) = 137+13+92=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #890D5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D5C is #76F2A3. Grayscale: #3A3A3A. Windows color (decimal): -7795364 or 6032777. OLE color: 6032777.
HSL color Cylindrical-coordinate representation of color #890D5C: hue angle of 321.77º degrees, saturation: 0.83, 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 #890D5C is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 92 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.46 |
| HSL | 321.77º | 0.83% | 0.29% | - |
| HSV(B) | 321.77º | 0.91% | 0.54% | - |
| XYZ | 12.39 | 6.38 | 10.7 | - |
| YUV | 59.08 | 146.58 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 92 | 0 | 0.91 | 0.33 | 0.46 | 321.77 | 0.83 | 0.29 |
| Hex | 89 | D | 5C | 0 | 5B | 21 | 2E | 142 | 53 | 1D |
| Octal | 211 | 15 | 134 | 0 | 133 | 41 | 56 | 502 | 123 | 35 |
| Binary | 10001001 | 1101 | 1011100 | 0 | 1011011 | 100001 | 101110 | 101000010 | 1010011 | 11101 |
Color Harmonies of #890D5C
Complementary color
Monochromatic Colors of #890D5C
Black with #890D5C
Text Example
Text Example
White with #890D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D5C; }
p { color: rgb(137,13,92); }
H1.HeaderClassName
{
color: #890D5C;
}
.AnyTagClassName
{
color: #890D5C;
}
</style>
background-color css
<style>
a { background-color: #890D5C; }
a { background-color: rgb(137,13,92); }
div.DivClassName
{
background-color: #890D5C;
}
.BgClassName
{
background-color: #890D5C;
}
</style>
border-color css
<style>
span { border-color: #890D5C; }
span { border-color: rgb(137,13,92); }
td.TdClassName
{
border-color: #890D5C;
}
.TagClassName
{
border-color: #890D5C;
}
</style>