Shades of Eggplant #85025E
Tints of Eggplant #85025E
RGB
CMYK
RGB Variations
Color information
#85025E (or 0x85025E) is known color: Eggplant. HEX triplet: 85, 02 and 5E. RGB value is (133,2,94). Sum of RGB (Red+Green+Blue) = 133+2+94=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85025E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85025E is #7AFDA1. Grayscale: #333333. Windows color (decimal): -8060322 or 6161029. OLE color: 6161029.
HSL color Cylindrical-coordinate representation of color #85025E: hue angle of 317.86º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85025E is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 94 | - |
| CMYK | 0 | 0.98 | 0.29 | 0.48 |
| HSL | 317.86º | 0.97% | 0.26% | - |
| HSV(B) | 317.86º | 0.98% | 0.52% | - |
| XYZ | 11.71 | 5.84 | 11.1 | - |
| YUV | 51.66 | 151.9 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 94 | 0 | 0.98 | 0.29 | 0.48 | 317.86 | 0.97 | 0.26 |
| Hex | 85 | 2 | 5E | 0 | 62 | 1D | 30 | 13E | 61 | 1A |
| Octal | 205 | 2 | 136 | 0 | 142 | 35 | 60 | 476 | 141 | 32 |
| Binary | 10000101 | 10 | 1011110 | 0 | 1100010 | 11101 | 110000 | 100111110 | 1100001 | 11010 |
Color Harmonies of #85025E
Complementary color
Monochromatic Colors of #85025E
Black with #85025E
Text Example
Text Example
White with #85025E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85025E; }
p { color: rgb(133,2,94); }
H1.HeaderClassName
{
color: #85025E;
}
.AnyTagClassName
{
color: #85025E;
}
</style>
background-color css
<style>
a { background-color: #85025E; }
a { background-color: rgb(133,2,94); }
div.DivClassName
{
background-color: #85025E;
}
.BgClassName
{
background-color: #85025E;
}
</style>
border-color css
<style>
span { border-color: #85025E; }
span { border-color: rgb(133,2,94); }
td.TdClassName
{
border-color: #85025E;
}
.TagClassName
{
border-color: #85025E;
}
</style>