Shades of Dark Purple #811969
Tints of Dark Purple #811969
RGB
CMYK
RGB Variations
Color information
#811969 (or 0x811969) is known color: Dark Purple. HEX triplet: 81, 19 and 69. RGB value is (129,25,105). Sum of RGB (Red+Green+Blue) = 129+25+105=259 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.81% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 129 - color contains mainly: red. Hex color #811969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811969 is #7EE696. Grayscale: #414141. Windows color (decimal): -8316567 or 6887809. OLE color: 6887809.
HSL color Cylindrical-coordinate representation of color #811969: hue angle of 313.85º 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 #811969 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 25 | 105 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.49 |
| HSL | 313.85º | 0.68% | 0.3% | - |
| HSV(B) | 313.85º | 0.81% | 0.51% | - |
| XYZ | 11.95 | 6.38 | 13.97 | - |
| YUV | 65.22 | 150.46 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 25 | 105 | 0 | 0.81 | 0.19 | 0.49 | 313.85 | 0.68 | 0.3 |
| Hex | 81 | 19 | 69 | 0 | 51 | 13 | 31 | 13A | 44 | 1E |
| Octal | 201 | 31 | 151 | 0 | 121 | 23 | 61 | 472 | 104 | 36 |
| Binary | 10000001 | 11001 | 1101001 | 0 | 1010001 | 10011 | 110001 | 100111010 | 1000100 | 11110 |
Color Harmonies of #811969
Complementary color
Monochromatic Colors of #811969
Black with #811969
Text Example
Text Example
White with #811969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811969; }
p { color: rgb(129,25,105); }
H1.HeaderClassName
{
color: #811969;
}
.AnyTagClassName
{
color: #811969;
}
</style>
background-color css
<style>
a { background-color: #811969; }
a { background-color: rgb(129,25,105); }
div.DivClassName
{
background-color: #811969;
}
.BgClassName
{
background-color: #811969;
}
</style>
border-color css
<style>
span { border-color: #811969; }
span { border-color: rgb(129,25,105); }
td.TdClassName
{
border-color: #811969;
}
.TagClassName
{
border-color: #811969;
}
</style>