Shades of Eggplant #850255
Tints of Eggplant #850255
RGB
CMYK
RGB Variations
Color information
#850255 (or 0x850255) is known color: Eggplant. HEX triplet: 85, 02 and 55. RGB value is (133,2,85). Sum of RGB (Red+Green+Blue) = 133+2+85=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #850255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850255 is #7AFDAA. Grayscale: #323232. Windows color (decimal): -8060331 or 5571205. OLE color: 5571205.
HSL color Cylindrical-coordinate representation of color #850255: hue angle of 321.98º 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 #850255 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 85 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.48 |
| HSL | 321.98º | 0.97% | 0.26% | - |
| HSV(B) | 321.98º | 0.98% | 0.52% | - |
| XYZ | 11.33 | 5.69 | 9.09 | - |
| YUV | 50.63 | 147.4 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 85 | 0 | 0.98 | 0.36 | 0.48 | 321.98 | 0.97 | 0.26 |
| Hex | 85 | 2 | 55 | 0 | 62 | 24 | 30 | 142 | 61 | 1A |
| Octal | 205 | 2 | 125 | 0 | 142 | 44 | 60 | 502 | 141 | 32 |
| Binary | 10000101 | 10 | 1010101 | 0 | 1100010 | 100100 | 110000 | 101000010 | 1100001 | 11010 |
Color Harmonies of #850255
Complementary color
Monochromatic Colors of #850255
Black with #850255
Text Example
Text Example
White with #850255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850255; }
p { color: rgb(133,2,85); }
H1.HeaderClassName
{
color: #850255;
}
.AnyTagClassName
{
color: #850255;
}
</style>
background-color css
<style>
a { background-color: #850255; }
a { background-color: rgb(133,2,85); }
div.DivClassName
{
background-color: #850255;
}
.BgClassName
{
background-color: #850255;
}
</style>
border-color css
<style>
span { border-color: #850255; }
span { border-color: rgb(133,2,85); }
td.TdClassName
{
border-color: #850255;
}
.TagClassName
{
border-color: #850255;
}
</style>