Shades of Purple #810B87
Tints of Purple #810B87
RGB
CMYK
RGB Variations
Color information
#810B87 (or 0x810B87) is known color: Purple. HEX triplet: 81, 0B and 87. RGB value is (129,11,135). Sum of RGB (Red+Green+Blue) = 129+11+135=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #810B87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810B87 is #7EF478. Grayscale: #3C3C3C. Windows color (decimal): -8320121 or 8850305. OLE color: 8850305.
HSL color Cylindrical-coordinate representation of color #810B87: hue angle of 297.1º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810B87 is Cyan = 0.04, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 11 | 135 | - |
| CMYK | 0.04 | 0.92 | 0 | 0.47 |
| HSL | 297.1º | 0.85% | 0.29% | - |
| HSV(B) | 297.1º | 0.92% | 0.53% | - |
| XYZ | 13.55 | 6.66 | 23.49 | - |
| YUV | 60.42 | 170.09 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 135 | 0.04 | 0.92 | 0 | 0.47 | 297.1 | 0.85 | 0.29 |
| Hex | 81 | B | 87 | 4 | 5C | 0 | 2F | 129 | 55 | 1D |
| Octal | 201 | 13 | 207 | 4 | 134 | 0 | 57 | 451 | 125 | 35 |
| Binary | 10000001 | 1011 | 10000111 | 100 | 1011100 | 0 | 101111 | 100101001 | 1010101 | 11101 |
Color Harmonies of #810B87
Complementary color
Monochromatic Colors of #810B87
Black with #810B87
Text Example
Text Example
White with #810B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B87; }
p { color: rgb(129,11,135); }
H1.HeaderClassName
{
color: #810B87;
}
.AnyTagClassName
{
color: #810B87;
}
</style>
background-color css
<style>
a { background-color: #810B87; }
a { background-color: rgb(129,11,135); }
div.DivClassName
{
background-color: #810B87;
}
.BgClassName
{
background-color: #810B87;
}
</style>
border-color css
<style>
span { border-color: #810B87; }
span { border-color: rgb(129,11,135); }
td.TdClassName
{
border-color: #810B87;
}
.TagClassName
{
border-color: #810B87;
}
</style>