Shades of Eggplant #890760
Tints of Eggplant #890760
RGB
CMYK
RGB Variations
Color information
#890760 (or 0x890760) is known color: Eggplant. HEX triplet: 89, 07 and 60. RGB value is (137,7,96). Sum of RGB (Red+Green+Blue) = 137+7+96=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #890760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890760 is #76F89F. Grayscale: #373737. Windows color (decimal): -7796896 or 6293385. OLE color: 6293385.
HSL color Cylindrical-coordinate representation of color #890760: hue angle of 318.92º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890760 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 96 | - |
| CMYK | 0 | 0.95 | 0.30 | 0.46 |
| HSL | 318.92º | 0.9% | 0.28% | - |
| HSV(B) | 318.92º | 0.95% | 0.54% | - |
| XYZ | 12.5 | 6.31 | 11.63 | - |
| YUV | 56.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 96 | 0 | 0.95 | 0.30 | 0.46 | 318.92 | 0.9 | 0.28 |
| Hex | 89 | 7 | 60 | 0 | 5F | 1E | 2E | 13F | 5A | 1C |
| Octal | 211 | 7 | 140 | 0 | 137 | 36 | 56 | 477 | 132 | 34 |
| Binary | 10001001 | 111 | 1100000 | 0 | 1011111 | 11110 | 101110 | 100111111 | 1011010 | 11100 |
Color Harmonies of #890760
Complementary color
Monochromatic Colors of #890760
Black with #890760
Text Example
Text Example
White with #890760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890760; }
p { color: rgb(137,7,96); }
H1.HeaderClassName
{
color: #890760;
}
.AnyTagClassName
{
color: #890760;
}
</style>
background-color css
<style>
a { background-color: #890760; }
a { background-color: rgb(137,7,96); }
div.DivClassName
{
background-color: #890760;
}
.BgClassName
{
background-color: #890760;
}
</style>
border-color css
<style>
span { border-color: #890760; }
span { border-color: rgb(137,7,96); }
td.TdClassName
{
border-color: #890760;
}
.TagClassName
{
border-color: #890760;
}
</style>