Shades of Eggplant #85084C
Tints of Eggplant #85084C
RGB
CMYK
RGB Variations
Color information
#85084C (or 0x85084C) is known color: Eggplant. HEX triplet: 85, 08 and 4C. RGB value is (133,8,76). Sum of RGB (Red+Green+Blue) = 133+8+76=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #85084C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85084C is #7AF7B3. Grayscale: #343434. Windows color (decimal): -8058804 or 4982917. OLE color: 4982917.
HSL color Cylindrical-coordinate representation of color #85084C: hue angle of 327.36º 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 #85084C is Cyan = 0, Magento = 0.94, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 76 | - |
| CMYK | 0 | 0.94 | 0.43 | 0.48 |
| HSL | 327.36º | 0.89% | 0.28% | - |
| HSV(B) | 327.36º | 0.94% | 0.52% | - |
| XYZ | 11.06 | 5.68 | 7.35 | - |
| YUV | 53.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 76 | 0 | 0.94 | 0.43 | 0.48 | 327.36 | 0.89 | 0.28 |
| Hex | 85 | 8 | 4C | 0 | 5E | 2B | 30 | 147 | 59 | 1C |
| Octal | 205 | 10 | 114 | 0 | 136 | 53 | 60 | 507 | 131 | 34 |
| Binary | 10000101 | 1000 | 1001100 | 0 | 1011110 | 101011 | 110000 | 101000111 | 1011001 | 11100 |
Color Harmonies of #85084C
Complementary color
Monochromatic Colors of #85084C
Black with #85084C
Text Example
Text Example
White with #85084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85084C; }
p { color: rgb(133,8,76); }
H1.HeaderClassName
{
color: #85084C;
}
.AnyTagClassName
{
color: #85084C;
}
</style>
background-color css
<style>
a { background-color: #85084C; }
a { background-color: rgb(133,8,76); }
div.DivClassName
{
background-color: #85084C;
}
.BgClassName
{
background-color: #85084C;
}
</style>
border-color css
<style>
span { border-color: #85084C; }
span { border-color: rgb(133,8,76); }
td.TdClassName
{
border-color: #85084C;
}
.TagClassName
{
border-color: #85084C;
}
</style>