Shades of Dark Purple #811A83
Tints of Dark Purple #811A83
RGB
CMYK
RGB Variations
Color information
#811A83 (or 0x811A83) is known color: Dark Purple. HEX triplet: 81, 1A and 83. RGB value is (129,26,131). Sum of RGB (Red+Green+Blue) = 129+26+131=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 131 (51.56% from 255 or 45.80% from 286); Max value from RGB is 131 - color contains mainly: blue. Hex color #811A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811A83 is #7EE57C. Grayscale: #444444. Windows color (decimal): -8316285 or 8592001. OLE color: 8592001.
HSL color Cylindrical-coordinate representation of color #811A83: hue angle of 298.86º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #811A83 is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 131 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.49 |
| HSL | 298.86º | 0.67% | 0.31% | - |
| HSV(B) | 298.86º | 0.8% | 0.51% | - |
| XYZ | 13.52 | 7.04 | 22.12 | - |
| YUV | 68.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 131 | 0.02 | 0.80 | 0 | 0.49 | 298.86 | 0.67 | 0.31 |
| Hex | 81 | 1A | 83 | 2 | 50 | 0 | 31 | 12B | 43 | 1F |
| Octal | 201 | 32 | 203 | 2 | 120 | 0 | 61 | 453 | 103 | 37 |
| Binary | 10000001 | 11010 | 10000011 | 10 | 1010000 | 0 | 110001 | 100101011 | 1000011 | 11111 |
Color Harmonies of #811A83
Complementary color
Monochromatic Colors of #811A83
Black with #811A83
Text Example
Text Example
White with #811A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A83; }
p { color: rgb(129,26,131); }
H1.HeaderClassName
{
color: #811A83;
}
.AnyTagClassName
{
color: #811A83;
}
</style>
background-color css
<style>
a { background-color: #811A83; }
a { background-color: rgb(129,26,131); }
div.DivClassName
{
background-color: #811A83;
}
.BgClassName
{
background-color: #811A83;
}
</style>
border-color css
<style>
span { border-color: #811A83; }
span { border-color: rgb(129,26,131); }
td.TdClassName
{
border-color: #811A83;
}
.TagClassName
{
border-color: #811A83;
}
</style>