Shades of Dark Purple #811E81
Tints of Dark Purple #811E81
RGB
CMYK
RGB Variations
Color information
#811E81 (or 0x811E81) is known color: Dark Purple. HEX triplet: 81, 1E and 81. RGB value is (129,30,129). Sum of RGB (Red+Green+Blue) = 129+30+129=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #811E81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811E81 is #7EE17E. Grayscale: #464646. Windows color (decimal): -8315263 or 8461953. OLE color: 8461953.
HSL color Cylindrical-coordinate representation of color #811E81: hue angle of 300º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #811E81 is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 30 | 129 | - |
| CMYK | 0 | 0.77 | 0 | 0.49 |
| HSL | 300º | 0.62% | 0.31% | - |
| HSV(B) | 300º | 0.77% | 0.51% | - |
| XYZ | 13.48 | 7.18 | 21.44 | - |
| YUV | 70.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 129 | 0 | 0.77 | 0 | 0.49 | 300 | 0.62 | 0.31 |
| Hex | 81 | 1E | 81 | 0 | 4D | 0 | 31 | 12C | 3E | 1F |
| Octal | 201 | 36 | 201 | 0 | 115 | 0 | 61 | 454 | 76 | 37 |
| Binary | 10000001 | 11110 | 10000001 | 0 | 1001101 | 0 | 110001 | 100101100 | 111110 | 11111 |
Color Harmonies of #811E81
Complementary color
Monochromatic Colors of #811E81
Black with #811E81
Text Example
Text Example
White with #811E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E81; }
p { color: rgb(129,30,129); }
H1.HeaderClassName
{
color: #811E81;
}
.AnyTagClassName
{
color: #811E81;
}
</style>
background-color css
<style>
a { background-color: #811E81; }
a { background-color: rgb(129,30,129); }
div.DivClassName
{
background-color: #811E81;
}
.BgClassName
{
background-color: #811E81;
}
</style>
border-color css
<style>
span { border-color: #811E81; }
span { border-color: rgb(129,30,129); }
td.TdClassName
{
border-color: #811E81;
}
.TagClassName
{
border-color: #811E81;
}
</style>