Shades of Eggplant #890A56
Tints of Eggplant #890A56
RGB
CMYK
RGB Variations
Color information
#890A56 (or 0x890A56) is known color: Eggplant. HEX triplet: 89, 0A and 56. RGB value is (137,10,86). Sum of RGB (Red+Green+Blue) = 137+10+86=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #890A56 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A56 is #76F5A9. Grayscale: #383838. Windows color (decimal): -7796138 or 5638793. OLE color: 5638793.
HSL color Cylindrical-coordinate representation of color #890A56: hue angle of 324.09º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A56 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 86 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.46 |
| HSL | 324.09º | 0.86% | 0.29% | - |
| HSV(B) | 324.09º | 0.93% | 0.54% | - |
| XYZ | 12.1 | 6.21 | 9.36 | - |
| YUV | 56.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 86 | 0 | 0.93 | 0.37 | 0.46 | 324.09 | 0.86 | 0.29 |
| Hex | 89 | A | 56 | 0 | 5D | 25 | 2E | 144 | 56 | 1D |
| Octal | 211 | 12 | 126 | 0 | 135 | 45 | 56 | 504 | 126 | 35 |
| Binary | 10001001 | 1010 | 1010110 | 0 | 1011101 | 100101 | 101110 | 101000100 | 1010110 | 11101 |
Color Harmonies of #890A56
Complementary color
Monochromatic Colors of #890A56
Black with #890A56
Text Example
Text Example
White with #890A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A56; }
p { color: rgb(137,10,86); }
H1.HeaderClassName
{
color: #890A56;
}
.AnyTagClassName
{
color: #890A56;
}
</style>
background-color css
<style>
a { background-color: #890A56; }
a { background-color: rgb(137,10,86); }
div.DivClassName
{
background-color: #890A56;
}
.BgClassName
{
background-color: #890A56;
}
</style>
border-color css
<style>
span { border-color: #890A56; }
span { border-color: rgb(137,10,86); }
td.TdClassName
{
border-color: #890A56;
}
.TagClassName
{
border-color: #890A56;
}
</style>