Shades of Eggplant #850054
Tints of Eggplant #850054
RGB
CMYK
RGB Variations
Color information
#850054 (or 0x850054) is known color: Eggplant. HEX triplet: 85, 00 and 54. RGB value is (133,0,84). Sum of RGB (Red+Green+Blue) = 133+0+84=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #850054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850054 is #7AFFAB. Grayscale: #313131. Windows color (decimal): -8060844 or 5505157. OLE color: 5505157.
HSL color Cylindrical-coordinate representation of color #850054: hue angle of 322.11º 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 #850054 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.37 | 0.48 |
| HSL | 322.11º | 1% | 0.26% | - |
| HSV(B) | 322.11º | 1% | 0.52% | - |
| XYZ | 11.27 | 5.63 | 8.88 | - |
| YUV | 49.34 | 147.56 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 84 | 0 | 1 | 0.37 | 0.48 | 322.11 | 1 | 0.26 |
| Hex | 85 | 0 | 54 | 0 | 64 | 25 | 30 | 142 | 64 | 1A |
| Octal | 205 | 0 | 124 | 0 | 144 | 45 | 60 | 502 | 144 | 32 |
| Binary | 10000101 | 0 | 1010100 | 0 | 1100100 | 100101 | 110000 | 101000010 | 1100100 | 11010 |
Color Harmonies of #850054
Complementary color
Monochromatic Colors of #850054
Black with #850054
Text Example
Text Example
White with #850054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850054; }
p { color: rgb(133,0,84); }
H1.HeaderClassName
{
color: #850054;
}
.AnyTagClassName
{
color: #850054;
}
</style>
background-color css
<style>
a { background-color: #850054; }
a { background-color: rgb(133,0,84); }
div.DivClassName
{
background-color: #850054;
}
.BgClassName
{
background-color: #850054;
}
</style>
border-color css
<style>
span { border-color: #850054; }
span { border-color: rgb(133,0,84); }
td.TdClassName
{
border-color: #850054;
}
.TagClassName
{
border-color: #850054;
}
</style>