Shades of Eggplant #850867
Tints of Eggplant #850867
RGB
CMYK
RGB Variations
Color information
#850867 (or 0x850867) is known color: Eggplant. HEX triplet: 85, 08 and 67. RGB value is (133,8,103). Sum of RGB (Red+Green+Blue) = 133+8+103=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 103 (40.62% from 255 or 42.21% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #850867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850867 is #7AF798. Grayscale: #373737. Windows color (decimal): -8058777 or 6752389. OLE color: 6752389.
HSL color Cylindrical-coordinate representation of color #850867: hue angle of 314.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #850867 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 103 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.48 |
| HSL | 314.4º | 0.89% | 0.28% | - |
| HSV(B) | 314.4º | 0.94% | 0.52% | - |
| XYZ | 12.21 | 6.14 | 13.37 | - |
| YUV | 56.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 103 | 0 | 0.94 | 0.23 | 0.48 | 314.4 | 0.89 | 0.28 |
| Hex | 85 | 8 | 67 | 0 | 5E | 17 | 30 | 13A | 59 | 1C |
| Octal | 205 | 10 | 147 | 0 | 136 | 27 | 60 | 472 | 131 | 34 |
| Binary | 10000101 | 1000 | 1100111 | 0 | 1011110 | 10111 | 110000 | 100111010 | 1011001 | 11100 |
Color Harmonies of #850867
Complementary color
Monochromatic Colors of #850867
Black with #850867
Text Example
Text Example
White with #850867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850867; }
p { color: rgb(133,8,103); }
H1.HeaderClassName
{
color: #850867;
}
.AnyTagClassName
{
color: #850867;
}
</style>
background-color css
<style>
a { background-color: #850867; }
a { background-color: rgb(133,8,103); }
div.DivClassName
{
background-color: #850867;
}
.BgClassName
{
background-color: #850867;
}
</style>
border-color css
<style>
span { border-color: #850867; }
span { border-color: rgb(133,8,103); }
td.TdClassName
{
border-color: #850867;
}
.TagClassName
{
border-color: #850867;
}
</style>