Shades of Eggplant #85096C
Tints of Eggplant #85096C
RGB
CMYK
RGB Variations
Color information
#85096C (or 0x85096C) is known color: Eggplant. HEX triplet: 85, 09 and 6C. RGB value is (133,9,108). Sum of RGB (Red+Green+Blue) = 133+9+108=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 108 (42.58% from 255 or 43.2% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #85096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85096C is #7AF693. Grayscale: #393939. Windows color (decimal): -8058516 or 7080325. OLE color: 7080325.
HSL color Cylindrical-coordinate representation of color #85096C: hue angle of 312.1º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85096C is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 9 | 108 | - |
| CMYK | 0 | 0.93 | 0.19 | 0.48 |
| HSL | 312.1º | 0.87% | 0.28% | - |
| HSV(B) | 312.1º | 0.93% | 0.52% | - |
| XYZ | 12.48 | 6.26 | 14.74 | - |
| YUV | 57.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 108 | 0 | 0.93 | 0.19 | 0.48 | 312.1 | 0.87 | 0.28 |
| Hex | 85 | 9 | 6C | 0 | 5D | 13 | 30 | 138 | 57 | 1C |
| Octal | 205 | 11 | 154 | 0 | 135 | 23 | 60 | 470 | 127 | 34 |
| Binary | 10000101 | 1001 | 1101100 | 0 | 1011101 | 10011 | 110000 | 100111000 | 1010111 | 11100 |
Color Harmonies of #85096C
Complementary color
Monochromatic Colors of #85096C
Black with #85096C
Text Example
Text Example
White with #85096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85096C; }
p { color: rgb(133,9,108); }
H1.HeaderClassName
{
color: #85096C;
}
.AnyTagClassName
{
color: #85096C;
}
</style>
background-color css
<style>
a { background-color: #85096C; }
a { background-color: rgb(133,9,108); }
div.DivClassName
{
background-color: #85096C;
}
.BgClassName
{
background-color: #85096C;
}
</style>
border-color css
<style>
span { border-color: #85096C; }
span { border-color: rgb(133,9,108); }
td.TdClassName
{
border-color: #85096C;
}
.TagClassName
{
border-color: #85096C;
}
</style>