Shades of Eggplant #850264
Tints of Eggplant #850264
RGB
CMYK
RGB Variations
Color information
#850264 (or 0x850264) is known color: Eggplant. HEX triplet: 85, 02 and 64. RGB value is (133,2,100). Sum of RGB (Red+Green+Blue) = 133+2+100=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #850264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850264 is #7AFD9B. Grayscale: #343434. Windows color (decimal): -8060316 or 6554245. OLE color: 6554245.
HSL color Cylindrical-coordinate representation of color #850264: hue angle of 315.11º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850264 is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 100 | - |
| CMYK | 0 | 0.98 | 0.25 | 0.48 |
| HSL | 315.11º | 0.97% | 0.26% | - |
| HSV(B) | 315.11º | 0.98% | 0.52% | - |
| XYZ | 11.99 | 5.95 | 12.57 | - |
| YUV | 52.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 100 | 0 | 0.98 | 0.25 | 0.48 | 315.11 | 0.97 | 0.26 |
| Hex | 85 | 2 | 64 | 0 | 62 | 19 | 30 | 13B | 61 | 1A |
| Octal | 205 | 2 | 144 | 0 | 142 | 31 | 60 | 473 | 141 | 32 |
| Binary | 10000101 | 10 | 1100100 | 0 | 1100010 | 11001 | 110000 | 100111011 | 1100001 | 11010 |
Color Harmonies of #850264
Complementary color
Monochromatic Colors of #850264
Black with #850264
Text Example
Text Example
White with #850264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850264; }
p { color: rgb(133,2,100); }
H1.HeaderClassName
{
color: #850264;
}
.AnyTagClassName
{
color: #850264;
}
</style>
background-color css
<style>
a { background-color: #850264; }
a { background-color: rgb(133,2,100); }
div.DivClassName
{
background-color: #850264;
}
.BgClassName
{
background-color: #850264;
}
</style>
border-color css
<style>
span { border-color: #850264; }
span { border-color: rgb(133,2,100); }
td.TdClassName
{
border-color: #850264;
}
.TagClassName
{
border-color: #850264;
}
</style>