Shades of Eggplant #850E5D
Tints of Eggplant #850E5D
RGB
CMYK
RGB Variations
Color information
#850E5D (or 0x850E5D) is known color: Eggplant. HEX triplet: 85, 0E and 5D. RGB value is (133,14,93). Sum of RGB (Red+Green+Blue) = 133+14+93=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #850E5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E5D is #7AF1A2. Grayscale: #3A3A3A. Windows color (decimal): -8057251 or 6098565. OLE color: 6098565.
HSL color Cylindrical-coordinate representation of color #850E5D: hue angle of 320.17º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E5D is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 93 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.48 |
| HSL | 320.17º | 0.81% | 0.29% | - |
| HSV(B) | 320.17º | 0.89% | 0.52% | - |
| XYZ | 11.81 | 6.09 | 10.91 | - |
| YUV | 58.59 | 147.42 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 93 | 0 | 0.89 | 0.30 | 0.48 | 320.17 | 0.81 | 0.29 |
| Hex | 85 | E | 5D | 0 | 59 | 1E | 30 | 140 | 51 | 1D |
| Octal | 205 | 16 | 135 | 0 | 131 | 36 | 60 | 500 | 121 | 35 |
| Binary | 10000101 | 1110 | 1011101 | 0 | 1011001 | 11110 | 110000 | 101000000 | 1010001 | 11101 |
Color Harmonies of #850E5D
Complementary color
Monochromatic Colors of #850E5D
Black with #850E5D
Text Example
Text Example
White with #850E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E5D; }
p { color: rgb(133,14,93); }
H1.HeaderClassName
{
color: #850E5D;
}
.AnyTagClassName
{
color: #850E5D;
}
</style>
background-color css
<style>
a { background-color: #850E5D; }
a { background-color: rgb(133,14,93); }
div.DivClassName
{
background-color: #850E5D;
}
.BgClassName
{
background-color: #850E5D;
}
</style>
border-color css
<style>
span { border-color: #850E5D; }
span { border-color: rgb(133,14,93); }
td.TdClassName
{
border-color: #850E5D;
}
.TagClassName
{
border-color: #850E5D;
}
</style>