Shades of Dark Magenta #811493
Tints of Dark Magenta #811493
RGB
CMYK
RGB Variations
Color information
#811493 (or 0x811493) is known color: Dark Magenta. HEX triplet: 81, 14 and 93. RGB value is (129,20,147). Sum of RGB (Red+Green+Blue) = 129+20+147=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #811493 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #811493 is #7EEB6C. Grayscale: #424242. Windows color (decimal): -8317805 or 9639041. OLE color: 9639041.
HSL color Cylindrical-coordinate representation of color #811493: hue angle of 291.5º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811493 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 20 | 147 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.42 |
| HSL | 291.5º | 0.76% | 0.33% | - |
| HSV(B) | 291.5º | 0.86% | 0.58% | - |
| XYZ | 14.57 | 7.27 | 28.24 | - |
| YUV | 67.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 20 | 147 | 0.12 | 0.86 | 0 | 0.42 | 291.5 | 0.76 | 0.33 |
| Hex | 81 | 14 | 93 | C | 56 | 0 | 2A | 123 | 4C | 21 |
| Octal | 201 | 24 | 223 | 14 | 126 | 0 | 52 | 443 | 114 | 41 |
| Binary | 10000001 | 10100 | 10010011 | 1100 | 1010110 | 0 | 101010 | 100100011 | 1001100 | 100001 |
Color Harmonies of #811493
Complementary color
Monochromatic Colors of #811493
Black with #811493
Text Example
Text Example
White with #811493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #811493; }
p { color: rgb(129,20,147); }
H1.HeaderClassName
{
color: #811493;
}
.AnyTagClassName
{
color: #811493;
}
</style>
background-color css
<style>
a { background-color: #811493; }
a { background-color: rgb(129,20,147); }
div.DivClassName
{
background-color: #811493;
}
.BgClassName
{
background-color: #811493;
}
</style>
border-color css
<style>
span { border-color: #811493; }
span { border-color: rgb(129,20,147); }
td.TdClassName
{
border-color: #811493;
}
.TagClassName
{
border-color: #811493;
}
</style>