Shades of Eggplant #890852
Tints of Eggplant #890852
RGB
CMYK
RGB Variations
Color information
#890852 (or 0x890852) is known color: Eggplant. HEX triplet: 89, 08 and 52. RGB value is (137,8,82). Sum of RGB (Red+Green+Blue) = 137+8+82=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #890852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890852 is #76F7AD. Grayscale: #363636. Windows color (decimal): -7796654 or 5376137. OLE color: 5376137.
HSL color Cylindrical-coordinate representation of color #890852: hue angle of 325.58º 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 #890852 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 82 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.46 |
| HSL | 325.58º | 0.89% | 0.28% | - |
| HSV(B) | 325.58º | 0.94% | 0.54% | - |
| XYZ | 11.93 | 6.1 | 8.53 | - |
| YUV | 55.01 | 143.24 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 82 | 0 | 0.94 | 0.40 | 0.46 | 325.58 | 0.89 | 0.28 |
| Hex | 89 | 8 | 52 | 0 | 5E | 28 | 2E | 146 | 59 | 1C |
| Octal | 211 | 10 | 122 | 0 | 136 | 50 | 56 | 506 | 131 | 34 |
| Binary | 10001001 | 1000 | 1010010 | 0 | 1011110 | 101000 | 101110 | 101000110 | 1011001 | 11100 |
Color Harmonies of #890852
Complementary color
Monochromatic Colors of #890852
Black with #890852
Text Example
Text Example
White with #890852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890852; }
p { color: rgb(137,8,82); }
H1.HeaderClassName
{
color: #890852;
}
.AnyTagClassName
{
color: #890852;
}
</style>
background-color css
<style>
a { background-color: #890852; }
a { background-color: rgb(137,8,82); }
div.DivClassName
{
background-color: #890852;
}
.BgClassName
{
background-color: #890852;
}
</style>
border-color css
<style>
span { border-color: #890852; }
span { border-color: rgb(137,8,82); }
td.TdClassName
{
border-color: #890852;
}
.TagClassName
{
border-color: #890852;
}
</style>