Shades of Eggplant #85004E
Tints of Eggplant #85004E
RGB
CMYK
RGB Variations
Color information
#85004E (or 0x85004E) is known color: Eggplant. HEX triplet: 85, 00 and 4E. RGB value is (133,0,78). Sum of RGB (Red+Green+Blue) = 133+0+78=211 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.03% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 133 - color contains mainly: red. Hex color #85004E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85004E is #7AFFB1. Grayscale: #303030. Windows color (decimal): -8060850 or 5111941. OLE color: 5111941.
HSL color Cylindrical-coordinate representation of color #85004E: hue angle of 324.81º 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 #85004E is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.41 | 0.48 |
| HSL | 324.81º | 1% | 0.26% | - |
| HSV(B) | 324.81º | 1% | 0.52% | - |
| XYZ | 11.05 | 5.54 | 7.69 | - |
| YUV | 48.66 | 144.56 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 78 | 0 | 1 | 0.41 | 0.48 | 324.81 | 1 | 0.26 |
| Hex | 85 | 0 | 4E | 0 | 64 | 29 | 30 | 145 | 64 | 1A |
| Octal | 205 | 0 | 116 | 0 | 144 | 51 | 60 | 505 | 144 | 32 |
| Binary | 10000101 | 0 | 1001110 | 0 | 1100100 | 101001 | 110000 | 101000101 | 1100100 | 11010 |
Color Harmonies of #85004E
Complementary color
Monochromatic Colors of #85004E
Black with #85004E
Text Example
Text Example
White with #85004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85004E; }
p { color: rgb(133,0,78); }
H1.HeaderClassName
{
color: #85004E;
}
.AnyTagClassName
{
color: #85004E;
}
</style>
background-color css
<style>
a { background-color: #85004E; }
a { background-color: rgb(133,0,78); }
div.DivClassName
{
background-color: #85004E;
}
.BgClassName
{
background-color: #85004E;
}
</style>
border-color css
<style>
span { border-color: #85004E; }
span { border-color: rgb(133,0,78); }
td.TdClassName
{
border-color: #85004E;
}
.TagClassName
{
border-color: #85004E;
}
</style>