Shades of Eggplant #85014E
Tints of Eggplant #85014E
RGB
CMYK
RGB Variations
Color information
#85014E (or 0x85014E) is known color: Eggplant. HEX triplet: 85, 01 and 4E. RGB value is (133,1,78). Sum of RGB (Red+Green+Blue) = 133+1+78=212 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.74% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 133 - color contains mainly: red. Hex color #85014E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85014E is #7AFEB1. Grayscale: #313131. Windows color (decimal): -8060594 or 5112197. OLE color: 5112197.
HSL color Cylindrical-coordinate representation of color #85014E: hue angle of 325º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85014E is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.48 |
| HSL | 325º | 0.99% | 0.26% | - |
| HSV(B) | 325º | 0.99% | 0.52% | - |
| XYZ | 11.06 | 5.56 | 7.7 | - |
| YUV | 49.25 | 144.23 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 78 | 0 | 0.99 | 0.41 | 0.48 | 325 | 0.99 | 0.26 |
| Hex | 85 | 1 | 4E | 0 | 63 | 29 | 30 | 145 | 63 | 1A |
| Octal | 205 | 1 | 116 | 0 | 143 | 51 | 60 | 505 | 143 | 32 |
| Binary | 10000101 | 1 | 1001110 | 0 | 1100011 | 101001 | 110000 | 101000101 | 1100011 | 11010 |
Color Harmonies of #85014E
Complementary color
Monochromatic Colors of #85014E
Black with #85014E
Text Example
Text Example
White with #85014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85014E; }
p { color: rgb(133,1,78); }
H1.HeaderClassName
{
color: #85014E;
}
.AnyTagClassName
{
color: #85014E;
}
</style>
background-color css
<style>
a { background-color: #85014E; }
a { background-color: rgb(133,1,78); }
div.DivClassName
{
background-color: #85014E;
}
.BgClassName
{
background-color: #85014E;
}
</style>
border-color css
<style>
span { border-color: #85014E; }
span { border-color: rgb(133,1,78); }
td.TdClassName
{
border-color: #85014E;
}
.TagClassName
{
border-color: #85014E;
}
</style>