Shades of Dark Magenta #831292
Tints of Dark Magenta #831292
RGB
CMYK
RGB Variations
Color information
#831292 (or 0x831292) is known color: Dark Magenta. HEX triplet: 83, 12 and 92. RGB value is (131,18,146). Sum of RGB (Red+Green+Blue) = 131+18+146=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #831292 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831292 is #7CED6D. Grayscale: #414141. Windows color (decimal): -8187246 or 9572995. OLE color: 9572995.
HSL color Cylindrical-coordinate representation of color #831292: hue angle of 292.97º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #831292 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 131 | 18 | 146 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.43 |
| HSL | 292.97º | 0.78% | 0.32% | - |
| HSV(B) | 292.97º | 0.88% | 0.57% | - |
| XYZ | 14.76 | 7.33 | 27.83 | - |
| YUV | 66.38 | 172.94 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 146 | 0.10 | 0.88 | 0 | 0.43 | 292.97 | 0.78 | 0.32 |
| Hex | 83 | 12 | 92 | A | 58 | 0 | 2B | 125 | 4E | 20 |
| Octal | 203 | 22 | 222 | 12 | 130 | 0 | 53 | 445 | 116 | 40 |
| Binary | 10000011 | 10010 | 10010010 | 1010 | 1011000 | 0 | 101011 | 100100101 | 1001110 | 100000 |
Color Harmonies of #831292
Complementary color
Monochromatic Colors of #831292
Black with #831292
Text Example
Text Example
White with #831292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831292; }
p { color: rgb(131,18,146); }
H1.HeaderClassName
{
color: #831292;
}
.AnyTagClassName
{
color: #831292;
}
</style>
background-color css
<style>
a { background-color: #831292; }
a { background-color: rgb(131,18,146); }
div.DivClassName
{
background-color: #831292;
}
.BgClassName
{
background-color: #831292;
}
</style>
border-color css
<style>
span { border-color: #831292; }
span { border-color: rgb(131,18,146); }
td.TdClassName
{
border-color: #831292;
}
.TagClassName
{
border-color: #831292;
}
</style>