Shades of Dark Magenta #83159B
Tints of Dark Magenta #83159B
RGB
CMYK
RGB Variations
Color information
#83159B (or 0x83159B) is known color: Dark Magenta. HEX triplet: 83, 15 and 9B. RGB value is (131,21,155). Sum of RGB (Red+Green+Blue) = 131+21+155=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 21 (8.59% from 255 or 6.84% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #83159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83159B is #7CEA64. Grayscale: #444444. Windows color (decimal): -8186469 or 10163587. OLE color: 10163587.
HSL color Cylindrical-coordinate representation of color #83159B: hue angle of 289.25º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83159B is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 21 | 155 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.39 |
| HSL | 289.25º | 0.76% | 0.35% | - |
| HSV(B) | 289.25º | 0.86% | 0.61% | - |
| XYZ | 15.54 | 7.73 | 31.68 | - |
| YUV | 69.17 | 176.44 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 155 | 0.15 | 0.86 | 0 | 0.39 | 289.25 | 0.76 | 0.35 |
| Hex | 83 | 15 | 9B | F | 56 | 0 | 27 | 121 | 4C | 23 |
| Octal | 203 | 25 | 233 | 17 | 126 | 0 | 47 | 441 | 114 | 43 |
| Binary | 10000011 | 10101 | 10011011 | 1111 | 1010110 | 0 | 100111 | 100100001 | 1001100 | 100011 |
Color Harmonies of #83159B
Complementary color
Monochromatic Colors of #83159B
Black with #83159B
Text Example
Text Example
White with #83159B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83159B; }
p { color: rgb(131,21,155); }
H1.HeaderClassName
{
color: #83159B;
}
.AnyTagClassName
{
color: #83159B;
}
</style>
background-color css
<style>
a { background-color: #83159B; }
a { background-color: rgb(131,21,155); }
div.DivClassName
{
background-color: #83159B;
}
.BgClassName
{
background-color: #83159B;
}
</style>
border-color css
<style>
span { border-color: #83159B; }
span { border-color: rgb(131,21,155); }
td.TdClassName
{
border-color: #83159B;
}
.TagClassName
{
border-color: #83159B;
}
</style>