Shades of Eggplant #850C5E
Tints of Eggplant #850C5E
RGB
CMYK
RGB Variations
Color information
#850C5E (or 0x850C5E) is known color: Eggplant. HEX triplet: 85, 0C and 5E. RGB value is (133,12,94). Sum of RGB (Red+Green+Blue) = 133+12+94=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #850C5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C5E is #7AF3A1. Grayscale: #393939. Windows color (decimal): -8057762 or 6163589. OLE color: 6163589.
HSL color Cylindrical-coordinate representation of color #850C5E: hue angle of 319.34º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C5E is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 94 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.48 |
| HSL | 319.34º | 0.83% | 0.28% | - |
| HSV(B) | 319.34º | 0.91% | 0.52% | - |
| XYZ | 11.82 | 6.06 | 11.14 | - |
| YUV | 57.53 | 148.59 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 94 | 0 | 0.91 | 0.29 | 0.48 | 319.34 | 0.83 | 0.28 |
| Hex | 85 | C | 5E | 0 | 5B | 1D | 30 | 13F | 53 | 1C |
| Octal | 205 | 14 | 136 | 0 | 133 | 35 | 60 | 477 | 123 | 34 |
| Binary | 10000101 | 1100 | 1011110 | 0 | 1011011 | 11101 | 110000 | 100111111 | 1010011 | 11100 |
Color Harmonies of #850C5E
Complementary color
Monochromatic Colors of #850C5E
Black with #850C5E
Text Example
Text Example
White with #850C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C5E; }
p { color: rgb(133,12,94); }
H1.HeaderClassName
{
color: #850C5E;
}
.AnyTagClassName
{
color: #850C5E;
}
</style>
background-color css
<style>
a { background-color: #850C5E; }
a { background-color: rgb(133,12,94); }
div.DivClassName
{
background-color: #850C5E;
}
.BgClassName
{
background-color: #850C5E;
}
</style>
border-color css
<style>
span { border-color: #850C5E; }
span { border-color: rgb(133,12,94); }
td.TdClassName
{
border-color: #850C5E;
}
.TagClassName
{
border-color: #850C5E;
}
</style>