Shades of Dark Purple #811E6A
Tints of Dark Purple #811E6A
RGB
CMYK
RGB Variations
Color information
#811E6A (or 0x811E6A) is known color: Dark Purple. HEX triplet: 81, 1E and 6A. RGB value is (129,30,106). Sum of RGB (Red+Green+Blue) = 129+30+106=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #811E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811E6A is #7EE195. Grayscale: #444444. Windows color (decimal): -8315286 or 6954625. OLE color: 6954625.
HSL color Cylindrical-coordinate representation of color #811E6A: hue angle of 313.94º 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 #811E6A is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 30 | 106 | - |
| CMYK | 0 | 0.77 | 0.18 | 0.49 |
| HSL | 313.94º | 0.62% | 0.31% | - |
| HSV(B) | 313.94º | 0.77% | 0.51% | - |
| XYZ | 12.12 | 6.64 | 14.28 | - |
| YUV | 68.27 | 149.3 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 30 | 106 | 0 | 0.77 | 0.18 | 0.49 | 313.94 | 0.62 | 0.31 |
| Hex | 81 | 1E | 6A | 0 | 4D | 12 | 31 | 13A | 3E | 1F |
| Octal | 201 | 36 | 152 | 0 | 115 | 22 | 61 | 472 | 76 | 37 |
| Binary | 10000001 | 11110 | 1101010 | 0 | 1001101 | 10010 | 110001 | 100111010 | 111110 | 11111 |
Color Harmonies of #811E6A
Complementary color
Monochromatic Colors of #811E6A
Black with #811E6A
Text Example
Text Example
White with #811E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811E6A; }
p { color: rgb(129,30,106); }
H1.HeaderClassName
{
color: #811E6A;
}
.AnyTagClassName
{
color: #811E6A;
}
</style>
background-color css
<style>
a { background-color: #811E6A; }
a { background-color: rgb(129,30,106); }
div.DivClassName
{
background-color: #811E6A;
}
.BgClassName
{
background-color: #811E6A;
}
</style>
border-color css
<style>
span { border-color: #811E6A; }
span { border-color: rgb(129,30,106); }
td.TdClassName
{
border-color: #811E6A;
}
.TagClassName
{
border-color: #811E6A;
}
</style>