Shades of Eggplant #890751
Tints of Eggplant #890751
RGB
CMYK
RGB Variations
Color information
#890751 (or 0x890751) is known color: Eggplant. HEX triplet: 89, 07 and 51. RGB value is (137,7,81). Sum of RGB (Red+Green+Blue) = 137+7+81=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #890751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890751 is #76F8AE. Grayscale: #363636. Windows color (decimal): -7796911 or 5310345. OLE color: 5310345.
HSL color Cylindrical-coordinate representation of color #890751: hue angle of 325.85º 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 #890751 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 81 | - |
| CMYK | 0 | 0.95 | 0.41 | 0.46 |
| HSL | 325.85º | 0.9% | 0.28% | - |
| HSV(B) | 325.85º | 0.95% | 0.54% | - |
| XYZ | 11.88 | 6.06 | 8.33 | - |
| YUV | 54.31 | 143.07 | 186.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 81 | 0 | 0.95 | 0.41 | 0.46 | 325.85 | 0.9 | 0.28 |
| Hex | 89 | 7 | 51 | 0 | 5F | 29 | 2E | 146 | 5A | 1C |
| Octal | 211 | 7 | 121 | 0 | 137 | 51 | 56 | 506 | 132 | 34 |
| Binary | 10001001 | 111 | 1010001 | 0 | 1011111 | 101001 | 101110 | 101000110 | 1011010 | 11100 |
Color Harmonies of #890751
Complementary color
Monochromatic Colors of #890751
Black with #890751
Text Example
Text Example
White with #890751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890751; }
p { color: rgb(137,7,81); }
H1.HeaderClassName
{
color: #890751;
}
.AnyTagClassName
{
color: #890751;
}
</style>
background-color css
<style>
a { background-color: #890751; }
a { background-color: rgb(137,7,81); }
div.DivClassName
{
background-color: #890751;
}
.BgClassName
{
background-color: #890751;
}
</style>
border-color css
<style>
span { border-color: #890751; }
span { border-color: rgb(137,7,81); }
td.TdClassName
{
border-color: #890751;
}
.TagClassName
{
border-color: #890751;
}
</style>