Shades of Dark Purple #811A8A
Tints of Dark Purple #811A8A
RGB
CMYK
RGB Variations
Color information
#811A8A (or 0x811A8A) is known color: Dark Purple. HEX triplet: 81, 1A and 8A. RGB value is (129,26,138). Sum of RGB (Red+Green+Blue) = 129+26+138=293 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.03% from 293); Green value is 26 (10.55% from 255 or 8.87% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #811A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #811A8A is #7EE575. Grayscale: #454545. Windows color (decimal): -8316278 or 9050753. OLE color: 9050753.
HSL color Cylindrical-coordinate representation of color #811A8A: hue angle of 295.18º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #811A8A is Cyan = 0.07, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 26 | 138 | - |
| CMYK | 0.07 | 0.81 | 0 | 0.46 |
| HSL | 295.18º | 0.68% | 0.32% | - |
| HSV(B) | 295.18º | 0.81% | 0.54% | - |
| XYZ | 14.01 | 7.24 | 24.7 | - |
| YUV | 69.57 | 166.62 | 170.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 26 | 138 | 0.07 | 0.81 | 0 | 0.46 | 295.18 | 0.68 | 0.32 |
| Hex | 81 | 1A | 8A | 7 | 51 | 0 | 2E | 127 | 44 | 20 |
| Octal | 201 | 32 | 212 | 7 | 121 | 0 | 56 | 447 | 104 | 40 |
| Binary | 10000001 | 11010 | 10001010 | 111 | 1010001 | 0 | 101110 | 100100111 | 1000100 | 100000 |
Color Harmonies of #811A8A
Complementary color
Monochromatic Colors of #811A8A
Black with #811A8A
Text Example
Text Example
White with #811A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811A8A; }
p { color: rgb(129,26,138); }
H1.HeaderClassName
{
color: #811A8A;
}
.AnyTagClassName
{
color: #811A8A;
}
</style>
background-color css
<style>
a { background-color: #811A8A; }
a { background-color: rgb(129,26,138); }
div.DivClassName
{
background-color: #811A8A;
}
.BgClassName
{
background-color: #811A8A;
}
</style>
border-color css
<style>
span { border-color: #811A8A; }
span { border-color: rgb(129,26,138); }
td.TdClassName
{
border-color: #811A8A;
}
.TagClassName
{
border-color: #811A8A;
}
</style>