Shades of Eggplant #85006C
Tints of Eggplant #85006C
RGB
CMYK
RGB Variations
Color information
#85006C (or 0x85006C) is known color: Eggplant. HEX triplet: 85, 00 and 6C. RGB value is (133,0,108). Sum of RGB (Red+Green+Blue) = 133+0+108=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85006C is #7AFF93. Grayscale: #333333. Windows color (decimal): -8060820 or 7078021. OLE color: 7078021.
HSL color Cylindrical-coordinate representation of color #85006C: hue angle of 311.28º 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 #85006C is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.19 | 0.48 |
| HSL | 311.28º | 1% | 0.26% | - |
| HSV(B) | 311.28º | 1% | 0.52% | - |
| XYZ | 12.38 | 6.07 | 14.71 | - |
| YUV | 52.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 108 | 0 | 1 | 0.19 | 0.48 | 311.28 | 1 | 0.26 |
| Hex | 85 | 0 | 6C | 0 | 64 | 13 | 30 | 137 | 64 | 1A |
| Octal | 205 | 0 | 154 | 0 | 144 | 23 | 60 | 467 | 144 | 32 |
| Binary | 10000101 | 0 | 1101100 | 0 | 1100100 | 10011 | 110000 | 100110111 | 1100100 | 11010 |
Color Harmonies of #85006C
Complementary color
Monochromatic Colors of #85006C
Black with #85006C
Text Example
Text Example
White with #85006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85006C; }
p { color: rgb(133,0,108); }
H1.HeaderClassName
{
color: #85006C;
}
.AnyTagClassName
{
color: #85006C;
}
</style>
background-color css
<style>
a { background-color: #85006C; }
a { background-color: rgb(133,0,108); }
div.DivClassName
{
background-color: #85006C;
}
.BgClassName
{
background-color: #85006C;
}
</style>
border-color css
<style>
span { border-color: #85006C; }
span { border-color: rgb(133,0,108); }
td.TdClassName
{
border-color: #85006C;
}
.TagClassName
{
border-color: #85006C;
}
</style>