Shades of Eggplant #850558
Tints of Eggplant #850558
RGB
CMYK
RGB Variations
Color information
#850558 (or 0x850558) is known color: Eggplant. HEX triplet: 85, 05 and 58. RGB value is (133,5,88). Sum of RGB (Red+Green+Blue) = 133+5+88=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 5 (2.34% from 255 or 2.21% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #850558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850558 is #7AFAA7. Grayscale: #343434. Windows color (decimal): -8059560 or 5768581. OLE color: 5768581.
HSL color Cylindrical-coordinate representation of color #850558: hue angle of 321.09º 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 #850558 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 88 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.48 |
| HSL | 321.09º | 0.93% | 0.27% | - |
| HSV(B) | 321.09º | 0.96% | 0.52% | - |
| XYZ | 11.49 | 5.8 | 9.75 | - |
| YUV | 52.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 88 | 0 | 0.96 | 0.34 | 0.48 | 321.09 | 0.93 | 0.27 |
| Hex | 85 | 5 | 58 | 0 | 60 | 22 | 30 | 141 | 5D | 1B |
| Octal | 205 | 5 | 130 | 0 | 140 | 42 | 60 | 501 | 135 | 33 |
| Binary | 10000101 | 101 | 1011000 | 0 | 1100000 | 100010 | 110000 | 101000001 | 1011101 | 11011 |
Color Harmonies of #850558
Complementary color
Monochromatic Colors of #850558
Black with #850558
Text Example
Text Example
White with #850558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850558; }
p { color: rgb(133,5,88); }
H1.HeaderClassName
{
color: #850558;
}
.AnyTagClassName
{
color: #850558;
}
</style>
background-color css
<style>
a { background-color: #850558; }
a { background-color: rgb(133,5,88); }
div.DivClassName
{
background-color: #850558;
}
.BgClassName
{
background-color: #850558;
}
</style>
border-color css
<style>
span { border-color: #850558; }
span { border-color: rgb(133,5,88); }
td.TdClassName
{
border-color: #850558;
}
.TagClassName
{
border-color: #850558;
}
</style>