Shades of Eggplant #85016D
Tints of Eggplant #85016D
RGB
CMYK
RGB Variations
Color information
#85016D (or 0x85016D) is known color: Eggplant. HEX triplet: 85, 01 and 6D. RGB value is (133,1,109). Sum of RGB (Red+Green+Blue) = 133+1+109=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 109 (42.97% from 255 or 44.86% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #85016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85016D is #7AFE92. Grayscale: #343434. Windows color (decimal): -8060563 or 7143813. OLE color: 7143813.
HSL color Cylindrical-coordinate representation of color #85016D: hue angle of 310.91º 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 #85016D is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 109 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.48 |
| HSL | 310.91º | 0.99% | 0.26% | - |
| HSV(B) | 310.91º | 0.99% | 0.52% | - |
| XYZ | 12.44 | 6.11 | 14.99 | - |
| YUV | 52.78 | 159.73 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 109 | 0 | 0.99 | 0.18 | 0.48 | 310.91 | 0.99 | 0.26 |
| Hex | 85 | 1 | 6D | 0 | 63 | 12 | 30 | 137 | 63 | 1A |
| Octal | 205 | 1 | 155 | 0 | 143 | 22 | 60 | 467 | 143 | 32 |
| Binary | 10000101 | 1 | 1101101 | 0 | 1100011 | 10010 | 110000 | 100110111 | 1100011 | 11010 |
Color Harmonies of #85016D
Complementary color
Monochromatic Colors of #85016D
Black with #85016D
Text Example
Text Example
White with #85016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85016D; }
p { color: rgb(133,1,109); }
H1.HeaderClassName
{
color: #85016D;
}
.AnyTagClassName
{
color: #85016D;
}
</style>
background-color css
<style>
a { background-color: #85016D; }
a { background-color: rgb(133,1,109); }
div.DivClassName
{
background-color: #85016D;
}
.BgClassName
{
background-color: #85016D;
}
</style>
border-color css
<style>
span { border-color: #85016D; }
span { border-color: rgb(133,1,109); }
td.TdClassName
{
border-color: #85016D;
}
.TagClassName
{
border-color: #85016D;
}
</style>