Shades of Dark Magenta #83109F
Tints of Dark Magenta #83109F
RGB
CMYK
RGB Variations
Color information
#83109F (or 0x83109F) is known color: Dark Magenta. HEX triplet: 83, 10 and 9F. RGB value is (131,16,159). Sum of RGB (Red+Green+Blue) = 131+16+159=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 159 (62.5% from 255 or 51.96% from 306); Max value from RGB is 159 - color contains mainly: blue. Hex color #83109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83109F is #7CEF60. Grayscale: #424242. Windows color (decimal): -8187745 or 10424451. OLE color: 10424451.
HSL color Cylindrical-coordinate representation of color #83109F: hue angle of 288.25º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83109F is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 16 | 159 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.38 |
| HSL | 288.25º | 0.82% | 0.34% | - |
| HSV(B) | 288.25º | 0.9% | 0.62% | - |
| XYZ | 15.8 | 7.7 | 33.45 | - |
| YUV | 66.69 | 180.1 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 159 | 0.18 | 0.90 | 0 | 0.38 | 288.25 | 0.82 | 0.34 |
| Hex | 83 | 10 | 9F | 12 | 5A | 0 | 26 | 120 | 52 | 22 |
| Octal | 203 | 20 | 237 | 22 | 132 | 0 | 46 | 440 | 122 | 42 |
| Binary | 10000011 | 10000 | 10011111 | 10010 | 1011010 | 0 | 100110 | 100100000 | 1010010 | 100010 |
Color Harmonies of #83109F
Complementary color
Monochromatic Colors of #83109F
Black with #83109F
Text Example
Text Example
White with #83109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83109F; }
p { color: rgb(131,16,159); }
H1.HeaderClassName
{
color: #83109F;
}
.AnyTagClassName
{
color: #83109F;
}
</style>
background-color css
<style>
a { background-color: #83109F; }
a { background-color: rgb(131,16,159); }
div.DivClassName
{
background-color: #83109F;
}
.BgClassName
{
background-color: #83109F;
}
</style>
border-color css
<style>
span { border-color: #83109F; }
span { border-color: rgb(131,16,159); }
td.TdClassName
{
border-color: #83109F;
}
.TagClassName
{
border-color: #83109F;
}
</style>