Shades of Dark Purple #812D81
Tints of Dark Purple #812D81
RGB
CMYK
RGB Variations
Color information
#812D81 (or 0x812D81) is known color: Dark Purple. HEX triplet: 81, 2D and 81. RGB value is (129,45,129). Sum of RGB (Red+Green+Blue) = 129+45+129=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 45 (17.97% from 255 or 14.85% from 303); Blue value is 129 (50.78% from 255 or 42.57% from 303); Max value from RGB is 129 - color contains mainly: red, blue. Hex color #812D81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812D81 is #7ED27E. Grayscale: #4F4F4F. Windows color (decimal): -8311423 or 8465793. OLE color: 8465793.
HSL color Cylindrical-coordinate representation of color #812D81: hue angle of 300º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #812D81 is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 45 | 129 | - |
| CMYK | 0 | 0.65 | 0 | 0.49 |
| HSL | 300º | 0.48% | 0.34% | - |
| HSV(B) | 300º | 0.65% | 0.51% | - |
| XYZ | 13.95 | 8.13 | 21.6 | - |
| YUV | 79.69 | 155.83 | 163.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 45 | 129 | 0 | 0.65 | 0 | 0.49 | 300 | 0.48 | 0.34 |
| Hex | 81 | 2D | 81 | 0 | 41 | 0 | 31 | 12C | 30 | 22 |
| Octal | 201 | 55 | 201 | 0 | 101 | 0 | 61 | 454 | 60 | 42 |
| Binary | 10000001 | 101101 | 10000001 | 0 | 1000001 | 0 | 110001 | 100101100 | 110000 | 100010 |
Color Harmonies of #812D81
Complementary color
Monochromatic Colors of #812D81
Black with #812D81
Text Example
Text Example
White with #812D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812D81; }
p { color: rgb(129,45,129); }
H1.HeaderClassName
{
color: #812D81;
}
.AnyTagClassName
{
color: #812D81;
}
</style>
background-color css
<style>
a { background-color: #812D81; }
a { background-color: rgb(129,45,129); }
div.DivClassName
{
background-color: #812D81;
}
.BgClassName
{
background-color: #812D81;
}
</style>
border-color css
<style>
span { border-color: #812D81; }
span { border-color: rgb(129,45,129); }
td.TdClassName
{
border-color: #812D81;
}
.TagClassName
{
border-color: #812D81;
}
</style>