Shades of Dark Magenta #83128D
Tints of Dark Magenta #83128D
RGB
CMYK
RGB Variations
Color information
#83128D (or 0x83128D) is known color: Dark Magenta. HEX triplet: 83, 12 and 8D. RGB value is (131,18,141). Sum of RGB (Red+Green+Blue) = 131+18+141=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #83128D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83128D is #7CED72. Grayscale: #414141. Windows color (decimal): -8187251 or 9245315. OLE color: 9245315.
HSL color Cylindrical-coordinate representation of color #83128D: hue angle of 295.12º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83128D is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 18 | 141 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.45 |
| HSL | 295.12º | 0.77% | 0.31% | - |
| HSV(B) | 295.12º | 0.87% | 0.55% | - |
| XYZ | 14.38 | 7.18 | 25.83 | - |
| YUV | 65.81 | 170.44 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 141 | 0.07 | 0.87 | 0 | 0.45 | 295.12 | 0.77 | 0.31 |
| Hex | 83 | 12 | 8D | 7 | 57 | 0 | 2D | 127 | 4D | 1F |
| Octal | 203 | 22 | 215 | 7 | 127 | 0 | 55 | 447 | 115 | 37 |
| Binary | 10000011 | 10010 | 10001101 | 111 | 1010111 | 0 | 101101 | 100100111 | 1001101 | 11111 |
Color Harmonies of #83128D
Complementary color
Monochromatic Colors of #83128D
Black with #83128D
Text Example
Text Example
White with #83128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83128D; }
p { color: rgb(131,18,141); }
H1.HeaderClassName
{
color: #83128D;
}
.AnyTagClassName
{
color: #83128D;
}
</style>
background-color css
<style>
a { background-color: #83128D; }
a { background-color: rgb(131,18,141); }
div.DivClassName
{
background-color: #83128D;
}
.BgClassName
{
background-color: #83128D;
}
</style>
border-color css
<style>
span { border-color: #83128D; }
span { border-color: rgb(131,18,141); }
td.TdClassName
{
border-color: #83128D;
}
.TagClassName
{
border-color: #83128D;
}
</style>