Shades of Eggplant #850B52
Tints of Eggplant #850B52
RGB
CMYK
RGB Variations
Color information
#850B52 (or 0x850B52) is known color: Eggplant. HEX triplet: 85, 0B and 52. RGB value is (133,11,82). Sum of RGB (Red+Green+Blue) = 133+11+82=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 11 (4.69% from 255 or 4.87% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #850B52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850B52 is #7AF4AD. Grayscale: #373737. Windows color (decimal): -8058030 or 5376901. OLE color: 5376901.
HSL color Cylindrical-coordinate representation of color #850B52: hue angle of 325.08º degrees, saturation: 0.85, 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 #850B52 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 11 | 82 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.48 |
| HSL | 325.08º | 0.85% | 0.28% | - |
| HSV(B) | 325.08º | 0.92% | 0.52% | - |
| XYZ | 11.32 | 5.84 | 8.51 | - |
| YUV | 55.57 | 142.92 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 11 | 82 | 0 | 0.92 | 0.38 | 0.48 | 325.08 | 0.85 | 0.28 |
| Hex | 85 | B | 52 | 0 | 5C | 26 | 30 | 145 | 55 | 1C |
| Octal | 205 | 13 | 122 | 0 | 134 | 46 | 60 | 505 | 125 | 34 |
| Binary | 10000101 | 1011 | 1010010 | 0 | 1011100 | 100110 | 110000 | 101000101 | 1010101 | 11100 |
Color Harmonies of #850B52
Complementary color
Monochromatic Colors of #850B52
Black with #850B52
Text Example
Text Example
White with #850B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850B52; }
p { color: rgb(133,11,82); }
H1.HeaderClassName
{
color: #850B52;
}
.AnyTagClassName
{
color: #850B52;
}
</style>
background-color css
<style>
a { background-color: #850B52; }
a { background-color: rgb(133,11,82); }
div.DivClassName
{
background-color: #850B52;
}
.BgClassName
{
background-color: #850B52;
}
</style>
border-color css
<style>
span { border-color: #850B52; }
span { border-color: rgb(133,11,82); }
td.TdClassName
{
border-color: #850B52;
}
.TagClassName
{
border-color: #850B52;
}
</style>