Shades of Dark Magenta #83109D
Tints of Dark Magenta #83109D
RGB
CMYK
RGB Variations
Color information
#83109D (or 0x83109D) is known color: Dark Magenta. HEX triplet: 83, 10 and 9D. RGB value is (131,16,157). Sum of RGB (Red+Green+Blue) = 131+16+157=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 157 (61.72% from 255 or 51.64% from 304); Max value from RGB is 157 - color contains mainly: blue. Hex color #83109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83109D is #7CEF62. Grayscale: #424242. Windows color (decimal): -8187747 or 10293379. OLE color: 10293379.
HSL color Cylindrical-coordinate representation of color #83109D: hue angle of 288.94º 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 #83109D is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 16 | 157 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.38 |
| HSL | 288.94º | 0.82% | 0.34% | - |
| HSV(B) | 288.94º | 0.9% | 0.62% | - |
| XYZ | 15.63 | 7.63 | 32.55 | - |
| YUV | 66.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 157 | 0.17 | 0.90 | 0 | 0.38 | 288.94 | 0.82 | 0.34 |
| Hex | 83 | 10 | 9D | 11 | 5A | 0 | 26 | 121 | 52 | 22 |
| Octal | 203 | 20 | 235 | 21 | 132 | 0 | 46 | 441 | 122 | 42 |
| Binary | 10000011 | 10000 | 10011101 | 10001 | 1011010 | 0 | 100110 | 100100001 | 1010010 | 100010 |
Color Harmonies of #83109D
Complementary color
Monochromatic Colors of #83109D
Black with #83109D
Text Example
Text Example
White with #83109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83109D; }
p { color: rgb(131,16,157); }
H1.HeaderClassName
{
color: #83109D;
}
.AnyTagClassName
{
color: #83109D;
}
</style>
background-color css
<style>
a { background-color: #83109D; }
a { background-color: rgb(131,16,157); }
div.DivClassName
{
background-color: #83109D;
}
.BgClassName
{
background-color: #83109D;
}
</style>
border-color css
<style>
span { border-color: #83109D; }
span { border-color: rgb(131,16,157); }
td.TdClassName
{
border-color: #83109D;
}
.TagClassName
{
border-color: #83109D;
}
</style>