Shades of Dark Magenta #831289
Tints of Dark Magenta #831289
RGB
CMYK
RGB Variations
Color information
#831289 (or 0x831289) is known color: Dark Magenta. HEX triplet: 83, 12 and 89. RGB value is (131,18,137). Sum of RGB (Red+Green+Blue) = 131+18+137=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #831289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831289 is #7CED76. Grayscale: #404040. Windows color (decimal): -8187255 or 8983171. OLE color: 8983171.
HSL color Cylindrical-coordinate representation of color #831289: hue angle of 296.97º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #831289 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 18 | 137 | - |
| CMYK | 0.04 | 0.87 | 0 | 0.46 |
| HSL | 296.97º | 0.77% | 0.3% | - |
| HSV(B) | 296.97º | 0.87% | 0.54% | - |
| XYZ | 14.09 | 7.06 | 24.29 | - |
| YUV | 65.35 | 168.44 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 137 | 0.04 | 0.87 | 0 | 0.46 | 296.97 | 0.77 | 0.3 |
| Hex | 83 | 12 | 89 | 4 | 57 | 0 | 2E | 129 | 4D | 1E |
| Octal | 203 | 22 | 211 | 4 | 127 | 0 | 56 | 451 | 115 | 36 |
| Binary | 10000011 | 10010 | 10001001 | 100 | 1010111 | 0 | 101110 | 100101001 | 1001101 | 11110 |
Color Harmonies of #831289
Complementary color
Monochromatic Colors of #831289
Black with #831289
Text Example
Text Example
White with #831289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831289; }
p { color: rgb(131,18,137); }
H1.HeaderClassName
{
color: #831289;
}
.AnyTagClassName
{
color: #831289;
}
</style>
background-color css
<style>
a { background-color: #831289; }
a { background-color: rgb(131,18,137); }
div.DivClassName
{
background-color: #831289;
}
.BgClassName
{
background-color: #831289;
}
</style>
border-color css
<style>
span { border-color: #831289; }
span { border-color: rgb(131,18,137); }
td.TdClassName
{
border-color: #831289;
}
.TagClassName
{
border-color: #831289;
}
</style>