Shades of Dark Purple #811666
Tints of Dark Purple #811666
RGB
CMYK
RGB Variations
Color information
#811666 (or 0x811666) is known color: Dark Purple. HEX triplet: 81, 16 and 66. RGB value is (129,22,102). Sum of RGB (Red+Green+Blue) = 129+22+102=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #811666 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811666 is #7EE999. Grayscale: #3E3E3E. Windows color (decimal): -8317338 or 6690433. OLE color: 6690433.
HSL color Cylindrical-coordinate representation of color #811666: hue angle of 315.14º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #811666 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 22 | 102 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.49 |
| HSL | 315.14º | 0.71% | 0.3% | - |
| HSV(B) | 315.14º | 0.83% | 0.51% | - |
| XYZ | 11.74 | 6.2 | 13.15 | - |
| YUV | 63.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 22 | 102 | 0 | 0.83 | 0.21 | 0.49 | 315.14 | 0.71 | 0.3 |
| Hex | 81 | 16 | 66 | 0 | 53 | 15 | 31 | 13B | 47 | 1E |
| Octal | 201 | 26 | 146 | 0 | 123 | 25 | 61 | 473 | 107 | 36 |
| Binary | 10000001 | 10110 | 1100110 | 0 | 1010011 | 10101 | 110001 | 100111011 | 1000111 | 11110 |
Color Harmonies of #811666
Complementary color
Monochromatic Colors of #811666
Black with #811666
Text Example
Text Example
White with #811666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811666; }
p { color: rgb(129,22,102); }
H1.HeaderClassName
{
color: #811666;
}
.AnyTagClassName
{
color: #811666;
}
</style>
background-color css
<style>
a { background-color: #811666; }
a { background-color: rgb(129,22,102); }
div.DivClassName
{
background-color: #811666;
}
.BgClassName
{
background-color: #811666;
}
</style>
border-color css
<style>
span { border-color: #811666; }
span { border-color: rgb(129,22,102); }
td.TdClassName
{
border-color: #811666;
}
.TagClassName
{
border-color: #811666;
}
</style>