Shades of Eggplant #890853
Tints of Eggplant #890853
RGB
CMYK
RGB Variations
Color information
#890853 (or 0x890853) is known color: Eggplant. HEX triplet: 89, 08 and 53. RGB value is (137,8,83). Sum of RGB (Red+Green+Blue) = 137+8+83=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #890853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890853 is #76F7AC. Grayscale: #363636. Windows color (decimal): -7796653 or 5441673. OLE color: 5441673.
HSL color Cylindrical-coordinate representation of color #890853: hue angle of 325.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890853 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 83 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.46 |
| HSL | 325.12º | 0.89% | 0.28% | - |
| HSV(B) | 325.12º | 0.94% | 0.54% | - |
| XYZ | 11.96 | 6.12 | 8.73 | - |
| YUV | 55.12 | 143.74 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 83 | 0 | 0.94 | 0.39 | 0.46 | 325.12 | 0.89 | 0.28 |
| Hex | 89 | 8 | 53 | 0 | 5E | 27 | 2E | 145 | 59 | 1C |
| Octal | 211 | 10 | 123 | 0 | 136 | 47 | 56 | 505 | 131 | 34 |
| Binary | 10001001 | 1000 | 1010011 | 0 | 1011110 | 100111 | 101110 | 101000101 | 1011001 | 11100 |
Color Harmonies of #890853
Complementary color
Monochromatic Colors of #890853
Black with #890853
Text Example
Text Example
White with #890853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890853; }
p { color: rgb(137,8,83); }
H1.HeaderClassName
{
color: #890853;
}
.AnyTagClassName
{
color: #890853;
}
</style>
background-color css
<style>
a { background-color: #890853; }
a { background-color: rgb(137,8,83); }
div.DivClassName
{
background-color: #890853;
}
.BgClassName
{
background-color: #890853;
}
</style>
border-color css
<style>
span { border-color: #890853; }
span { border-color: rgb(137,8,83); }
td.TdClassName
{
border-color: #890853;
}
.TagClassName
{
border-color: #890853;
}
</style>