Shades of Eggplant #850161
Tints of Eggplant #850161
RGB
CMYK
RGB Variations
Color information
#850161 (or 0x850161) is known color: Eggplant. HEX triplet: 85, 01 and 61. RGB value is (133,1,97). Sum of RGB (Red+Green+Blue) = 133+1+97=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #850161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850161 is #7AFE9E. Grayscale: #333333. Windows color (decimal): -8060575 or 6357381. OLE color: 6357381.
HSL color Cylindrical-coordinate representation of color #850161: hue angle of 316.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 #850161 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 97 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.48 |
| HSL | 316.36º | 0.99% | 0.26% | - |
| HSV(B) | 316.36º | 0.99% | 0.52% | - |
| XYZ | 11.84 | 5.87 | 11.82 | - |
| YUV | 51.41 | 153.73 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 97 | 0 | 0.99 | 0.27 | 0.48 | 316.36 | 0.99 | 0.26 |
| Hex | 85 | 1 | 61 | 0 | 63 | 1B | 30 | 13C | 63 | 1A |
| Octal | 205 | 1 | 141 | 0 | 143 | 33 | 60 | 474 | 143 | 32 |
| Binary | 10000101 | 1 | 1100001 | 0 | 1100011 | 11011 | 110000 | 100111100 | 1100011 | 11010 |
Color Harmonies of #850161
Complementary color
Monochromatic Colors of #850161
Black with #850161
Text Example
Text Example
White with #850161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850161; }
p { color: rgb(133,1,97); }
H1.HeaderClassName
{
color: #850161;
}
.AnyTagClassName
{
color: #850161;
}
</style>
background-color css
<style>
a { background-color: #850161; }
a { background-color: rgb(133,1,97); }
div.DivClassName
{
background-color: #850161;
}
.BgClassName
{
background-color: #850161;
}
</style>
border-color css
<style>
span { border-color: #850161; }
span { border-color: rgb(133,1,97); }
td.TdClassName
{
border-color: #850161;
}
.TagClassName
{
border-color: #850161;
}
</style>