Shades of Eggplant #85165F
Tints of Eggplant #85165F
RGB
CMYK
RGB Variations
Color information
#85165F (or 0x85165F) is known color: Eggplant. HEX triplet: 85, 16 and 5F. RGB value is (133,22,95). Sum of RGB (Red+Green+Blue) = 133+22+95=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85165F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85165F is #7AE9A0. Grayscale: #3F3F3F. Windows color (decimal): -8055201 or 6231685. OLE color: 6231685.
HSL color Cylindrical-coordinate representation of color #85165F: hue angle of 320.54º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #85165F is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 22 | 95 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.48 |
| HSL | 320.54º | 0.72% | 0.3% | - |
| HSV(B) | 320.54º | 0.83% | 0.52% | - |
| XYZ | 12.03 | 6.39 | 11.43 | - |
| YUV | 63.51 | 145.77 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 22 | 95 | 0 | 0.83 | 0.29 | 0.48 | 320.54 | 0.72 | 0.3 |
| Hex | 85 | 16 | 5F | 0 | 53 | 1D | 30 | 141 | 48 | 1E |
| Octal | 205 | 26 | 137 | 0 | 123 | 35 | 60 | 501 | 110 | 36 |
| Binary | 10000101 | 10110 | 1011111 | 0 | 1010011 | 11101 | 110000 | 101000001 | 1001000 | 11110 |
Color Harmonies of #85165F
Complementary color
Monochromatic Colors of #85165F
Black with #85165F
Text Example
Text Example
White with #85165F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85165F; }
p { color: rgb(133,22,95); }
H1.HeaderClassName
{
color: #85165F;
}
.AnyTagClassName
{
color: #85165F;
}
</style>
background-color css
<style>
a { background-color: #85165F; }
a { background-color: rgb(133,22,95); }
div.DivClassName
{
background-color: #85165F;
}
.BgClassName
{
background-color: #85165F;
}
</style>
border-color css
<style>
span { border-color: #85165F; }
span { border-color: rgb(133,22,95); }
td.TdClassName
{
border-color: #85165F;
}
.TagClassName
{
border-color: #85165F;
}
</style>