Shades of Purple #810B80
Tints of Purple #810B80
RGB
CMYK
RGB Variations
Color information
#810B80 (or 0x810B80) is known color: Purple. HEX triplet: 81, 0B and 80. RGB value is (129,11,128). Sum of RGB (Red+Green+Blue) = 129+11+128=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #810B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810B80 is #7EF47F. Grayscale: #3B3B3B. Windows color (decimal): -8320128 or 8391553. OLE color: 8391553.
HSL color Cylindrical-coordinate representation of color #810B80: hue angle of 300.51º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #810B80 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 11 | 128 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.49 |
| HSL | 300.51º | 0.84% | 0.27% | - |
| HSV(B) | 300.51º | 0.91% | 0.51% | - |
| XYZ | 13.07 | 6.46 | 20.98 | - |
| YUV | 59.62 | 166.59 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 11 | 128 | 0 | 0.91 | 0.01 | 0.49 | 300.51 | 0.84 | 0.27 |
| Hex | 81 | B | 80 | 0 | 5B | 1 | 31 | 12D | 54 | 1B |
| Octal | 201 | 13 | 200 | 0 | 133 | 1 | 61 | 455 | 124 | 33 |
| Binary | 10000001 | 1011 | 10000000 | 0 | 1011011 | 1 | 110001 | 100101101 | 1010100 | 11011 |
Color Harmonies of #810B80
Complementary color
Monochromatic Colors of #810B80
Black with #810B80
Text Example
Text Example
White with #810B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810B80; }
p { color: rgb(129,11,128); }
H1.HeaderClassName
{
color: #810B80;
}
.AnyTagClassName
{
color: #810B80;
}
</style>
background-color css
<style>
a { background-color: #810B80; }
a { background-color: rgb(129,11,128); }
div.DivClassName
{
background-color: #810B80;
}
.BgClassName
{
background-color: #810B80;
}
</style>
border-color css
<style>
span { border-color: #810B80; }
span { border-color: rgb(129,11,128); }
td.TdClassName
{
border-color: #810B80;
}
.TagClassName
{
border-color: #810B80;
}
</style>