Shades of Eggplant #85015F
Tints of Eggplant #85015F
RGB
CMYK
RGB Variations
Color information
#85015F (or 0x85015F) is known color: Eggplant. HEX triplet: 85, 01 and 5F. RGB value is (133,1,95). Sum of RGB (Red+Green+Blue) = 133+1+95=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85015F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85015F is #7AFEA0. Grayscale: #323232. Windows color (decimal): -8060577 or 6226309. OLE color: 6226309.
HSL color Cylindrical-coordinate representation of color #85015F: hue angle of 317.27º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85015F is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 95 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.48 |
| HSL | 317.27º | 0.99% | 0.26% | - |
| HSV(B) | 317.27º | 0.99% | 0.52% | - |
| XYZ | 11.75 | 5.83 | 11.33 | - |
| YUV | 51.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 95 | 0 | 0.99 | 0.29 | 0.48 | 317.27 | 0.99 | 0.26 |
| Hex | 85 | 1 | 5F | 0 | 63 | 1D | 30 | 13D | 63 | 1A |
| Octal | 205 | 1 | 137 | 0 | 143 | 35 | 60 | 475 | 143 | 32 |
| Binary | 10000101 | 1 | 1011111 | 0 | 1100011 | 11101 | 110000 | 100111101 | 1100011 | 11010 |
Color Harmonies of #85015F
Complementary color
Monochromatic Colors of #85015F
Black with #85015F
Text Example
Text Example
White with #85015F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85015F; }
p { color: rgb(133,1,95); }
H1.HeaderClassName
{
color: #85015F;
}
.AnyTagClassName
{
color: #85015F;
}
</style>
background-color css
<style>
a { background-color: #85015F; }
a { background-color: rgb(133,1,95); }
div.DivClassName
{
background-color: #85015F;
}
.BgClassName
{
background-color: #85015F;
}
</style>
border-color css
<style>
span { border-color: #85015F; }
span { border-color: rgb(133,1,95); }
td.TdClassName
{
border-color: #85015F;
}
.TagClassName
{
border-color: #85015F;
}
</style>