Shades of Dark Magenta #83148D
Tints of Dark Magenta #83148D
RGB
CMYK
RGB Variations
Color information
#83148D (or 0x83148D) is known color: Dark Magenta. HEX triplet: 83, 14 and 8D. RGB value is (131,20,141). Sum of RGB (Red+Green+Blue) = 131+20+141=292 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.86% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #83148D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83148D is #7CEB72. Grayscale: #424242. Windows color (decimal): -8186739 or 9245827. OLE color: 9245827.
HSL color Cylindrical-coordinate representation of color #83148D: hue angle of 295.04º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #83148D is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 20 | 141 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.45 |
| HSL | 295.04º | 0.75% | 0.32% | - |
| HSV(B) | 295.04º | 0.86% | 0.55% | - |
| XYZ | 14.42 | 7.25 | 25.84 | - |
| YUV | 66.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 141 | 0.07 | 0.86 | 0 | 0.45 | 295.04 | 0.75 | 0.32 |
| Hex | 83 | 14 | 8D | 7 | 56 | 0 | 2D | 127 | 4B | 20 |
| Octal | 203 | 24 | 215 | 7 | 126 | 0 | 55 | 447 | 113 | 40 |
| Binary | 10000011 | 10100 | 10001101 | 111 | 1010110 | 0 | 101101 | 100100111 | 1001011 | 100000 |
Color Harmonies of #83148D
Complementary color
Monochromatic Colors of #83148D
Black with #83148D
Text Example
Text Example
White with #83148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83148D; }
p { color: rgb(131,20,141); }
H1.HeaderClassName
{
color: #83148D;
}
.AnyTagClassName
{
color: #83148D;
}
</style>
background-color css
<style>
a { background-color: #83148D; }
a { background-color: rgb(131,20,141); }
div.DivClassName
{
background-color: #83148D;
}
.BgClassName
{
background-color: #83148D;
}
</style>
border-color css
<style>
span { border-color: #83148D; }
span { border-color: rgb(131,20,141); }
td.TdClassName
{
border-color: #83148D;
}
.TagClassName
{
border-color: #83148D;
}
</style>