Shades of Eggplant #850D60
Tints of Eggplant #850D60
RGB
CMYK
RGB Variations
Color information
#850D60 (or 0x850D60) is known color: Eggplant. HEX triplet: 85, 0D and 60. RGB value is (133,13,96). Sum of RGB (Red+Green+Blue) = 133+13+96=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #850D60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850D60 is #7AF29F. Grayscale: #3A3A3A. Windows color (decimal): -8057504 or 6294917. OLE color: 6294917.
HSL color Cylindrical-coordinate representation of color #850D60: hue angle of 318.5º 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 #850D60 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 96 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.48 |
| HSL | 318.5º | 0.82% | 0.29% | - |
| HSV(B) | 318.5º | 0.9% | 0.52% | - |
| XYZ | 11.93 | 6.12 | 11.62 | - |
| YUV | 58.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 96 | 0 | 0.90 | 0.28 | 0.48 | 318.5 | 0.82 | 0.29 |
| Hex | 85 | D | 60 | 0 | 5A | 1C | 30 | 13E | 52 | 1D |
| Octal | 205 | 15 | 140 | 0 | 132 | 34 | 60 | 476 | 122 | 35 |
| Binary | 10000101 | 1101 | 1100000 | 0 | 1011010 | 11100 | 110000 | 100111110 | 1010010 | 11101 |
Color Harmonies of #850D60
Complementary color
Monochromatic Colors of #850D60
Black with #850D60
Text Example
Text Example
White with #850D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D60; }
p { color: rgb(133,13,96); }
H1.HeaderClassName
{
color: #850D60;
}
.AnyTagClassName
{
color: #850D60;
}
</style>
background-color css
<style>
a { background-color: #850D60; }
a { background-color: rgb(133,13,96); }
div.DivClassName
{
background-color: #850D60;
}
.BgClassName
{
background-color: #850D60;
}
</style>
border-color css
<style>
span { border-color: #850D60; }
span { border-color: rgb(133,13,96); }
td.TdClassName
{
border-color: #850D60;
}
.TagClassName
{
border-color: #850D60;
}
</style>