Shades of Eggplant #890C55
Tints of Eggplant #890C55
RGB
CMYK
RGB Variations
Color information
#890C55 (or 0x890C55) is known color: Eggplant. HEX triplet: 89, 0C and 55. RGB value is (137,12,85). Sum of RGB (Red+Green+Blue) = 137+12+85=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 85 (33.59% from 255 or 36.32% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #890C55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C55 is #76F3AA. Grayscale: #393939. Windows color (decimal): -7795627 or 5573769. OLE color: 5573769.
HSL color Cylindrical-coordinate representation of color #890C55: hue angle of 324.96º 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 #890C55 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 85 | - |
| CMYK | 0 | 0.91 | 0.38 | 0.46 |
| HSL | 324.96º | 0.84% | 0.29% | - |
| HSV(B) | 324.96º | 0.91% | 0.54% | - |
| XYZ | 12.09 | 6.24 | 9.16 | - |
| YUV | 57.7 | 143.41 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 85 | 0 | 0.91 | 0.38 | 0.46 | 324.96 | 0.84 | 0.29 |
| Hex | 89 | C | 55 | 0 | 5B | 26 | 2E | 145 | 54 | 1D |
| Octal | 211 | 14 | 125 | 0 | 133 | 46 | 56 | 505 | 124 | 35 |
| Binary | 10001001 | 1100 | 1010101 | 0 | 1011011 | 100110 | 101110 | 101000101 | 1010100 | 11101 |
Color Harmonies of #890C55
Complementary color
Monochromatic Colors of #890C55
Black with #890C55
Text Example
Text Example
White with #890C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C55; }
p { color: rgb(137,12,85); }
H1.HeaderClassName
{
color: #890C55;
}
.AnyTagClassName
{
color: #890C55;
}
</style>
background-color css
<style>
a { background-color: #890C55; }
a { background-color: rgb(137,12,85); }
div.DivClassName
{
background-color: #890C55;
}
.BgClassName
{
background-color: #890C55;
}
</style>
border-color css
<style>
span { border-color: #890C55; }
span { border-color: rgb(137,12,85); }
td.TdClassName
{
border-color: #890C55;
}
.TagClassName
{
border-color: #890C55;
}
</style>