Shades of Dark Magenta #831491
Tints of Dark Magenta #831491
RGB
CMYK
RGB Variations
Color information
#831491 (or 0x831491) is known color: Dark Magenta. HEX triplet: 83, 14 and 91. RGB value is (131,20,145). Sum of RGB (Red+Green+Blue) = 131+20+145=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #831491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831491 is #7CEB6E. Grayscale: #434343. Windows color (decimal): -8186735 or 9507971. OLE color: 9507971.
HSL color Cylindrical-coordinate representation of color #831491: hue angle of 293.28º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831491 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 20 | 145 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.43 |
| HSL | 293.28º | 0.76% | 0.32% | - |
| HSV(B) | 293.28º | 0.86% | 0.57% | - |
| XYZ | 14.72 | 7.37 | 27.43 | - |
| YUV | 67.44 | 171.77 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 145 | 0.10 | 0.86 | 0 | 0.43 | 293.28 | 0.76 | 0.32 |
| Hex | 83 | 14 | 91 | A | 56 | 0 | 2B | 125 | 4C | 20 |
| Octal | 203 | 24 | 221 | 12 | 126 | 0 | 53 | 445 | 114 | 40 |
| Binary | 10000011 | 10100 | 10010001 | 1010 | 1010110 | 0 | 101011 | 100100101 | 1001100 | 100000 |
Color Harmonies of #831491
Complementary color
Monochromatic Colors of #831491
Black with #831491
Text Example
Text Example
White with #831491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831491; }
p { color: rgb(131,20,145); }
H1.HeaderClassName
{
color: #831491;
}
.AnyTagClassName
{
color: #831491;
}
</style>
background-color css
<style>
a { background-color: #831491; }
a { background-color: rgb(131,20,145); }
div.DivClassName
{
background-color: #831491;
}
.BgClassName
{
background-color: #831491;
}
</style>
border-color css
<style>
span { border-color: #831491; }
span { border-color: rgb(131,20,145); }
td.TdClassName
{
border-color: #831491;
}
.TagClassName
{
border-color: #831491;
}
</style>