Shades of Eggplant #85115F
Tints of Eggplant #85115F
RGB
CMYK
RGB Variations
Color information
#85115F (or 0x85115F) is known color: Eggplant. HEX triplet: 85, 11 and 5F. RGB value is (133,17,95). Sum of RGB (Red+Green+Blue) = 133+17+95=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85115F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85115F is #7AEEA0. Grayscale: #3C3C3C. Windows color (decimal): -8056481 or 6230405. OLE color: 6230405.
HSL color Cylindrical-coordinate representation of color #85115F: hue angle of 319.66º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #85115F is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 17 | 95 | - |
| CMYK | 0 | 0.87 | 0.29 | 0.48 |
| HSL | 319.66º | 0.77% | 0.29% | - |
| HSV(B) | 319.66º | 0.87% | 0.52% | - |
| XYZ | 11.94 | 6.21 | 11.4 | - |
| YUV | 60.58 | 147.43 | 179.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 17 | 95 | 0 | 0.87 | 0.29 | 0.48 | 319.66 | 0.77 | 0.29 |
| Hex | 85 | 11 | 5F | 0 | 57 | 1D | 30 | 140 | 4D | 1D |
| Octal | 205 | 21 | 137 | 0 | 127 | 35 | 60 | 500 | 115 | 35 |
| Binary | 10000101 | 10001 | 1011111 | 0 | 1010111 | 11101 | 110000 | 101000000 | 1001101 | 11101 |
Color Harmonies of #85115F
Complementary color
Monochromatic Colors of #85115F
Black with #85115F
Text Example
Text Example
White with #85115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85115F; }
p { color: rgb(133,17,95); }
H1.HeaderClassName
{
color: #85115F;
}
.AnyTagClassName
{
color: #85115F;
}
</style>
background-color css
<style>
a { background-color: #85115F; }
a { background-color: rgb(133,17,95); }
div.DivClassName
{
background-color: #85115F;
}
.BgClassName
{
background-color: #85115F;
}
</style>
border-color css
<style>
span { border-color: #85115F; }
span { border-color: rgb(133,17,95); }
td.TdClassName
{
border-color: #85115F;
}
.TagClassName
{
border-color: #85115F;
}
</style>