Shades of Eggplant #850A64
Tints of Eggplant #850A64
RGB
CMYK
RGB Variations
Color information
#850A64 (or 0x850A64) is known color: Eggplant. HEX triplet: 85, 0A and 64. RGB value is (133,10,100). Sum of RGB (Red+Green+Blue) = 133+10+100=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 100 (39.45% from 255 or 41.15% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #850A64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850A64 is #7AF59B. Grayscale: #383838. Windows color (decimal): -8058268 or 6556293. OLE color: 6556293.
HSL color Cylindrical-coordinate representation of color #850A64: hue angle of 316.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #850A64 is Cyan = 0, Magento = 0.92, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 10 | 100 | - |
| CMYK | 0 | 0.92 | 0.25 | 0.48 |
| HSL | 316.1º | 0.86% | 0.28% | - |
| HSV(B) | 316.1º | 0.92% | 0.52% | - |
| XYZ | 12.08 | 6.12 | 12.6 | - |
| YUV | 57.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 10 | 100 | 0 | 0.92 | 0.25 | 0.48 | 316.1 | 0.86 | 0.28 |
| Hex | 85 | A | 64 | 0 | 5C | 19 | 30 | 13C | 56 | 1C |
| Octal | 205 | 12 | 144 | 0 | 134 | 31 | 60 | 474 | 126 | 34 |
| Binary | 10000101 | 1010 | 1100100 | 0 | 1011100 | 11001 | 110000 | 100111100 | 1010110 | 11100 |
Color Harmonies of #850A64
Complementary color
Monochromatic Colors of #850A64
Black with #850A64
Text Example
Text Example
White with #850A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850A64; }
p { color: rgb(133,10,100); }
H1.HeaderClassName
{
color: #850A64;
}
.AnyTagClassName
{
color: #850A64;
}
</style>
background-color css
<style>
a { background-color: #850A64; }
a { background-color: rgb(133,10,100); }
div.DivClassName
{
background-color: #850A64;
}
.BgClassName
{
background-color: #850A64;
}
</style>
border-color css
<style>
span { border-color: #850A64; }
span { border-color: rgb(133,10,100); }
td.TdClassName
{
border-color: #850A64;
}
.TagClassName
{
border-color: #850A64;
}
</style>