Shades of Dark Magenta #831593
Tints of Dark Magenta #831593
RGB
CMYK
RGB Variations
Color information
#831593 (or 0x831593) is known color: Dark Magenta. HEX triplet: 83, 15 and 93. RGB value is (131,21,147). Sum of RGB (Red+Green+Blue) = 131+21+147=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 21 (8.59% from 255 or 7.02% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #831593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831593 is #7CEA6C. Grayscale: #434343. Windows color (decimal): -8186477 or 9639299. OLE color: 9639299.
HSL color Cylindrical-coordinate representation of color #831593: hue angle of 292.38º 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 #831593 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 21 | 147 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.42 |
| HSL | 292.38º | 0.75% | 0.33% | - |
| HSV(B) | 292.38º | 0.86% | 0.58% | - |
| XYZ | 14.89 | 7.47 | 28.26 | - |
| YUV | 68.25 | 172.44 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 147 | 0.11 | 0.86 | 0 | 0.42 | 292.38 | 0.75 | 0.33 |
| Hex | 83 | 15 | 93 | B | 56 | 0 | 2A | 124 | 4B | 21 |
| Octal | 203 | 25 | 223 | 13 | 126 | 0 | 52 | 444 | 113 | 41 |
| Binary | 10000011 | 10101 | 10010011 | 1011 | 1010110 | 0 | 101010 | 100100100 | 1001011 | 100001 |
Color Harmonies of #831593
Complementary color
Monochromatic Colors of #831593
Black with #831593
Text Example
Text Example
White with #831593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831593; }
p { color: rgb(131,21,147); }
H1.HeaderClassName
{
color: #831593;
}
.AnyTagClassName
{
color: #831593;
}
</style>
background-color css
<style>
a { background-color: #831593; }
a { background-color: rgb(131,21,147); }
div.DivClassName
{
background-color: #831593;
}
.BgClassName
{
background-color: #831593;
}
</style>
border-color css
<style>
span { border-color: #831593; }
span { border-color: rgb(131,21,147); }
td.TdClassName
{
border-color: #831593;
}
.TagClassName
{
border-color: #831593;
}
</style>