Shades of Purple #810C84
Tints of Purple #810C84
RGB
CMYK
RGB Variations
Color information
#810C84 (or 0x810C84) is known color: Purple. HEX triplet: 81, 0C and 84. RGB value is (129,12,132). Sum of RGB (Red+Green+Blue) = 129+12+132=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #810C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810C84 is #7EF37B. Grayscale: #3C3C3C. Windows color (decimal): -8319868 or 8653953. OLE color: 8653953.
HSL color Cylindrical-coordinate representation of color #810C84: hue angle of 298.5º 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 #810C84 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 12 | 132 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.48 |
| HSL | 298.5º | 0.83% | 0.28% | - |
| HSV(B) | 298.5º | 0.91% | 0.52% | - |
| XYZ | 13.35 | 6.6 | 22.4 | - |
| YUV | 60.66 | 168.26 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 132 | 0.02 | 0.91 | 0 | 0.48 | 298.5 | 0.83 | 0.28 |
| Hex | 81 | C | 84 | 2 | 5B | 0 | 30 | 12A | 53 | 1C |
| Octal | 201 | 14 | 204 | 2 | 133 | 0 | 60 | 452 | 123 | 34 |
| Binary | 10000001 | 1100 | 10000100 | 10 | 1011011 | 0 | 110000 | 100101010 | 1010011 | 11100 |
Color Harmonies of #810C84
Complementary color
Monochromatic Colors of #810C84
Black with #810C84
Text Example
Text Example
White with #810C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C84; }
p { color: rgb(129,12,132); }
H1.HeaderClassName
{
color: #810C84;
}
.AnyTagClassName
{
color: #810C84;
}
</style>
background-color css
<style>
a { background-color: #810C84; }
a { background-color: rgb(129,12,132); }
div.DivClassName
{
background-color: #810C84;
}
.BgClassName
{
background-color: #810C84;
}
</style>
border-color css
<style>
span { border-color: #810C84; }
span { border-color: rgb(129,12,132); }
td.TdClassName
{
border-color: #810C84;
}
.TagClassName
{
border-color: #810C84;
}
</style>