Shades of Dark Magenta #831391
Tints of Dark Magenta #831391
RGB
CMYK
RGB Variations
Color information
#831391 (or 0x831391) is known color: Dark Magenta. HEX triplet: 83, 13 and 91. RGB value is (131,19,145). Sum of RGB (Red+Green+Blue) = 131+19+145=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #831391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831391 is #7CEC6E. Grayscale: #424242. Windows color (decimal): -8186991 or 9507715. OLE color: 9507715.
HSL color Cylindrical-coordinate representation of color #831391: hue angle of 293.33º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831391 is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 19 | 145 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.43 |
| HSL | 293.33º | 0.77% | 0.32% | - |
| HSV(B) | 293.33º | 0.87% | 0.57% | - |
| XYZ | 14.7 | 7.34 | 27.43 | - |
| YUV | 66.85 | 172.11 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 145 | 0.10 | 0.87 | 0 | 0.43 | 293.33 | 0.77 | 0.32 |
| Hex | 83 | 13 | 91 | A | 57 | 0 | 2B | 125 | 4D | 20 |
| Octal | 203 | 23 | 221 | 12 | 127 | 0 | 53 | 445 | 115 | 40 |
| Binary | 10000011 | 10011 | 10010001 | 1010 | 1010111 | 0 | 101011 | 100100101 | 1001101 | 100000 |
Color Harmonies of #831391
Complementary color
Monochromatic Colors of #831391
Black with #831391
Text Example
Text Example
White with #831391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831391; }
p { color: rgb(131,19,145); }
H1.HeaderClassName
{
color: #831391;
}
.AnyTagClassName
{
color: #831391;
}
</style>
background-color css
<style>
a { background-color: #831391; }
a { background-color: rgb(131,19,145); }
div.DivClassName
{
background-color: #831391;
}
.BgClassName
{
background-color: #831391;
}
</style>
border-color css
<style>
span { border-color: #831391; }
span { border-color: rgb(131,19,145); }
td.TdClassName
{
border-color: #831391;
}
.TagClassName
{
border-color: #831391;
}
</style>