Shades of Eggplant #850D5D
Tints of Eggplant #850D5D
RGB
CMYK
RGB Variations
Color information
#850D5D (or 0x850D5D) is known color: Eggplant. HEX triplet: 85, 0D and 5D. RGB value is (133,13,93). Sum of RGB (Red+Green+Blue) = 133+13+93=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #850D5D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D5D is #7AF2A2. Grayscale: #393939. Windows color (decimal): -8057507 or 6098309. OLE color: 6098309.
HSL color Cylindrical-coordinate representation of color #850D5D: hue angle of 320º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D5D is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 93 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.48 |
| HSL | 320º | 0.82% | 0.29% | - |
| HSV(B) | 320º | 0.9% | 0.52% | - |
| XYZ | 11.79 | 6.06 | 10.9 | - |
| YUV | 58 | 147.76 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 93 | 0 | 0.90 | 0.30 | 0.48 | 320 | 0.82 | 0.29 |
| Hex | 85 | D | 5D | 0 | 5A | 1E | 30 | 140 | 52 | 1D |
| Octal | 205 | 15 | 135 | 0 | 132 | 36 | 60 | 500 | 122 | 35 |
| Binary | 10000101 | 1101 | 1011101 | 0 | 1011010 | 11110 | 110000 | 101000000 | 1010010 | 11101 |
Color Harmonies of #850D5D
Complementary color
Monochromatic Colors of #850D5D
Black with #850D5D
Text Example
Text Example
White with #850D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D5D; }
p { color: rgb(133,13,93); }
H1.HeaderClassName
{
color: #850D5D;
}
.AnyTagClassName
{
color: #850D5D;
}
</style>
background-color css
<style>
a { background-color: #850D5D; }
a { background-color: rgb(133,13,93); }
div.DivClassName
{
background-color: #850D5D;
}
.BgClassName
{
background-color: #850D5D;
}
</style>
border-color css
<style>
span { border-color: #850D5D; }
span { border-color: rgb(133,13,93); }
td.TdClassName
{
border-color: #850D5D;
}
.TagClassName
{
border-color: #850D5D;
}
</style>