Shades of Eggplant #850E51
Tints of Eggplant #850E51
RGB
CMYK
RGB Variations
Color information
#850E51 (or 0x850E51) is known color: Eggplant. HEX triplet: 85, 0E and 51. RGB value is (133,14,81). Sum of RGB (Red+Green+Blue) = 133+14+81=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 81 (32.03% from 255 or 35.53% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #850E51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850E51 is #7AF1AE. Grayscale: #393939. Windows color (decimal): -8057263 or 5312133. OLE color: 5312133.
HSL color Cylindrical-coordinate representation of color #850E51: hue angle of 326.22º 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 #850E51 is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 81 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.48 |
| HSL | 326.22º | 0.81% | 0.29% | - |
| HSV(B) | 326.22º | 0.89% | 0.52% | - |
| XYZ | 11.32 | 5.89 | 8.33 | - |
| YUV | 57.22 | 141.42 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 81 | 0 | 0.89 | 0.39 | 0.48 | 326.22 | 0.81 | 0.29 |
| Hex | 85 | E | 51 | 0 | 59 | 27 | 30 | 146 | 51 | 1D |
| Octal | 205 | 16 | 121 | 0 | 131 | 47 | 60 | 506 | 121 | 35 |
| Binary | 10000101 | 1110 | 1010001 | 0 | 1011001 | 100111 | 110000 | 101000110 | 1010001 | 11101 |
Color Harmonies of #850E51
Complementary color
Monochromatic Colors of #850E51
Black with #850E51
Text Example
Text Example
White with #850E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E51; }
p { color: rgb(133,14,81); }
H1.HeaderClassName
{
color: #850E51;
}
.AnyTagClassName
{
color: #850E51;
}
</style>
background-color css
<style>
a { background-color: #850E51; }
a { background-color: rgb(133,14,81); }
div.DivClassName
{
background-color: #850E51;
}
.BgClassName
{
background-color: #850E51;
}
</style>
border-color css
<style>
span { border-color: #850E51; }
span { border-color: rgb(133,14,81); }
td.TdClassName
{
border-color: #850E51;
}
.TagClassName
{
border-color: #850E51;
}
</style>