Shades of Eggplant #850256
Tints of Eggplant #850256
RGB
CMYK
RGB Variations
Color information
#850256 (or 0x850256) is known color: Eggplant. HEX triplet: 85, 02 and 56. RGB value is (133,2,86). Sum of RGB (Red+Green+Blue) = 133+2+86=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 86 (33.98% from 255 or 38.91% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850256 is #7AFDA9. Grayscale: #323232. Windows color (decimal): -8060330 or 5636741. OLE color: 5636741.
HSL color Cylindrical-coordinate representation of color #850256: hue angle of 321.53º 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 #850256 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 86 | - |
| CMYK | 0 | 0.98 | 0.35 | 0.48 |
| HSL | 321.53º | 0.97% | 0.26% | - |
| HSV(B) | 321.53º | 0.98% | 0.52% | - |
| XYZ | 11.37 | 5.7 | 9.31 | - |
| YUV | 50.75 | 147.9 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 86 | 0 | 0.98 | 0.35 | 0.48 | 321.53 | 0.97 | 0.26 |
| Hex | 85 | 2 | 56 | 0 | 62 | 23 | 30 | 142 | 61 | 1A |
| Octal | 205 | 2 | 126 | 0 | 142 | 43 | 60 | 502 | 141 | 32 |
| Binary | 10000101 | 10 | 1010110 | 0 | 1100010 | 100011 | 110000 | 101000010 | 1100001 | 11010 |
Color Harmonies of #850256
Complementary color
Monochromatic Colors of #850256
Black with #850256
Text Example
Text Example
White with #850256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850256; }
p { color: rgb(133,2,86); }
H1.HeaderClassName
{
color: #850256;
}
.AnyTagClassName
{
color: #850256;
}
</style>
background-color css
<style>
a { background-color: #850256; }
a { background-color: rgb(133,2,86); }
div.DivClassName
{
background-color: #850256;
}
.BgClassName
{
background-color: #850256;
}
</style>
border-color css
<style>
span { border-color: #850256; }
span { border-color: rgb(133,2,86); }
td.TdClassName
{
border-color: #850256;
}
.TagClassName
{
border-color: #850256;
}
</style>