Shades of Purple #810B89
Tints of Purple #810B89
RGB
CMYK
RGB Variations
Color information
#810B89 (or 0x810B89) is known color: Purple. HEX triplet: 81, 0B and 89. RGB value is (129,11,137). Sum of RGB (Red+Green+Blue) = 129+11+137=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #810B89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810B89 is #7EF476. Grayscale: #3C3C3C. Windows color (decimal): -8320119 or 8981377. OLE color: 8981377.
HSL color Cylindrical-coordinate representation of color #810B89: hue angle of 296.19º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810B89 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 11 | 137 | - |
| CMYK | 0.06 | 0.92 | 0 | 0.46 |
| HSL | 296.19º | 0.85% | 0.29% | - |
| HSV(B) | 296.19º | 0.92% | 0.54% | - |
| XYZ | 13.69 | 6.71 | 24.24 | - |
| YUV | 60.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 137 | 0.06 | 0.92 | 0 | 0.46 | 296.19 | 0.85 | 0.29 |
| Hex | 81 | B | 89 | 6 | 5C | 0 | 2E | 128 | 55 | 1D |
| Octal | 201 | 13 | 211 | 6 | 134 | 0 | 56 | 450 | 125 | 35 |
| Binary | 10000001 | 1011 | 10001001 | 110 | 1011100 | 0 | 101110 | 100101000 | 1010101 | 11101 |
Color Harmonies of #810B89
Complementary color
Monochromatic Colors of #810B89
Black with #810B89
Text Example
Text Example
White with #810B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B89; }
p { color: rgb(129,11,137); }
H1.HeaderClassName
{
color: #810B89;
}
.AnyTagClassName
{
color: #810B89;
}
</style>
background-color css
<style>
a { background-color: #810B89; }
a { background-color: rgb(129,11,137); }
div.DivClassName
{
background-color: #810B89;
}
.BgClassName
{
background-color: #810B89;
}
</style>
border-color css
<style>
span { border-color: #810B89; }
span { border-color: rgb(129,11,137); }
td.TdClassName
{
border-color: #810B89;
}
.TagClassName
{
border-color: #810B89;
}
</style>