Shades of Dark Magenta #831589
Tints of Dark Magenta #831589
RGB
CMYK
RGB Variations
Color information
#831589 (or 0x831589) is known color: Dark Magenta. HEX triplet: 83, 15 and 89. RGB value is (131,21,137). Sum of RGB (Red+Green+Blue) = 131+21+137=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 21 (8.59% from 255 or 7.27% from 289); Blue value is 137 (53.91% from 255 or 47.40% from 289); Max value from RGB is 137 - color contains mainly: blue. Hex color #831589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831589 is #7CEA76. Grayscale: #424242. Windows color (decimal): -8186487 or 8983939. OLE color: 8983939.
HSL color Cylindrical-coordinate representation of color #831589: hue angle of 296.9º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831589 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 21 | 137 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.46 |
| HSL | 296.9º | 0.73% | 0.31% | - |
| HSV(B) | 296.9º | 0.85% | 0.54% | - |
| XYZ | 14.14 | 7.17 | 24.3 | - |
| YUV | 67.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 137 | 0.04 | 0.85 | 0 | 0.46 | 296.9 | 0.73 | 0.31 |
| Hex | 83 | 15 | 89 | 4 | 55 | 0 | 2E | 129 | 49 | 1F |
| Octal | 203 | 25 | 211 | 4 | 125 | 0 | 56 | 451 | 111 | 37 |
| Binary | 10000011 | 10101 | 10001001 | 100 | 1010101 | 0 | 101110 | 100101001 | 1001001 | 11111 |
Color Harmonies of #831589
Complementary color
Monochromatic Colors of #831589
Black with #831589
Text Example
Text Example
White with #831589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831589; }
p { color: rgb(131,21,137); }
H1.HeaderClassName
{
color: #831589;
}
.AnyTagClassName
{
color: #831589;
}
</style>
background-color css
<style>
a { background-color: #831589; }
a { background-color: rgb(131,21,137); }
div.DivClassName
{
background-color: #831589;
}
.BgClassName
{
background-color: #831589;
}
</style>
border-color css
<style>
span { border-color: #831589; }
span { border-color: rgb(131,21,137); }
td.TdClassName
{
border-color: #831589;
}
.TagClassName
{
border-color: #831589;
}
</style>