Shades of Purple #810F85
Tints of Purple #810F85
RGB
CMYK
RGB Variations
Color information
#810F85 (or 0x810F85) is known color: Purple. HEX triplet: 81, 0F and 85. RGB value is (129,15,133). Sum of RGB (Red+Green+Blue) = 129+15+133=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #810F85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810F85 is #7EF07A. Grayscale: #3E3E3E. Windows color (decimal): -8319099 or 8720257. OLE color: 8720257.
HSL color Cylindrical-coordinate representation of color #810F85: hue angle of 297.97º degrees, saturation: 0.8, 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 #810F85 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 15 | 133 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.48 |
| HSL | 297.97º | 0.8% | 0.29% | - |
| HSV(B) | 297.97º | 0.89% | 0.52% | - |
| XYZ | 13.46 | 6.7 | 22.77 | - |
| YUV | 62.54 | 167.77 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 133 | 0.03 | 0.89 | 0 | 0.48 | 297.97 | 0.8 | 0.29 |
| Hex | 81 | F | 85 | 3 | 59 | 0 | 30 | 12A | 50 | 1D |
| Octal | 201 | 17 | 205 | 3 | 131 | 0 | 60 | 452 | 120 | 35 |
| Binary | 10000001 | 1111 | 10000101 | 11 | 1011001 | 0 | 110000 | 100101010 | 1010000 | 11101 |
Color Harmonies of #810F85
Complementary color
Monochromatic Colors of #810F85
Black with #810F85
Text Example
Text Example
White with #810F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F85; }
p { color: rgb(129,15,133); }
H1.HeaderClassName
{
color: #810F85;
}
.AnyTagClassName
{
color: #810F85;
}
</style>
background-color css
<style>
a { background-color: #810F85; }
a { background-color: rgb(129,15,133); }
div.DivClassName
{
background-color: #810F85;
}
.BgClassName
{
background-color: #810F85;
}
</style>
border-color css
<style>
span { border-color: #810F85; }
span { border-color: rgb(129,15,133); }
td.TdClassName
{
border-color: #810F85;
}
.TagClassName
{
border-color: #810F85;
}
</style>