Shades of Eggplant #85005E
Tints of Eggplant #85005E
RGB
CMYK
RGB Variations
Color information
#85005E (or 0x85005E) is known color: Eggplant. HEX triplet: 85, 00 and 5E. RGB value is (133,0,94). Sum of RGB (Red+Green+Blue) = 133+0+94=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85005E is #7AFFA1. Grayscale: #323232. Windows color (decimal): -8060834 or 6160517. OLE color: 6160517.
HSL color Cylindrical-coordinate representation of color #85005E: hue angle of 317.59º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #85005E is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.29 | 0.48 |
| HSL | 317.59º | 1% | 0.26% | - |
| HSV(B) | 317.59º | 1% | 0.52% | - |
| XYZ | 11.69 | 5.79 | 11.09 | - |
| YUV | 50.48 | 152.56 | 186.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 94 | 0 | 1 | 0.29 | 0.48 | 317.59 | 1 | 0.26 |
| Hex | 85 | 0 | 5E | 0 | 64 | 1D | 30 | 13E | 64 | 1A |
| Octal | 205 | 0 | 136 | 0 | 144 | 35 | 60 | 476 | 144 | 32 |
| Binary | 10000101 | 0 | 1011110 | 0 | 1100100 | 11101 | 110000 | 100111110 | 1100100 | 11010 |
Color Harmonies of #85005E
Complementary color
Monochromatic Colors of #85005E
Black with #85005E
Text Example
Text Example
White with #85005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85005E; }
p { color: rgb(133,0,94); }
H1.HeaderClassName
{
color: #85005E;
}
.AnyTagClassName
{
color: #85005E;
}
</style>
background-color css
<style>
a { background-color: #85005E; }
a { background-color: rgb(133,0,94); }
div.DivClassName
{
background-color: #85005E;
}
.BgClassName
{
background-color: #85005E;
}
</style>
border-color css
<style>
span { border-color: #85005E; }
span { border-color: rgb(133,0,94); }
td.TdClassName
{
border-color: #85005E;
}
.TagClassName
{
border-color: #85005E;
}
</style>