Shades of Eggplant #85085C
Tints of Eggplant #85085C
RGB
CMYK
RGB Variations
Color information
#85085C (or 0x85085C) is known color: Eggplant. HEX triplet: 85, 08 and 5C. RGB value is (133,8,92). Sum of RGB (Red+Green+Blue) = 133+8+92=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85085C is #7AF7A3. Grayscale: #363636. Windows color (decimal): -8058788 or 6031493. OLE color: 6031493.
HSL color Cylindrical-coordinate representation of color #85085C: hue angle of 319.68º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #85085C is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 92 | - |
| CMYK | 0 | 0.94 | 0.31 | 0.48 |
| HSL | 319.68º | 0.89% | 0.28% | - |
| HSV(B) | 319.68º | 0.94% | 0.52% | - |
| XYZ | 11.69 | 5.93 | 10.65 | - |
| YUV | 54.95 | 148.91 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 92 | 0 | 0.94 | 0.31 | 0.48 | 319.68 | 0.89 | 0.28 |
| Hex | 85 | 8 | 5C | 0 | 5E | 1F | 30 | 140 | 59 | 1C |
| Octal | 205 | 10 | 134 | 0 | 136 | 37 | 60 | 500 | 131 | 34 |
| Binary | 10000101 | 1000 | 1011100 | 0 | 1011110 | 11111 | 110000 | 101000000 | 1011001 | 11100 |
Color Harmonies of #85085C
Complementary color
Monochromatic Colors of #85085C
Black with #85085C
Text Example
Text Example
White with #85085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85085C; }
p { color: rgb(133,8,92); }
H1.HeaderClassName
{
color: #85085C;
}
.AnyTagClassName
{
color: #85085C;
}
</style>
background-color css
<style>
a { background-color: #85085C; }
a { background-color: rgb(133,8,92); }
div.DivClassName
{
background-color: #85085C;
}
.BgClassName
{
background-color: #85085C;
}
</style>
border-color css
<style>
span { border-color: #85085C; }
span { border-color: rgb(133,8,92); }
td.TdClassName
{
border-color: #85085C;
}
.TagClassName
{
border-color: #85085C;
}
</style>