Shades of Purple #810F84
Tints of Purple #810F84
RGB
CMYK
RGB Variations
Color information
#810F84 (or 0x810F84) is known color: Purple. HEX triplet: 81, 0F and 84. RGB value is (129,15,132). Sum of RGB (Red+Green+Blue) = 129+15+132=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #810F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810F84 is #7EF07B. Grayscale: #3E3E3E. Windows color (decimal): -8319100 or 8654721. OLE color: 8654721.
HSL color Cylindrical-coordinate representation of color #810F84: hue angle of 298.46º 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 #810F84 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 15 | 132 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.48 |
| HSL | 298.46º | 0.8% | 0.29% | - |
| HSV(B) | 298.46º | 0.89% | 0.52% | - |
| XYZ | 13.39 | 6.67 | 22.41 | - |
| YUV | 62.42 | 167.27 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 15 | 132 | 0.02 | 0.89 | 0 | 0.48 | 298.46 | 0.8 | 0.29 |
| Hex | 81 | F | 84 | 2 | 59 | 0 | 30 | 12A | 50 | 1D |
| Octal | 201 | 17 | 204 | 2 | 131 | 0 | 60 | 452 | 120 | 35 |
| Binary | 10000001 | 1111 | 10000100 | 10 | 1011001 | 0 | 110000 | 100101010 | 1010000 | 11101 |
Color Harmonies of #810F84
Complementary color
Monochromatic Colors of #810F84
Black with #810F84
Text Example
Text Example
White with #810F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810F84; }
p { color: rgb(129,15,132); }
H1.HeaderClassName
{
color: #810F84;
}
.AnyTagClassName
{
color: #810F84;
}
</style>
background-color css
<style>
a { background-color: #810F84; }
a { background-color: rgb(129,15,132); }
div.DivClassName
{
background-color: #810F84;
}
.BgClassName
{
background-color: #810F84;
}
</style>
border-color css
<style>
span { border-color: #810F84; }
span { border-color: rgb(129,15,132); }
td.TdClassName
{
border-color: #810F84;
}
.TagClassName
{
border-color: #810F84;
}
</style>