Shades of Dark Magenta #831595
Tints of Dark Magenta #831595
RGB
CMYK
RGB Variations
Color information
#831595 (or 0x831595) is known color: Dark Magenta. HEX triplet: 83, 15 and 95. RGB value is (131,21,149). Sum of RGB (Red+Green+Blue) = 131+21+149=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #831595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831595 is #7CEA6A. Grayscale: #444444. Windows color (decimal): -8186475 or 9770371. OLE color: 9770371.
HSL color Cylindrical-coordinate representation of color #831595: hue angle of 291.56º degrees, saturation: 0.75, 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 #831595 is Cyan = 0.12, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 21 | 149 | - |
| CMYK | 0.12 | 0.86 | 0 | 0.42 |
| HSL | 291.56º | 0.75% | 0.33% | - |
| HSV(B) | 291.56º | 0.86% | 0.58% | - |
| XYZ | 15.05 | 7.53 | 29.09 | - |
| YUV | 68.48 | 173.44 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 149 | 0.12 | 0.86 | 0 | 0.42 | 291.56 | 0.75 | 0.33 |
| Hex | 83 | 15 | 95 | C | 56 | 0 | 2A | 124 | 4B | 21 |
| Octal | 203 | 25 | 225 | 14 | 126 | 0 | 52 | 444 | 113 | 41 |
| Binary | 10000011 | 10101 | 10010101 | 1100 | 1010110 | 0 | 101010 | 100100100 | 1001011 | 100001 |
Color Harmonies of #831595
Complementary color
Monochromatic Colors of #831595
Black with #831595
Text Example
Text Example
White with #831595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831595; }
p { color: rgb(131,21,149); }
H1.HeaderClassName
{
color: #831595;
}
.AnyTagClassName
{
color: #831595;
}
</style>
background-color css
<style>
a { background-color: #831595; }
a { background-color: rgb(131,21,149); }
div.DivClassName
{
background-color: #831595;
}
.BgClassName
{
background-color: #831595;
}
</style>
border-color css
<style>
span { border-color: #831595; }
span { border-color: rgb(131,21,149); }
td.TdClassName
{
border-color: #831595;
}
.TagClassName
{
border-color: #831595;
}
</style>