Shades of Eggplant #850352
Tints of Eggplant #850352
RGB
CMYK
RGB Variations
Color information
#850352 (or 0x850352) is known color: Eggplant. HEX triplet: 85, 03 and 52. RGB value is (133,3,82). Sum of RGB (Red+Green+Blue) = 133+3+82=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 3 (1.56% from 255 or 1.38% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #850352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850352 is #7AFCAD. Grayscale: #323232. Windows color (decimal): -8060078 or 5374853. OLE color: 5374853.
HSL color Cylindrical-coordinate representation of color #850352: hue angle of 323.54º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850352 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.48 |
| HSL | 323.54º | 0.96% | 0.27% | - |
| HSV(B) | 323.54º | 0.98% | 0.52% | - |
| XYZ | 11.23 | 5.66 | 8.48 | - |
| YUV | 50.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 82 | 0 | 0.98 | 0.38 | 0.48 | 323.54 | 0.96 | 0.27 |
| Hex | 85 | 3 | 52 | 0 | 62 | 26 | 30 | 144 | 60 | 1B |
| Octal | 205 | 3 | 122 | 0 | 142 | 46 | 60 | 504 | 140 | 33 |
| Binary | 10000101 | 11 | 1010010 | 0 | 1100010 | 100110 | 110000 | 101000100 | 1100000 | 11011 |
Color Harmonies of #850352
Complementary color
Monochromatic Colors of #850352
Black with #850352
Text Example
Text Example
White with #850352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850352; }
p { color: rgb(133,3,82); }
H1.HeaderClassName
{
color: #850352;
}
.AnyTagClassName
{
color: #850352;
}
</style>
background-color css
<style>
a { background-color: #850352; }
a { background-color: rgb(133,3,82); }
div.DivClassName
{
background-color: #850352;
}
.BgClassName
{
background-color: #850352;
}
</style>
border-color css
<style>
span { border-color: #850352; }
span { border-color: rgb(133,3,82); }
td.TdClassName
{
border-color: #850352;
}
.TagClassName
{
border-color: #850352;
}
</style>