Shades of Eggplant #850156
Tints of Eggplant #850156
RGB
CMYK
RGB Variations
Color information
#850156 (or 0x850156) is known color: Eggplant. HEX triplet: 85, 01 and 56. RGB value is (133,1,86). Sum of RGB (Red+Green+Blue) = 133+1+86=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 1 (0.78% from 255 or 0.45% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #850156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850156 is #7AFEA9. Grayscale: #313131. Windows color (decimal): -8060586 or 5636485. OLE color: 5636485.
HSL color Cylindrical-coordinate representation of color #850156: hue angle of 321.36º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850156 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 86 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.48 |
| HSL | 321.36º | 0.99% | 0.26% | - |
| HSV(B) | 321.36º | 0.99% | 0.52% | - |
| XYZ | 11.36 | 5.68 | 9.3 | - |
| YUV | 50.16 | 148.23 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 86 | 0 | 0.99 | 0.35 | 0.48 | 321.36 | 0.99 | 0.26 |
| Hex | 85 | 1 | 56 | 0 | 63 | 23 | 30 | 141 | 63 | 1A |
| Octal | 205 | 1 | 126 | 0 | 143 | 43 | 60 | 501 | 143 | 32 |
| Binary | 10000101 | 1 | 1010110 | 0 | 1100011 | 100011 | 110000 | 101000001 | 1100011 | 11010 |
Color Harmonies of #850156
Complementary color
Monochromatic Colors of #850156
Black with #850156
Text Example
Text Example
White with #850156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850156; }
p { color: rgb(133,1,86); }
H1.HeaderClassName
{
color: #850156;
}
.AnyTagClassName
{
color: #850156;
}
</style>
background-color css
<style>
a { background-color: #850156; }
a { background-color: rgb(133,1,86); }
div.DivClassName
{
background-color: #850156;
}
.BgClassName
{
background-color: #850156;
}
</style>
border-color css
<style>
span { border-color: #850156; }
span { border-color: rgb(133,1,86); }
td.TdClassName
{
border-color: #850156;
}
.TagClassName
{
border-color: #850156;
}
</style>