Shades of Eggplant #890850
Tints of Eggplant #890850
RGB
CMYK
RGB Variations
Color information
#890850 (or 0x890850) is known color: Eggplant. HEX triplet: 89, 08 and 50. RGB value is (137,8,80). Sum of RGB (Red+Green+Blue) = 137+8+80=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #890850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890850 is #76F7AF. Grayscale: #363636. Windows color (decimal): -7796656 or 5245065. OLE color: 5245065.
HSL color Cylindrical-coordinate representation of color #890850: hue angle of 326.51º 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 #890850 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 80 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.46 |
| HSL | 326.51º | 0.89% | 0.28% | - |
| HSV(B) | 326.51º | 0.94% | 0.54% | - |
| XYZ | 11.85 | 6.07 | 8.14 | - |
| YUV | 54.78 | 142.24 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 80 | 0 | 0.94 | 0.42 | 0.46 | 326.51 | 0.89 | 0.28 |
| Hex | 89 | 8 | 50 | 0 | 5E | 2A | 2E | 147 | 59 | 1C |
| Octal | 211 | 10 | 120 | 0 | 136 | 52 | 56 | 507 | 131 | 34 |
| Binary | 10001001 | 1000 | 1010000 | 0 | 1011110 | 101010 | 101110 | 101000111 | 1011001 | 11100 |
Color Harmonies of #890850
Complementary color
Monochromatic Colors of #890850
Black with #890850
Text Example
Text Example
White with #890850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890850; }
p { color: rgb(137,8,80); }
H1.HeaderClassName
{
color: #890850;
}
.AnyTagClassName
{
color: #890850;
}
</style>
background-color css
<style>
a { background-color: #890850; }
a { background-color: rgb(137,8,80); }
div.DivClassName
{
background-color: #890850;
}
.BgClassName
{
background-color: #890850;
}
</style>
border-color css
<style>
span { border-color: #890850; }
span { border-color: rgb(137,8,80); }
td.TdClassName
{
border-color: #890850;
}
.TagClassName
{
border-color: #890850;
}
</style>