Shades of Purple #810888
Tints of Purple #810888
RGB
CMYK
RGB Variations
Color information
#810888 (or 0x810888) is known color: Purple. HEX triplet: 81, 08 and 88. RGB value is (129,8,136). Sum of RGB (Red+Green+Blue) = 129+8+136=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #810888 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810888 is #7EF777. Grayscale: #3A3A3A. Windows color (decimal): -8320888 or 8915073. OLE color: 8915073.
HSL color Cylindrical-coordinate representation of color #810888: hue angle of 296.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810888 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 8 | 136 | - |
| CMYK | 0.05 | 0.94 | 0 | 0.47 |
| HSL | 296.72º | 0.89% | 0.28% | - |
| HSV(B) | 296.72º | 0.94% | 0.53% | - |
| XYZ | 13.58 | 6.62 | 23.85 | - |
| YUV | 58.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 136 | 0.05 | 0.94 | 0 | 0.47 | 296.72 | 0.89 | 0.28 |
| Hex | 81 | 8 | 88 | 5 | 5E | 0 | 2F | 129 | 59 | 1C |
| Octal | 201 | 10 | 210 | 5 | 136 | 0 | 57 | 451 | 131 | 34 |
| Binary | 10000001 | 1000 | 10001000 | 101 | 1011110 | 0 | 101111 | 100101001 | 1011001 | 11100 |
Color Harmonies of #810888
Complementary color
Monochromatic Colors of #810888
Black with #810888
Text Example
Text Example
White with #810888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #810888; }
p { color: rgb(129,8,136); }
H1.HeaderClassName
{
color: #810888;
}
.AnyTagClassName
{
color: #810888;
}
</style>
background-color css
<style>
a { background-color: #810888; }
a { background-color: rgb(129,8,136); }
div.DivClassName
{
background-color: #810888;
}
.BgClassName
{
background-color: #810888;
}
</style>
border-color css
<style>
span { border-color: #810888; }
span { border-color: rgb(129,8,136); }
td.TdClassName
{
border-color: #810888;
}
.TagClassName
{
border-color: #810888;
}
</style>