Shades of Dark Magenta #831994
Tints of Dark Magenta #831994
RGB
CMYK
RGB Variations
Color information
#831994 (or 0x831994) is known color: Dark Magenta. HEX triplet: 83, 19 and 94. RGB value is (131,25,148). Sum of RGB (Red+Green+Blue) = 131+25+148=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 25 (10.16% from 255 or 8.22% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #831994 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831994 is #7CE66B. Grayscale: #464646. Windows color (decimal): -8185452 or 9705859. OLE color: 9705859.
HSL color Cylindrical-coordinate representation of color #831994: hue angle of 291.71º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #831994 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 25 | 148 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.42 |
| HSL | 291.71º | 0.71% | 0.34% | - |
| HSV(B) | 291.71º | 0.83% | 0.58% | - |
| XYZ | 15.05 | 7.66 | 28.7 | - |
| YUV | 70.72 | 171.62 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 148 | 0.11 | 0.83 | 0 | 0.42 | 291.71 | 0.71 | 0.34 |
| Hex | 83 | 19 | 94 | B | 53 | 0 | 2A | 124 | 47 | 22 |
| Octal | 203 | 31 | 224 | 13 | 123 | 0 | 52 | 444 | 107 | 42 |
| Binary | 10000011 | 11001 | 10010100 | 1011 | 1010011 | 0 | 101010 | 100100100 | 1000111 | 100010 |
Color Harmonies of #831994
Complementary color
Monochromatic Colors of #831994
Black with #831994
Text Example
Text Example
White with #831994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831994; }
p { color: rgb(131,25,148); }
H1.HeaderClassName
{
color: #831994;
}
.AnyTagClassName
{
color: #831994;
}
</style>
background-color css
<style>
a { background-color: #831994; }
a { background-color: rgb(131,25,148); }
div.DivClassName
{
background-color: #831994;
}
.BgClassName
{
background-color: #831994;
}
</style>
border-color css
<style>
span { border-color: #831994; }
span { border-color: rgb(131,25,148); }
td.TdClassName
{
border-color: #831994;
}
.TagClassName
{
border-color: #831994;
}
</style>