Shades of Eggplant #85135F
Tints of Eggplant #85135F
RGB
CMYK
RGB Variations
Color information
#85135F (or 0x85135F) is known color: Eggplant. HEX triplet: 85, 13 and 5F. RGB value is (133,19,95). Sum of RGB (Red+Green+Blue) = 133+19+95=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #85135F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85135F is #7AECA0. Grayscale: #3D3D3D. Windows color (decimal): -8055969 or 6230917. OLE color: 6230917.
HSL color Cylindrical-coordinate representation of color #85135F: hue angle of 320º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85135F is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 19 | 95 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.48 |
| HSL | 320º | 0.75% | 0.3% | - |
| HSV(B) | 320º | 0.86% | 0.52% | - |
| XYZ | 11.97 | 6.28 | 11.41 | - |
| YUV | 61.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 95 | 0 | 0.86 | 0.29 | 0.48 | 320 | 0.75 | 0.3 |
| Hex | 85 | 13 | 5F | 0 | 56 | 1D | 30 | 140 | 4B | 1E |
| Octal | 205 | 23 | 137 | 0 | 126 | 35 | 60 | 500 | 113 | 36 |
| Binary | 10000101 | 10011 | 1011111 | 0 | 1010110 | 11101 | 110000 | 101000000 | 1001011 | 11110 |
Color Harmonies of #85135F
Complementary color
Monochromatic Colors of #85135F
Black with #85135F
Text Example
Text Example
White with #85135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85135F; }
p { color: rgb(133,19,95); }
H1.HeaderClassName
{
color: #85135F;
}
.AnyTagClassName
{
color: #85135F;
}
</style>
background-color css
<style>
a { background-color: #85135F; }
a { background-color: rgb(133,19,95); }
div.DivClassName
{
background-color: #85135F;
}
.BgClassName
{
background-color: #85135F;
}
</style>
border-color css
<style>
span { border-color: #85135F; }
span { border-color: rgb(133,19,95); }
td.TdClassName
{
border-color: #85135F;
}
.TagClassName
{
border-color: #85135F;
}
</style>