Shades of Dark Purple #811A80
Tints of Dark Purple #811A80
RGB
CMYK
RGB Variations
Color information
#811A80 (or 0x811A80) is known color: Dark Purple. HEX triplet: 81, 1A and 80. RGB value is (129,26,128). Sum of RGB (Red+Green+Blue) = 129+26+128=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #811A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811A80 is #7EE57F. Grayscale: #444444. Windows color (decimal): -8316288 or 8395393. OLE color: 8395393.
HSL color Cylindrical-coordinate representation of color #811A80: hue angle of 300.58º 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 #811A80 is Cyan = 0, Magento = 0.80, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 26 | 128 | - |
| CMYK | 0 | 0.80 | 0.01 | 0.49 |
| HSL | 300.58º | 0.66% | 0.3% | - |
| HSV(B) | 300.58º | 0.8% | 0.51% | - |
| XYZ | 13.32 | 6.96 | 21.06 | - |
| YUV | 68.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 128 | 0 | 0.80 | 0.01 | 0.49 | 300.58 | 0.66 | 0.3 |
| Hex | 81 | 1A | 80 | 0 | 50 | 1 | 31 | 12D | 42 | 1E |
| Octal | 201 | 32 | 200 | 0 | 120 | 1 | 61 | 455 | 102 | 36 |
| Binary | 10000001 | 11010 | 10000000 | 0 | 1010000 | 1 | 110001 | 100101101 | 1000010 | 11110 |
Color Harmonies of #811A80
Complementary color
Monochromatic Colors of #811A80
Black with #811A80
Text Example
Text Example
White with #811A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A80; }
p { color: rgb(129,26,128); }
H1.HeaderClassName
{
color: #811A80;
}
.AnyTagClassName
{
color: #811A80;
}
</style>
background-color css
<style>
a { background-color: #811A80; }
a { background-color: rgb(129,26,128); }
div.DivClassName
{
background-color: #811A80;
}
.BgClassName
{
background-color: #811A80;
}
</style>
border-color css
<style>
span { border-color: #811A80; }
span { border-color: rgb(129,26,128); }
td.TdClassName
{
border-color: #811A80;
}
.TagClassName
{
border-color: #811A80;
}
</style>