Shades of Eggplant #850159
Tints of Eggplant #850159
RGB
CMYK
RGB Variations
Color information
#850159 (or 0x850159) is known color: Eggplant. HEX triplet: 85, 01 and 59. RGB value is (133,1,89). Sum of RGB (Red+Green+Blue) = 133+1+89=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #850159 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850159 is #7AFEA6. Grayscale: #323232. Windows color (decimal): -8060583 or 5833093. OLE color: 5833093.
HSL color Cylindrical-coordinate representation of color #850159: hue angle of 320º 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 #850159 is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 89 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.48 |
| HSL | 320º | 0.99% | 0.26% | - |
| HSV(B) | 320º | 0.99% | 0.52% | - |
| XYZ | 11.49 | 5.73 | 9.95 | - |
| YUV | 50.5 | 149.73 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 89 | 0 | 0.99 | 0.33 | 0.48 | 320 | 0.99 | 0.26 |
| Hex | 85 | 1 | 59 | 0 | 63 | 21 | 30 | 140 | 63 | 1A |
| Octal | 205 | 1 | 131 | 0 | 143 | 41 | 60 | 500 | 143 | 32 |
| Binary | 10000101 | 1 | 1011001 | 0 | 1100011 | 100001 | 110000 | 101000000 | 1100011 | 11010 |
Color Harmonies of #850159
Complementary color
Monochromatic Colors of #850159
Black with #850159
Text Example
Text Example
White with #850159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850159; }
p { color: rgb(133,1,89); }
H1.HeaderClassName
{
color: #850159;
}
.AnyTagClassName
{
color: #850159;
}
</style>
background-color css
<style>
a { background-color: #850159; }
a { background-color: rgb(133,1,89); }
div.DivClassName
{
background-color: #850159;
}
.BgClassName
{
background-color: #850159;
}
</style>
border-color css
<style>
span { border-color: #850159; }
span { border-color: rgb(133,1,89); }
td.TdClassName
{
border-color: #850159;
}
.TagClassName
{
border-color: #850159;
}
</style>