Shades of Eggplant #850C66
Tints of Eggplant #850C66
RGB
CMYK
RGB Variations
Color information
#850C66 (or 0x850C66) is known color: Eggplant. HEX triplet: 85, 0C and 66. RGB value is (133,12,102). Sum of RGB (Red+Green+Blue) = 133+12+102=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #850C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850C66 is #7AF399. Grayscale: #3A3A3A. Windows color (decimal): -8057754 or 6687877. OLE color: 6687877.
HSL color Cylindrical-coordinate representation of color #850C66: hue angle of 315.37º 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 #850C66 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 102 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.48 |
| HSL | 315.37º | 0.83% | 0.28% | - |
| HSV(B) | 315.37º | 0.91% | 0.52% | - |
| XYZ | 12.2 | 6.21 | 13.13 | - |
| YUV | 58.44 | 152.59 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 102 | 0 | 0.91 | 0.23 | 0.48 | 315.37 | 0.83 | 0.28 |
| Hex | 85 | C | 66 | 0 | 5B | 17 | 30 | 13B | 53 | 1C |
| Octal | 205 | 14 | 146 | 0 | 133 | 27 | 60 | 473 | 123 | 34 |
| Binary | 10000101 | 1100 | 1100110 | 0 | 1011011 | 10111 | 110000 | 100111011 | 1010011 | 11100 |
Color Harmonies of #850C66
Complementary color
Monochromatic Colors of #850C66
Black with #850C66
Text Example
Text Example
White with #850C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C66; }
p { color: rgb(133,12,102); }
H1.HeaderClassName
{
color: #850C66;
}
.AnyTagClassName
{
color: #850C66;
}
</style>
background-color css
<style>
a { background-color: #850C66; }
a { background-color: rgb(133,12,102); }
div.DivClassName
{
background-color: #850C66;
}
.BgClassName
{
background-color: #850C66;
}
</style>
border-color css
<style>
span { border-color: #850C66; }
span { border-color: rgb(133,12,102); }
td.TdClassName
{
border-color: #850C66;
}
.TagClassName
{
border-color: #850C66;
}
</style>