Shades of Dark Magenta #831799
Tints of Dark Magenta #831799
RGB
CMYK
RGB Variations
Color information
#831799 (or 0x831799) is known color: Dark Magenta. HEX triplet: 83, 17 and 99. RGB value is (131,23,153). Sum of RGB (Red+Green+Blue) = 131+23+153=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #831799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831799 is #7CE866. Grayscale: #454545. Windows color (decimal): -8185959 or 10033027. OLE color: 10033027.
HSL color Cylindrical-coordinate representation of color #831799: hue angle of 289.85º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #831799 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 131 | 23 | 153 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.4 |
| HSL | 289.85º | 0.74% | 0.35% | - |
| HSV(B) | 289.85º | 0.85% | 0.6% | - |
| XYZ | 15.42 | 7.74 | 30.82 | - |
| YUV | 70.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 153 | 0.14 | 0.85 | 0 | 0.4 | 289.85 | 0.74 | 0.35 |
| Hex | 83 | 17 | 99 | E | 55 | 0 | 28 | 122 | 4A | 23 |
| Octal | 203 | 27 | 231 | 16 | 125 | 0 | 50 | 442 | 112 | 43 |
| Binary | 10000011 | 10111 | 10011001 | 1110 | 1010101 | 0 | 101000 | 100100010 | 1001010 | 100011 |
Color Harmonies of #831799
Complementary color
Monochromatic Colors of #831799
Black with #831799
Text Example
Text Example
White with #831799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831799; }
p { color: rgb(131,23,153); }
H1.HeaderClassName
{
color: #831799;
}
.AnyTagClassName
{
color: #831799;
}
</style>
background-color css
<style>
a { background-color: #831799; }
a { background-color: rgb(131,23,153); }
div.DivClassName
{
background-color: #831799;
}
.BgClassName
{
background-color: #831799;
}
</style>
border-color css
<style>
span { border-color: #831799; }
span { border-color: rgb(131,23,153); }
td.TdClassName
{
border-color: #831799;
}
.TagClassName
{
border-color: #831799;
}
</style>