Shades of Dark Magenta #83129A
Tints of Dark Magenta #83129A
RGB
CMYK
RGB Variations
Color information
#83129A (or 0x83129A) is known color: Dark Magenta. HEX triplet: 83, 12 and 9A. RGB value is (131,18,154). Sum of RGB (Red+Green+Blue) = 131+18+154=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 154 (60.55% from 255 or 50.83% from 303); Max value from RGB is 154 - color contains mainly: blue. Hex color #83129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83129A is #7CED65. Grayscale: #424242. Windows color (decimal): -8187238 or 10097283. OLE color: 10097283.
HSL color Cylindrical-coordinate representation of color #83129A: hue angle of 289.85º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83129A is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 18 | 154 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.40 |
| HSL | 289.85º | 0.79% | 0.34% | - |
| HSV(B) | 289.85º | 0.88% | 0.6% | - |
| XYZ | 15.41 | 7.59 | 31.22 | - |
| YUV | 67.29 | 176.94 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 154 | 0.15 | 0.88 | 0 | 0.40 | 289.85 | 0.79 | 0.34 |
| Hex | 83 | 12 | 9A | F | 58 | 0 | 28 | 122 | 4F | 22 |
| Octal | 203 | 22 | 232 | 17 | 130 | 0 | 50 | 442 | 117 | 42 |
| Binary | 10000011 | 10010 | 10011010 | 1111 | 1011000 | 0 | 101000 | 100100010 | 1001111 | 100010 |
Color Harmonies of #83129A
Complementary color
Monochromatic Colors of #83129A
Black with #83129A
Text Example
Text Example
White with #83129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83129A; }
p { color: rgb(131,18,154); }
H1.HeaderClassName
{
color: #83129A;
}
.AnyTagClassName
{
color: #83129A;
}
</style>
background-color css
<style>
a { background-color: #83129A; }
a { background-color: rgb(131,18,154); }
div.DivClassName
{
background-color: #83129A;
}
.BgClassName
{
background-color: #83129A;
}
</style>
border-color css
<style>
span { border-color: #83129A; }
span { border-color: rgb(131,18,154); }
td.TdClassName
{
border-color: #83129A;
}
.TagClassName
{
border-color: #83129A;
}
</style>