Shades of Dark Magenta #83139F
Tints of Dark Magenta #83139F
RGB
CMYK
RGB Variations
Color information
#83139F (or 0x83139F) is known color: Dark Magenta. HEX triplet: 83, 13 and 9F. RGB value is (131,19,159). Sum of RGB (Red+Green+Blue) = 131+19+159=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #83139F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83139F is #7CEC60. Grayscale: #444444. Windows color (decimal): -8186977 or 10425219. OLE color: 10425219.
HSL color Cylindrical-coordinate representation of color #83139F: hue angle of 288º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83139F is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 19 | 159 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.38 |
| HSL | 288º | 0.79% | 0.35% | - |
| HSV(B) | 288º | 0.88% | 0.62% | - |
| XYZ | 15.85 | 7.79 | 33.47 | - |
| YUV | 68.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 159 | 0.18 | 0.88 | 0 | 0.38 | 288 | 0.79 | 0.35 |
| Hex | 83 | 13 | 9F | 12 | 58 | 0 | 26 | 120 | 4F | 23 |
| Octal | 203 | 23 | 237 | 22 | 130 | 0 | 46 | 440 | 117 | 43 |
| Binary | 10000011 | 10011 | 10011111 | 10010 | 1011000 | 0 | 100110 | 100100000 | 1001111 | 100011 |
Color Harmonies of #83139F
Complementary color
Monochromatic Colors of #83139F
Black with #83139F
Text Example
Text Example
White with #83139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83139F; }
p { color: rgb(131,19,159); }
H1.HeaderClassName
{
color: #83139F;
}
.AnyTagClassName
{
color: #83139F;
}
</style>
background-color css
<style>
a { background-color: #83139F; }
a { background-color: rgb(131,19,159); }
div.DivClassName
{
background-color: #83139F;
}
.BgClassName
{
background-color: #83139F;
}
</style>
border-color css
<style>
span { border-color: #83139F; }
span { border-color: rgb(131,19,159); }
td.TdClassName
{
border-color: #83139F;
}
.TagClassName
{
border-color: #83139F;
}
</style>