Shades of Eggplant #85025C
Tints of Eggplant #85025C
RGB
CMYK
RGB Variations
Color information
#85025C (or 0x85025C) is known color: Eggplant. HEX triplet: 85, 02 and 5C. RGB value is (133,2,92). Sum of RGB (Red+Green+Blue) = 133+2+92=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85025C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85025C is #7AFDA3. Grayscale: #333333. Windows color (decimal): -8060324 or 6029957. OLE color: 6029957.
HSL color Cylindrical-coordinate representation of color #85025C: hue angle of 318.78º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85025C is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 92 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.48 |
| HSL | 318.78º | 0.97% | 0.26% | - |
| HSV(B) | 318.78º | 0.98% | 0.52% | - |
| XYZ | 11.63 | 5.8 | 10.63 | - |
| YUV | 51.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 92 | 0 | 0.98 | 0.31 | 0.48 | 318.78 | 0.97 | 0.26 |
| Hex | 85 | 2 | 5C | 0 | 62 | 1F | 30 | 13F | 61 | 1A |
| Octal | 205 | 2 | 134 | 0 | 142 | 37 | 60 | 477 | 141 | 32 |
| Binary | 10000101 | 10 | 1011100 | 0 | 1100010 | 11111 | 110000 | 100111111 | 1100001 | 11010 |
Color Harmonies of #85025C
Complementary color
Monochromatic Colors of #85025C
Black with #85025C
Text Example
Text Example
White with #85025C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85025C; }
p { color: rgb(133,2,92); }
H1.HeaderClassName
{
color: #85025C;
}
.AnyTagClassName
{
color: #85025C;
}
</style>
background-color css
<style>
a { background-color: #85025C; }
a { background-color: rgb(133,2,92); }
div.DivClassName
{
background-color: #85025C;
}
.BgClassName
{
background-color: #85025C;
}
</style>
border-color css
<style>
span { border-color: #85025C; }
span { border-color: rgb(133,2,92); }
td.TdClassName
{
border-color: #85025C;
}
.TagClassName
{
border-color: #85025C;
}
</style>