Shades of Purple #850D81
Tints of Purple #850D81
RGB
CMYK
RGB Variations
Color information
#850D81 (or 0x850D81) is known color: Purple. HEX triplet: 85, 0D and 81. RGB value is (133,13,129). Sum of RGB (Red+Green+Blue) = 133+13+129=275 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.36% from 275); Green value is 13 (5.47% from 255 or 4.73% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 133 - color contains mainly: red. Hex color #850D81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850D81 is #7AF27E. Grayscale: #3D3D3D. Windows color (decimal): -8057471 or 8457605. OLE color: 8457605.
HSL color Cylindrical-coordinate representation of color #850D81: hue angle of 302º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #850D81 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 13 | 129 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.48 |
| HSL | 302º | 0.82% | 0.29% | - |
| HSV(B) | 302º | 0.9% | 0.52% | - |
| XYZ | 13.78 | 6.86 | 21.37 | - |
| YUV | 62.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 13 | 129 | 0 | 0.90 | 0.03 | 0.48 | 302 | 0.82 | 0.29 |
| Hex | 85 | D | 81 | 0 | 5A | 3 | 30 | 12E | 52 | 1D |
| Octal | 205 | 15 | 201 | 0 | 132 | 3 | 60 | 456 | 122 | 35 |
| Binary | 10000101 | 1101 | 10000001 | 0 | 1011010 | 11 | 110000 | 100101110 | 1010010 | 11101 |
Color Harmonies of #850D81
Complementary color
Monochromatic Colors of #850D81
Black with #850D81
Text Example
Text Example
White with #850D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850D81; }
p { color: rgb(133,13,129); }
H1.HeaderClassName
{
color: #850D81;
}
.AnyTagClassName
{
color: #850D81;
}
</style>
background-color css
<style>
a { background-color: #850D81; }
a { background-color: rgb(133,13,129); }
div.DivClassName
{
background-color: #850D81;
}
.BgClassName
{
background-color: #850D81;
}
</style>
border-color css
<style>
span { border-color: #850D81; }
span { border-color: rgb(133,13,129); }
td.TdClassName
{
border-color: #850D81;
}
.TagClassName
{
border-color: #850D81;
}
</style>