Shades of Eggplant #850158
Tints of Eggplant #850158
RGB
CMYK
RGB Variations
Color information
#850158 (or 0x850158) is known color: Eggplant. HEX triplet: 85, 01 and 58. RGB value is (133,1,88). Sum of RGB (Red+Green+Blue) = 133+1+88=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 1 (0.78% from 255 or 0.45% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #850158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850158 is #7AFEA7. Grayscale: #323232. Windows color (decimal): -8060584 or 5767557. OLE color: 5767557.
HSL color Cylindrical-coordinate representation of color #850158: hue angle of 320.45º 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 #850158 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 88 | - |
| CMYK | 0 | 0.99 | 0.34 | 0.48 |
| HSL | 320.45º | 0.99% | 0.26% | - |
| HSV(B) | 320.45º | 0.99% | 0.52% | - |
| XYZ | 11.45 | 5.71 | 9.73 | - |
| YUV | 50.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 88 | 0 | 0.99 | 0.34 | 0.48 | 320.45 | 0.99 | 0.26 |
| Hex | 85 | 1 | 58 | 0 | 63 | 22 | 30 | 140 | 63 | 1A |
| Octal | 205 | 1 | 130 | 0 | 143 | 42 | 60 | 500 | 143 | 32 |
| Binary | 10000101 | 1 | 1011000 | 0 | 1100011 | 100010 | 110000 | 101000000 | 1100011 | 11010 |
Color Harmonies of #850158
Complementary color
Monochromatic Colors of #850158
Black with #850158
Text Example
Text Example
White with #850158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850158; }
p { color: rgb(133,1,88); }
H1.HeaderClassName
{
color: #850158;
}
.AnyTagClassName
{
color: #850158;
}
</style>
background-color css
<style>
a { background-color: #850158; }
a { background-color: rgb(133,1,88); }
div.DivClassName
{
background-color: #850158;
}
.BgClassName
{
background-color: #850158;
}
</style>
border-color css
<style>
span { border-color: #850158; }
span { border-color: rgb(133,1,88); }
td.TdClassName
{
border-color: #850158;
}
.TagClassName
{
border-color: #850158;
}
</style>