Shades of Purple #850C81
Tints of Purple #850C81
RGB
CMYK
RGB Variations
Color information
#850C81 (or 0x850C81) is known color: Purple. HEX triplet: 85, 0C and 81. RGB value is (133,12,129). Sum of RGB (Red+Green+Blue) = 133+12+129=274 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.54% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 133 - color contains mainly: red. Hex color #850C81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #850C81 is #7AF37E. Grayscale: #3D3D3D. Windows color (decimal): -8057727 or 8457349. OLE color: 8457349.
HSL color Cylindrical-coordinate representation of color #850C81: hue angle of 301.98º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #850C81 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 12 | 129 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.48 |
| HSL | 301.98º | 0.83% | 0.28% | - |
| HSV(B) | 301.98º | 0.91% | 0.52% | - |
| XYZ | 13.77 | 6.83 | 21.36 | - |
| YUV | 61.52 | 166.09 | 178.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 12 | 129 | 0 | 0.91 | 0.03 | 0.48 | 301.98 | 0.83 | 0.28 |
| Hex | 85 | C | 81 | 0 | 5B | 3 | 30 | 12E | 53 | 1C |
| Octal | 205 | 14 | 201 | 0 | 133 | 3 | 60 | 456 | 123 | 34 |
| Binary | 10000101 | 1100 | 10000001 | 0 | 1011011 | 11 | 110000 | 100101110 | 1010011 | 11100 |
Color Harmonies of #850C81
Complementary color
Monochromatic Colors of #850C81
Black with #850C81
Text Example
Text Example
White with #850C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850C81; }
p { color: rgb(133,12,129); }
H1.HeaderClassName
{
color: #850C81;
}
.AnyTagClassName
{
color: #850C81;
}
</style>
background-color css
<style>
a { background-color: #850C81; }
a { background-color: rgb(133,12,129); }
div.DivClassName
{
background-color: #850C81;
}
.BgClassName
{
background-color: #850C81;
}
</style>
border-color css
<style>
span { border-color: #850C81; }
span { border-color: rgb(133,12,129); }
td.TdClassName
{
border-color: #850C81;
}
.TagClassName
{
border-color: #850C81;
}
</style>