Shades of Dark Magenta #831599
Tints of Dark Magenta #831599
RGB
CMYK
RGB Variations
Color information
#831599 (or 0x831599) is known color: Dark Magenta. HEX triplet: 83, 15 and 99. RGB value is (131,21,153). Sum of RGB (Red+Green+Blue) = 131+21+153=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 21 (8.59% from 255 or 6.89% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #831599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831599 is #7CEA66. Grayscale: #444444. Windows color (decimal): -8186471 or 10032515. OLE color: 10032515.
HSL color Cylindrical-coordinate representation of color #831599: hue angle of 290º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831599 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 21 | 153 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.4 |
| HSL | 290º | 0.76% | 0.34% | - |
| HSV(B) | 290º | 0.86% | 0.6% | - |
| XYZ | 15.38 | 7.66 | 30.81 | - |
| YUV | 68.94 | 175.44 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 153 | 0.14 | 0.86 | 0 | 0.4 | 290 | 0.76 | 0.34 |
| Hex | 83 | 15 | 99 | E | 56 | 0 | 28 | 122 | 4C | 22 |
| Octal | 203 | 25 | 231 | 16 | 126 | 0 | 50 | 442 | 114 | 42 |
| Binary | 10000011 | 10101 | 10011001 | 1110 | 1010110 | 0 | 101000 | 100100010 | 1001100 | 100010 |
Color Harmonies of #831599
Complementary color
Monochromatic Colors of #831599
Black with #831599
Text Example
Text Example
White with #831599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831599; }
p { color: rgb(131,21,153); }
H1.HeaderClassName
{
color: #831599;
}
.AnyTagClassName
{
color: #831599;
}
</style>
background-color css
<style>
a { background-color: #831599; }
a { background-color: rgb(131,21,153); }
div.DivClassName
{
background-color: #831599;
}
.BgClassName
{
background-color: #831599;
}
</style>
border-color css
<style>
span { border-color: #831599; }
span { border-color: rgb(131,21,153); }
td.TdClassName
{
border-color: #831599;
}
.TagClassName
{
border-color: #831599;
}
</style>