Shades of Eggplant #85035C
Tints of Eggplant #85035C
RGB
CMYK
RGB Variations
Color information
#85035C (or 0x85035C) is known color: Eggplant. HEX triplet: 85, 03 and 5C. RGB value is (133,3,92). Sum of RGB (Red+Green+Blue) = 133+3+92=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85035C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85035C is #7AFCA3. Grayscale: #333333. Windows color (decimal): -8060068 or 6030213. OLE color: 6030213.
HSL color Cylindrical-coordinate representation of color #85035C: hue angle of 318.92º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85035C is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 92 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.48 |
| HSL | 318.92º | 0.96% | 0.27% | - |
| HSV(B) | 318.92º | 0.98% | 0.52% | - |
| XYZ | 11.64 | 5.82 | 10.64 | - |
| YUV | 52.02 | 150.57 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 92 | 0 | 0.98 | 0.31 | 0.48 | 318.92 | 0.96 | 0.27 |
| Hex | 85 | 3 | 5C | 0 | 62 | 1F | 30 | 13F | 60 | 1B |
| Octal | 205 | 3 | 134 | 0 | 142 | 37 | 60 | 477 | 140 | 33 |
| Binary | 10000101 | 11 | 1011100 | 0 | 1100010 | 11111 | 110000 | 100111111 | 1100000 | 11011 |
Color Harmonies of #85035C
Complementary color
Monochromatic Colors of #85035C
Black with #85035C
Text Example
Text Example
White with #85035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85035C; }
p { color: rgb(133,3,92); }
H1.HeaderClassName
{
color: #85035C;
}
.AnyTagClassName
{
color: #85035C;
}
</style>
background-color css
<style>
a { background-color: #85035C; }
a { background-color: rgb(133,3,92); }
div.DivClassName
{
background-color: #85035C;
}
.BgClassName
{
background-color: #85035C;
}
</style>
border-color css
<style>
span { border-color: #85035C; }
span { border-color: rgb(133,3,92); }
td.TdClassName
{
border-color: #85035C;
}
.TagClassName
{
border-color: #85035C;
}
</style>