Shades of Purple #850881
Tints of Purple #850881
RGB
CMYK
RGB Variations
Color information
#850881 (or 0x850881) is known color: Purple. HEX triplet: 85, 08 and 81. RGB value is (133,8,129). Sum of RGB (Red+Green+Blue) = 133+8+129=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #850881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850881 is #7AF77E. Grayscale: #3A3A3A. Windows color (decimal): -8058751 or 8456325. OLE color: 8456325.
HSL color Cylindrical-coordinate representation of color #850881: hue angle of 301.92º 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 #850881 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 8 | 129 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.48 |
| HSL | 301.92º | 0.89% | 0.28% | - |
| HSV(B) | 301.92º | 0.94% | 0.52% | - |
| XYZ | 13.72 | 6.75 | 21.35 | - |
| YUV | 59.17 | 167.41 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 8 | 129 | 0 | 0.94 | 0.03 | 0.48 | 301.92 | 0.89 | 0.28 |
| Hex | 85 | 8 | 81 | 0 | 5E | 3 | 30 | 12E | 59 | 1C |
| Octal | 205 | 10 | 201 | 0 | 136 | 3 | 60 | 456 | 131 | 34 |
| Binary | 10000101 | 1000 | 10000001 | 0 | 1011110 | 11 | 110000 | 100101110 | 1011001 | 11100 |
Color Harmonies of #850881
Complementary color
Monochromatic Colors of #850881
Black with #850881
Text Example
Text Example
White with #850881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850881; }
p { color: rgb(133,8,129); }
H1.HeaderClassName
{
color: #850881;
}
.AnyTagClassName
{
color: #850881;
}
</style>
background-color css
<style>
a { background-color: #850881; }
a { background-color: rgb(133,8,129); }
div.DivClassName
{
background-color: #850881;
}
.BgClassName
{
background-color: #850881;
}
</style>
border-color css
<style>
span { border-color: #850881; }
span { border-color: rgb(133,8,129); }
td.TdClassName
{
border-color: #850881;
}
.TagClassName
{
border-color: #850881;
}
</style>