Shades of Dark Purple #811A64
Tints of Dark Purple #811A64
RGB
CMYK
RGB Variations
Color information
#811A64 (or 0x811A64) is known color: Dark Purple. HEX triplet: 81, 1A and 64. RGB value is (129,26,100). Sum of RGB (Red+Green+Blue) = 129+26+100=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 100 (39.45% from 255 or 39.22% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #811A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #811A64 is #7EE59B. Grayscale: #414141. Windows color (decimal): -8316316 or 6560385. OLE color: 6560385.
HSL color Cylindrical-coordinate representation of color #811A64: hue angle of 316.89º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A64 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 100 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.49 |
| HSL | 316.89º | 0.66% | 0.3% | - |
| HSV(B) | 316.89º | 0.8% | 0.51% | - |
| XYZ | 11.72 | 6.33 | 12.66 | - |
| YUV | 65.23 | 147.62 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 100 | 0 | 0.80 | 0.22 | 0.49 | 316.89 | 0.66 | 0.3 |
| Hex | 81 | 1A | 64 | 0 | 50 | 16 | 31 | 13D | 42 | 1E |
| Octal | 201 | 32 | 144 | 0 | 120 | 26 | 61 | 475 | 102 | 36 |
| Binary | 10000001 | 11010 | 1100100 | 0 | 1010000 | 10110 | 110001 | 100111101 | 1000010 | 11110 |
Color Harmonies of #811A64
Complementary color
Monochromatic Colors of #811A64
Black with #811A64
Text Example
Text Example
White with #811A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A64; }
p { color: rgb(129,26,100); }
H1.HeaderClassName
{
color: #811A64;
}
.AnyTagClassName
{
color: #811A64;
}
</style>
background-color css
<style>
a { background-color: #811A64; }
a { background-color: rgb(129,26,100); }
div.DivClassName
{
background-color: #811A64;
}
.BgClassName
{
background-color: #811A64;
}
</style>
border-color css
<style>
span { border-color: #811A64; }
span { border-color: rgb(129,26,100); }
td.TdClassName
{
border-color: #811A64;
}
.TagClassName
{
border-color: #811A64;
}
</style>