Shades of Purple #810C87
Tints of Purple #810C87
RGB
CMYK
RGB Variations
Color information
#810C87 (or 0x810C87) is known color: Purple. HEX triplet: 81, 0C and 87. RGB value is (129,12,135). Sum of RGB (Red+Green+Blue) = 129+12+135=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #810C87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810C87 is #7EF378. Grayscale: #3C3C3C. Windows color (decimal): -8319865 or 8850561. OLE color: 8850561.
HSL color Cylindrical-coordinate representation of color #810C87: hue angle of 297.07º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810C87 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 12 | 135 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.47 |
| HSL | 297.07º | 0.84% | 0.29% | - |
| HSV(B) | 297.07º | 0.91% | 0.53% | - |
| XYZ | 13.56 | 6.68 | 23.5 | - |
| YUV | 61.01 | 169.76 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 12 | 135 | 0.04 | 0.91 | 0 | 0.47 | 297.07 | 0.84 | 0.29 |
| Hex | 81 | C | 87 | 4 | 5B | 0 | 2F | 129 | 54 | 1D |
| Octal | 201 | 14 | 207 | 4 | 133 | 0 | 57 | 451 | 124 | 35 |
| Binary | 10000001 | 1100 | 10000111 | 100 | 1011011 | 0 | 101111 | 100101001 | 1010100 | 11101 |
Color Harmonies of #810C87
Complementary color
Monochromatic Colors of #810C87
Black with #810C87
Text Example
Text Example
White with #810C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810C87; }
p { color: rgb(129,12,135); }
H1.HeaderClassName
{
color: #810C87;
}
.AnyTagClassName
{
color: #810C87;
}
</style>
background-color css
<style>
a { background-color: #810C87; }
a { background-color: rgb(129,12,135); }
div.DivClassName
{
background-color: #810C87;
}
.BgClassName
{
background-color: #810C87;
}
</style>
border-color css
<style>
span { border-color: #810C87; }
span { border-color: rgb(129,12,135); }
td.TdClassName
{
border-color: #810C87;
}
.TagClassName
{
border-color: #810C87;
}
</style>