Shades of Eggplant #85054E
Tints of Eggplant #85054E
RGB
CMYK
RGB Variations
Color information
#85054E (or 0x85054E) is known color: Eggplant. HEX triplet: 85, 05 and 4E. RGB value is (133,5,78). Sum of RGB (Red+Green+Blue) = 133+5+78=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #85054E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85054E is #7AFAB1. Grayscale: #333333. Windows color (decimal): -8059570 or 5113221. OLE color: 5113221.
HSL color Cylindrical-coordinate representation of color #85054E: hue angle of 325.78º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #85054E is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 78 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.48 |
| HSL | 325.78º | 0.93% | 0.27% | - |
| HSV(B) | 325.78º | 0.96% | 0.52% | - |
| XYZ | 11.1 | 5.65 | 7.71 | - |
| YUV | 51.59 | 142.91 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 78 | 0 | 0.96 | 0.41 | 0.48 | 325.78 | 0.93 | 0.27 |
| Hex | 85 | 5 | 4E | 0 | 60 | 29 | 30 | 146 | 5D | 1B |
| Octal | 205 | 5 | 116 | 0 | 140 | 51 | 60 | 506 | 135 | 33 |
| Binary | 10000101 | 101 | 1001110 | 0 | 1100000 | 101001 | 110000 | 101000110 | 1011101 | 11011 |
Color Harmonies of #85054E
Complementary color
Monochromatic Colors of #85054E
Black with #85054E
Text Example
Text Example
White with #85054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85054E; }
p { color: rgb(133,5,78); }
H1.HeaderClassName
{
color: #85054E;
}
.AnyTagClassName
{
color: #85054E;
}
</style>
background-color css
<style>
a { background-color: #85054E; }
a { background-color: rgb(133,5,78); }
div.DivClassName
{
background-color: #85054E;
}
.BgClassName
{
background-color: #85054E;
}
</style>
border-color css
<style>
span { border-color: #85054E; }
span { border-color: rgb(133,5,78); }
td.TdClassName
{
border-color: #85054E;
}
.TagClassName
{
border-color: #85054E;
}
</style>