Shades of Eggplant #890D55
Tints of Eggplant #890D55
RGB
CMYK
RGB Variations
Color information
#890D55 (or 0x890D55) is known color: Eggplant. HEX triplet: 89, 0D and 55. RGB value is (137,13,85). Sum of RGB (Red+Green+Blue) = 137+13+85=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 13 (5.47% from 255 or 5.53% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #890D55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D55 is #76F2AA. Grayscale: #3A3A3A. Windows color (decimal): -7795371 or 5574025. OLE color: 5574025.
HSL color Cylindrical-coordinate representation of color #890D55: hue angle of 325.16º 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 #890D55 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 85 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.46 |
| HSL | 325.16º | 0.83% | 0.29% | - |
| HSV(B) | 325.16º | 0.91% | 0.54% | - |
| XYZ | 12.1 | 6.26 | 9.17 | - |
| YUV | 58.28 | 143.08 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 85 | 0 | 0.91 | 0.38 | 0.46 | 325.16 | 0.83 | 0.29 |
| Hex | 89 | D | 55 | 0 | 5B | 26 | 2E | 145 | 53 | 1D |
| Octal | 211 | 15 | 125 | 0 | 133 | 46 | 56 | 505 | 123 | 35 |
| Binary | 10001001 | 1101 | 1010101 | 0 | 1011011 | 100110 | 101110 | 101000101 | 1010011 | 11101 |
Color Harmonies of #890D55
Complementary color
Monochromatic Colors of #890D55
Black with #890D55
Text Example
Text Example
White with #890D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D55; }
p { color: rgb(137,13,85); }
H1.HeaderClassName
{
color: #890D55;
}
.AnyTagClassName
{
color: #890D55;
}
</style>
background-color css
<style>
a { background-color: #890D55; }
a { background-color: rgb(137,13,85); }
div.DivClassName
{
background-color: #890D55;
}
.BgClassName
{
background-color: #890D55;
}
</style>
border-color css
<style>
span { border-color: #890D55; }
span { border-color: rgb(137,13,85); }
td.TdClassName
{
border-color: #890D55;
}
.TagClassName
{
border-color: #890D55;
}
</style>