Shades of Dark Purple #811966
Tints of Dark Purple #811966
RGB
CMYK
RGB Variations
Color information
#811966 (or 0x811966) is known color: Dark Purple. HEX triplet: 81, 19 and 66. RGB value is (129,25,102). Sum of RGB (Red+Green+Blue) = 129+25+102=256 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.39% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 102 (40.23% from 255 or 39.84% from 256); Max value from RGB is 129 - color contains mainly: red. Hex color #811966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811966 is #7EE699. Grayscale: #404040. Windows color (decimal): -8316570 or 6691201. OLE color: 6691201.
HSL color Cylindrical-coordinate representation of color #811966: hue angle of 315.58º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811966 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 102 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.49 |
| HSL | 315.58º | 0.68% | 0.3% | - |
| HSV(B) | 315.58º | 0.81% | 0.51% | - |
| XYZ | 11.8 | 6.32 | 13.17 | - |
| YUV | 64.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 102 | 0 | 0.81 | 0.21 | 0.49 | 315.58 | 0.68 | 0.3 |
| Hex | 81 | 19 | 66 | 0 | 51 | 15 | 31 | 13C | 44 | 1E |
| Octal | 201 | 31 | 146 | 0 | 121 | 25 | 61 | 474 | 104 | 36 |
| Binary | 10000001 | 11001 | 1100110 | 0 | 1010001 | 10101 | 110001 | 100111100 | 1000100 | 11110 |
Color Harmonies of #811966
Complementary color
Monochromatic Colors of #811966
Black with #811966
Text Example
Text Example
White with #811966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811966; }
p { color: rgb(129,25,102); }
H1.HeaderClassName
{
color: #811966;
}
.AnyTagClassName
{
color: #811966;
}
</style>
background-color css
<style>
a { background-color: #811966; }
a { background-color: rgb(129,25,102); }
div.DivClassName
{
background-color: #811966;
}
.BgClassName
{
background-color: #811966;
}
</style>
border-color css
<style>
span { border-color: #811966; }
span { border-color: rgb(129,25,102); }
td.TdClassName
{
border-color: #811966;
}
.TagClassName
{
border-color: #811966;
}
</style>