Shades of Purple #810F83
Tints of Purple #810F83
RGB
CMYK
RGB Variations
Color information
#810F83 (or 0x810F83) is known color: Purple. HEX triplet: 81, 0F and 83. RGB value is (129,15,131). Sum of RGB (Red+Green+Blue) = 129+15+131=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 131 (51.56% from 255 or 47.64% from 275); Max value from RGB is 131 - color contains mainly: blue. Hex color #810F83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810F83 is #7EF07C. Grayscale: #3D3D3D. Windows color (decimal): -8319101 or 8589185. OLE color: 8589185.
HSL color Cylindrical-coordinate representation of color #810F83: hue angle of 298.97º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #810F83 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 15 | 131 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.49 |
| HSL | 298.97º | 0.79% | 0.29% | - |
| HSV(B) | 298.97º | 0.89% | 0.51% | - |
| XYZ | 13.32 | 6.65 | 22.05 | - |
| YUV | 62.31 | 166.77 | 175.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 131 | 0.02 | 0.89 | 0 | 0.49 | 298.97 | 0.79 | 0.29 |
| Hex | 81 | F | 83 | 2 | 59 | 0 | 31 | 12B | 4F | 1D |
| Octal | 201 | 17 | 203 | 2 | 131 | 0 | 61 | 453 | 117 | 35 |
| Binary | 10000001 | 1111 | 10000011 | 10 | 1011001 | 0 | 110001 | 100101011 | 1001111 | 11101 |
Color Harmonies of #810F83
Complementary color
Monochromatic Colors of #810F83
Black with #810F83
Text Example
Text Example
White with #810F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F83; }
p { color: rgb(129,15,131); }
H1.HeaderClassName
{
color: #810F83;
}
.AnyTagClassName
{
color: #810F83;
}
</style>
background-color css
<style>
a { background-color: #810F83; }
a { background-color: rgb(129,15,131); }
div.DivClassName
{
background-color: #810F83;
}
.BgClassName
{
background-color: #810F83;
}
</style>
border-color css
<style>
span { border-color: #810F83; }
span { border-color: rgb(129,15,131); }
td.TdClassName
{
border-color: #810F83;
}
.TagClassName
{
border-color: #810F83;
}
</style>