Shades of Dark Magenta #83109C
Tints of Dark Magenta #83109C
RGB
CMYK
RGB Variations
Color information
#83109C (or 0x83109C) is known color: Dark Magenta. HEX triplet: 83, 10 and 9C. RGB value is (131,16,156). Sum of RGB (Red+Green+Blue) = 131+16+156=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #83109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83109C is #7CEF63. Grayscale: #414141. Windows color (decimal): -8187748 or 10227843. OLE color: 10227843.
HSL color Cylindrical-coordinate representation of color #83109C: hue angle of 289.29º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83109C is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 16 | 156 | - |
| CMYK | 0.16 | 0.90 | 0 | 0.39 |
| HSL | 289.29º | 0.81% | 0.34% | - |
| HSV(B) | 289.29º | 0.9% | 0.61% | - |
| XYZ | 15.55 | 7.6 | 32.1 | - |
| YUV | 66.35 | 178.6 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 156 | 0.16 | 0.90 | 0 | 0.39 | 289.29 | 0.81 | 0.34 |
| Hex | 83 | 10 | 9C | 10 | 5A | 0 | 27 | 121 | 51 | 22 |
| Octal | 203 | 20 | 234 | 20 | 132 | 0 | 47 | 441 | 121 | 42 |
| Binary | 10000011 | 10000 | 10011100 | 10000 | 1011010 | 0 | 100111 | 100100001 | 1010001 | 100010 |
Color Harmonies of #83109C
Complementary color
Monochromatic Colors of #83109C
Black with #83109C
Text Example
Text Example
White with #83109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83109C; }
p { color: rgb(131,16,156); }
H1.HeaderClassName
{
color: #83109C;
}
.AnyTagClassName
{
color: #83109C;
}
</style>
background-color css
<style>
a { background-color: #83109C; }
a { background-color: rgb(131,16,156); }
div.DivClassName
{
background-color: #83109C;
}
.BgClassName
{
background-color: #83109C;
}
</style>
border-color css
<style>
span { border-color: #83109C; }
span { border-color: rgb(131,16,156); }
td.TdClassName
{
border-color: #83109C;
}
.TagClassName
{
border-color: #83109C;
}
</style>