Shades of Dark Magenta #831490
Tints of Dark Magenta #831490
RGB
CMYK
RGB Variations
Color information
#831490 (or 0x831490) is known color: Dark Magenta. HEX triplet: 83, 14 and 90. RGB value is (131,20,144). Sum of RGB (Red+Green+Blue) = 131+20+144=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #831490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831490 is #7CEB6F. Grayscale: #424242. Windows color (decimal): -8186736 or 9442435. OLE color: 9442435.
HSL color Cylindrical-coordinate representation of color #831490: hue angle of 293.71º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #831490 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 20 | 144 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.44 |
| HSL | 293.71º | 0.76% | 0.32% | - |
| HSV(B) | 293.71º | 0.86% | 0.56% | - |
| XYZ | 14.64 | 7.34 | 27.03 | - |
| YUV | 67.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 144 | 0.09 | 0.86 | 0 | 0.44 | 293.71 | 0.76 | 0.32 |
| Hex | 83 | 14 | 90 | 9 | 56 | 0 | 2C | 126 | 4C | 20 |
| Octal | 203 | 24 | 220 | 11 | 126 | 0 | 54 | 446 | 114 | 40 |
| Binary | 10000011 | 10100 | 10010000 | 1001 | 1010110 | 0 | 101100 | 100100110 | 1001100 | 100000 |
Color Harmonies of #831490
Complementary color
Monochromatic Colors of #831490
Black with #831490
Text Example
Text Example
White with #831490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831490; }
p { color: rgb(131,20,144); }
H1.HeaderClassName
{
color: #831490;
}
.AnyTagClassName
{
color: #831490;
}
</style>
background-color css
<style>
a { background-color: #831490; }
a { background-color: rgb(131,20,144); }
div.DivClassName
{
background-color: #831490;
}
.BgClassName
{
background-color: #831490;
}
</style>
border-color css
<style>
span { border-color: #831490; }
span { border-color: rgb(131,20,144); }
td.TdClassName
{
border-color: #831490;
}
.TagClassName
{
border-color: #831490;
}
</style>