Shades of Eggplant #850157
Tints of Eggplant #850157
RGB
CMYK
RGB Variations
Color information
#850157 (or 0x850157) is known color: Eggplant. HEX triplet: 85, 01 and 57. RGB value is (133,1,87). Sum of RGB (Red+Green+Blue) = 133+1+87=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #850157 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850157 is #7AFEA8. Grayscale: #323232. Windows color (decimal): -8060585 or 5702021. OLE color: 5702021.
HSL color Cylindrical-coordinate representation of color #850157: hue angle of 320.91º 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 #850157 is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 87 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.48 |
| HSL | 320.91º | 0.99% | 0.26% | - |
| HSV(B) | 320.91º | 0.99% | 0.52% | - |
| XYZ | 11.4 | 5.7 | 9.52 | - |
| YUV | 50.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 87 | 0 | 0.99 | 0.35 | 0.48 | 320.91 | 0.99 | 0.26 |
| Hex | 85 | 1 | 57 | 0 | 63 | 23 | 30 | 141 | 63 | 1A |
| Octal | 205 | 1 | 127 | 0 | 143 | 43 | 60 | 501 | 143 | 32 |
| Binary | 10000101 | 1 | 1010111 | 0 | 1100011 | 100011 | 110000 | 101000001 | 1100011 | 11010 |
Color Harmonies of #850157
Complementary color
Monochromatic Colors of #850157
Black with #850157
Text Example
Text Example
White with #850157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850157; }
p { color: rgb(133,1,87); }
H1.HeaderClassName
{
color: #850157;
}
.AnyTagClassName
{
color: #850157;
}
</style>
background-color css
<style>
a { background-color: #850157; }
a { background-color: rgb(133,1,87); }
div.DivClassName
{
background-color: #850157;
}
.BgClassName
{
background-color: #850157;
}
</style>
border-color css
<style>
span { border-color: #850157; }
span { border-color: rgb(133,1,87); }
td.TdClassName
{
border-color: #850157;
}
.TagClassName
{
border-color: #850157;
}
</style>