Shades of Dark Purple #811B88
Tints of Dark Purple #811B88
RGB
CMYK
RGB Variations
Color information
#811B88 (or 0x811B88) is known color: Dark Purple. HEX triplet: 81, 1B and 88. RGB value is (129,27,136). Sum of RGB (Red+Green+Blue) = 129+27+136=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #811B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811B88 is #7EE477. Grayscale: #454545. Windows color (decimal): -8316024 or 8919937. OLE color: 8919937.
HSL color Cylindrical-coordinate representation of color #811B88: hue angle of 296.15º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811B88 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 27 | 136 | - |
| CMYK | 0.05 | 0.80 | 0 | 0.47 |
| HSL | 296.15º | 0.67% | 0.32% | - |
| HSV(B) | 296.15º | 0.8% | 0.53% | - |
| XYZ | 13.89 | 7.23 | 23.96 | - |
| YUV | 69.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 27 | 136 | 0.05 | 0.80 | 0 | 0.47 | 296.15 | 0.67 | 0.32 |
| Hex | 81 | 1B | 88 | 5 | 50 | 0 | 2F | 128 | 43 | 20 |
| Octal | 201 | 33 | 210 | 5 | 120 | 0 | 57 | 450 | 103 | 40 |
| Binary | 10000001 | 11011 | 10001000 | 101 | 1010000 | 0 | 101111 | 100101000 | 1000011 | 100000 |
Color Harmonies of #811B88
Complementary color
Monochromatic Colors of #811B88
Black with #811B88
Text Example
Text Example
White with #811B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811B88; }
p { color: rgb(129,27,136); }
H1.HeaderClassName
{
color: #811B88;
}
.AnyTagClassName
{
color: #811B88;
}
</style>
background-color css
<style>
a { background-color: #811B88; }
a { background-color: rgb(129,27,136); }
div.DivClassName
{
background-color: #811B88;
}
.BgClassName
{
background-color: #811B88;
}
</style>
border-color css
<style>
span { border-color: #811B88; }
span { border-color: rgb(129,27,136); }
td.TdClassName
{
border-color: #811B88;
}
.TagClassName
{
border-color: #811B88;
}
</style>