Shades of Eggplant #850556
Tints of Eggplant #850556
RGB
CMYK
RGB Variations
Color information
#850556 (or 0x850556) is known color: Eggplant. HEX triplet: 85, 05 and 56. RGB value is (133,5,86). Sum of RGB (Red+Green+Blue) = 133+5+86=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #850556 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850556 is #7AFAA9. Grayscale: #343434. Windows color (decimal): -8059562 or 5637509. OLE color: 5637509.
HSL color Cylindrical-coordinate representation of color #850556: hue angle of 322.03º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850556 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 86 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.48 |
| HSL | 322.03º | 0.93% | 0.27% | - |
| HSV(B) | 322.03º | 0.96% | 0.52% | - |
| XYZ | 11.41 | 5.77 | 9.32 | - |
| YUV | 52.51 | 146.91 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 86 | 0 | 0.96 | 0.35 | 0.48 | 322.03 | 0.93 | 0.27 |
| Hex | 85 | 5 | 56 | 0 | 60 | 23 | 30 | 142 | 5D | 1B |
| Octal | 205 | 5 | 126 | 0 | 140 | 43 | 60 | 502 | 135 | 33 |
| Binary | 10000101 | 101 | 1010110 | 0 | 1100000 | 100011 | 110000 | 101000010 | 1011101 | 11011 |
Color Harmonies of #850556
Complementary color
Monochromatic Colors of #850556
Black with #850556
Text Example
Text Example
White with #850556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850556; }
p { color: rgb(133,5,86); }
H1.HeaderClassName
{
color: #850556;
}
.AnyTagClassName
{
color: #850556;
}
</style>
background-color css
<style>
a { background-color: #850556; }
a { background-color: rgb(133,5,86); }
div.DivClassName
{
background-color: #850556;
}
.BgClassName
{
background-color: #850556;
}
</style>
border-color css
<style>
span { border-color: #850556; }
span { border-color: rgb(133,5,86); }
td.TdClassName
{
border-color: #850556;
}
.TagClassName
{
border-color: #850556;
}
</style>