Shades of Eggplant #85016C
Tints of Eggplant #85016C
RGB
CMYK
RGB Variations
Color information
#85016C (or 0x85016C) is known color: Eggplant. HEX triplet: 85, 01 and 6C. RGB value is (133,1,108). Sum of RGB (Red+Green+Blue) = 133+1+108=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #85016C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85016C is #7AFE93. Grayscale: #343434. Windows color (decimal): -8060564 or 7078277. OLE color: 7078277.
HSL color Cylindrical-coordinate representation of color #85016C: hue angle of 311.36º 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 #85016C is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 108 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.48 |
| HSL | 311.36º | 0.99% | 0.26% | - |
| HSV(B) | 311.36º | 0.99% | 0.52% | - |
| XYZ | 12.39 | 6.09 | 14.71 | - |
| YUV | 52.67 | 159.23 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 108 | 0 | 0.99 | 0.19 | 0.48 | 311.36 | 0.99 | 0.26 |
| Hex | 85 | 1 | 6C | 0 | 63 | 13 | 30 | 137 | 63 | 1A |
| Octal | 205 | 1 | 154 | 0 | 143 | 23 | 60 | 467 | 143 | 32 |
| Binary | 10000101 | 1 | 1101100 | 0 | 1100011 | 10011 | 110000 | 100110111 | 1100011 | 11010 |
Color Harmonies of #85016C
Complementary color
Monochromatic Colors of #85016C
Black with #85016C
Text Example
Text Example
White with #85016C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85016C; }
p { color: rgb(133,1,108); }
H1.HeaderClassName
{
color: #85016C;
}
.AnyTagClassName
{
color: #85016C;
}
</style>
background-color css
<style>
a { background-color: #85016C; }
a { background-color: rgb(133,1,108); }
div.DivClassName
{
background-color: #85016C;
}
.BgClassName
{
background-color: #85016C;
}
</style>
border-color css
<style>
span { border-color: #85016C; }
span { border-color: rgb(133,1,108); }
td.TdClassName
{
border-color: #85016C;
}
.TagClassName
{
border-color: #85016C;
}
</style>