Shades of Eggplant #85005C
Tints of Eggplant #85005C
RGB
CMYK
RGB Variations
Color information
#85005C (or 0x85005C) is known color: Eggplant. HEX triplet: 85, 00 and 5C. RGB value is (133,0,92). Sum of RGB (Red+Green+Blue) = 133+0+92=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85005C is #7AFFA3. Grayscale: #323232. Windows color (decimal): -8060836 or 6029445. OLE color: 6029445.
HSL color Cylindrical-coordinate representation of color #85005C: hue angle of 318.5º 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 #85005C is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.31 | 0.48 |
| HSL | 318.5º | 1% | 0.26% | - |
| HSV(B) | 318.5º | 1% | 0.52% | - |
| XYZ | 11.6 | 5.76 | 10.63 | - |
| YUV | 50.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 92 | 0 | 1 | 0.31 | 0.48 | 318.5 | 1 | 0.26 |
| Hex | 85 | 0 | 5C | 0 | 64 | 1F | 30 | 13E | 64 | 1A |
| Octal | 205 | 0 | 134 | 0 | 144 | 37 | 60 | 476 | 144 | 32 |
| Binary | 10000101 | 0 | 1011100 | 0 | 1100100 | 11111 | 110000 | 100111110 | 1100100 | 11010 |
Color Harmonies of #85005C
Complementary color
Monochromatic Colors of #85005C
Black with #85005C
Text Example
Text Example
White with #85005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85005C; }
p { color: rgb(133,0,92); }
H1.HeaderClassName
{
color: #85005C;
}
.AnyTagClassName
{
color: #85005C;
}
</style>
background-color css
<style>
a { background-color: #85005C; }
a { background-color: rgb(133,0,92); }
div.DivClassName
{
background-color: #85005C;
}
.BgClassName
{
background-color: #85005C;
}
</style>
border-color css
<style>
span { border-color: #85005C; }
span { border-color: rgb(133,0,92); }
td.TdClassName
{
border-color: #85005C;
}
.TagClassName
{
border-color: #85005C;
}
</style>