Shades of Purple #850E84
Tints of Purple #850E84
RGB
CMYK
RGB Variations
Color information
#850E84 (or 0x850E84) is known color: Purple. HEX triplet: 85, 0E and 84. RGB value is (133,14,132). Sum of RGB (Red+Green+Blue) = 133+14+132=279 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.67% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 133 - color contains mainly: red. Hex color #850E84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850E84 is #7AF17B. Grayscale: #3E3E3E. Windows color (decimal): -8057212 or 8654469. OLE color: 8654469.
HSL color Cylindrical-coordinate representation of color #850E84: hue angle of 300.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #850E84 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 14 | 132 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.48 |
| HSL | 300.5º | 0.81% | 0.29% | - |
| HSV(B) | 300.5º | 0.89% | 0.52% | - |
| XYZ | 13.99 | 6.97 | 22.44 | - |
| YUV | 63.03 | 166.92 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 14 | 132 | 0 | 0.89 | 0.01 | 0.48 | 300.5 | 0.81 | 0.29 |
| Hex | 85 | E | 84 | 0 | 59 | 1 | 30 | 12D | 51 | 1D |
| Octal | 205 | 16 | 204 | 0 | 131 | 1 | 60 | 455 | 121 | 35 |
| Binary | 10000101 | 1110 | 10000100 | 0 | 1011001 | 1 | 110000 | 100101101 | 1010001 | 11101 |
Color Harmonies of #850E84
Complementary color
Monochromatic Colors of #850E84
Black with #850E84
Text Example
Text Example
White with #850E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850E84; }
p { color: rgb(133,14,132); }
H1.HeaderClassName
{
color: #850E84;
}
.AnyTagClassName
{
color: #850E84;
}
</style>
background-color css
<style>
a { background-color: #850E84; }
a { background-color: rgb(133,14,132); }
div.DivClassName
{
background-color: #850E84;
}
.BgClassName
{
background-color: #850E84;
}
</style>
border-color css
<style>
span { border-color: #850E84; }
span { border-color: rgb(133,14,132); }
td.TdClassName
{
border-color: #850E84;
}
.TagClassName
{
border-color: #850E84;
}
</style>