Shades of Purple #811688
Tints of Purple #811688
RGB
CMYK
RGB Variations
Color information
#811688 (or 0x811688) is known color: Purple. HEX triplet: 81, 16 and 88. RGB value is (129,22,136). Sum of RGB (Red+Green+Blue) = 129+22+136=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #811688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811688 is #7EE977. Grayscale: #424242. Windows color (decimal): -8317304 or 8918657. OLE color: 8918657.
HSL color Cylindrical-coordinate representation of color #811688: hue angle of 296.32º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811688 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 22 | 136 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.47 |
| HSL | 296.32º | 0.72% | 0.31% | - |
| HSV(B) | 296.32º | 0.84% | 0.53% | - |
| XYZ | 13.78 | 7.02 | 23.92 | - |
| YUV | 66.99 | 166.95 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 136 | 0.05 | 0.84 | 0 | 0.47 | 296.32 | 0.72 | 0.31 |
| Hex | 81 | 16 | 88 | 5 | 54 | 0 | 2F | 128 | 48 | 1F |
| Octal | 201 | 26 | 210 | 5 | 124 | 0 | 57 | 450 | 110 | 37 |
| Binary | 10000001 | 10110 | 10001000 | 101 | 1010100 | 0 | 101111 | 100101000 | 1001000 | 11111 |
Color Harmonies of #811688
Complementary color
Monochromatic Colors of #811688
Black with #811688
Text Example
Text Example
White with #811688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811688; }
p { color: rgb(129,22,136); }
H1.HeaderClassName
{
color: #811688;
}
.AnyTagClassName
{
color: #811688;
}
</style>
background-color css
<style>
a { background-color: #811688; }
a { background-color: rgb(129,22,136); }
div.DivClassName
{
background-color: #811688;
}
.BgClassName
{
background-color: #811688;
}
</style>
border-color css
<style>
span { border-color: #811688; }
span { border-color: rgb(129,22,136); }
td.TdClassName
{
border-color: #811688;
}
.TagClassName
{
border-color: #811688;
}
</style>