Shades of Dark Magenta #831990
Tints of Dark Magenta #831990
RGB
CMYK
RGB Variations
Color information
#831990 (or 0x831990) is known color: Dark Magenta. HEX triplet: 83, 19 and 90. RGB value is (131,25,144). Sum of RGB (Red+Green+Blue) = 131+25+144=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #831990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831990 is #7CE66F. Grayscale: #454545. Windows color (decimal): -8185456 or 9443715. OLE color: 9443715.
HSL color Cylindrical-coordinate representation of color #831990: hue angle of 293.45º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831990 is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 25 | 144 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.44 |
| HSL | 293.45º | 0.7% | 0.33% | - |
| HSV(B) | 293.45º | 0.83% | 0.56% | - |
| XYZ | 14.74 | 7.53 | 27.06 | - |
| YUV | 70.26 | 169.62 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 144 | 0.09 | 0.83 | 0 | 0.44 | 293.45 | 0.7 | 0.33 |
| Hex | 83 | 19 | 90 | 9 | 53 | 0 | 2C | 125 | 46 | 21 |
| Octal | 203 | 31 | 220 | 11 | 123 | 0 | 54 | 445 | 106 | 41 |
| Binary | 10000011 | 11001 | 10010000 | 1001 | 1010011 | 0 | 101100 | 100100101 | 1000110 | 100001 |
Color Harmonies of #831990
Complementary color
Monochromatic Colors of #831990
Black with #831990
Text Example
Text Example
White with #831990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831990; }
p { color: rgb(131,25,144); }
H1.HeaderClassName
{
color: #831990;
}
.AnyTagClassName
{
color: #831990;
}
</style>
background-color css
<style>
a { background-color: #831990; }
a { background-color: rgb(131,25,144); }
div.DivClassName
{
background-color: #831990;
}
.BgClassName
{
background-color: #831990;
}
</style>
border-color css
<style>
span { border-color: #831990; }
span { border-color: rgb(131,25,144); }
td.TdClassName
{
border-color: #831990;
}
.TagClassName
{
border-color: #831990;
}
</style>