Shades of Purple #810885
Tints of Purple #810885
RGB
CMYK
RGB Variations
Color information
#810885 (or 0x810885) is known color: Purple. HEX triplet: 81, 08 and 85. RGB value is (129,8,133). Sum of RGB (Red+Green+Blue) = 129+8+133=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #810885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810885 is #7EF77A. Grayscale: #3A3A3A. Windows color (decimal): -8320891 or 8718465. OLE color: 8718465.
HSL color Cylindrical-coordinate representation of color #810885: hue angle of 298.08º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810885 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 129 | 8 | 133 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.48 |
| HSL | 298.08º | 0.89% | 0.28% | - |
| HSV(B) | 298.08º | 0.94% | 0.52% | - |
| XYZ | 13.37 | 6.53 | 22.75 | - |
| YUV | 58.43 | 170.09 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 133 | 0.03 | 0.94 | 0 | 0.48 | 298.08 | 0.89 | 0.28 |
| Hex | 81 | 8 | 85 | 3 | 5E | 0 | 30 | 12A | 59 | 1C |
| Octal | 201 | 10 | 205 | 3 | 136 | 0 | 60 | 452 | 131 | 34 |
| Binary | 10000001 | 1000 | 10000101 | 11 | 1011110 | 0 | 110000 | 100101010 | 1011001 | 11100 |
Color Harmonies of #810885
Complementary color
Monochromatic Colors of #810885
Black with #810885
Text Example
Text Example
White with #810885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810885; }
p { color: rgb(129,8,133); }
H1.HeaderClassName
{
color: #810885;
}
.AnyTagClassName
{
color: #810885;
}
</style>
background-color css
<style>
a { background-color: #810885; }
a { background-color: rgb(129,8,133); }
div.DivClassName
{
background-color: #810885;
}
.BgClassName
{
background-color: #810885;
}
</style>
border-color css
<style>
span { border-color: #810885; }
span { border-color: rgb(129,8,133); }
td.TdClassName
{
border-color: #810885;
}
.TagClassName
{
border-color: #810885;
}
</style>