Shades of Dark Magenta #83178D
Tints of Dark Magenta #83178D
RGB
CMYK
RGB Variations
Color information
#83178D (or 0x83178D) is known color: Dark Magenta. HEX triplet: 83, 17 and 8D. RGB value is (131,23,141). Sum of RGB (Red+Green+Blue) = 131+23+141=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #83178D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83178D is #7CE872. Grayscale: #444444. Windows color (decimal): -8185971 or 9246595. OLE color: 9246595.
HSL color Cylindrical-coordinate representation of color #83178D: hue angle of 294.92º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83178D is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 23 | 141 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.45 |
| HSL | 294.92º | 0.72% | 0.32% | - |
| HSV(B) | 294.92º | 0.84% | 0.55% | - |
| XYZ | 14.47 | 7.36 | 25.86 | - |
| YUV | 68.74 | 168.78 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 23 | 141 | 0.07 | 0.84 | 0 | 0.45 | 294.92 | 0.72 | 0.32 |
| Hex | 83 | 17 | 8D | 7 | 54 | 0 | 2D | 127 | 48 | 20 |
| Octal | 203 | 27 | 215 | 7 | 124 | 0 | 55 | 447 | 110 | 40 |
| Binary | 10000011 | 10111 | 10001101 | 111 | 1010100 | 0 | 101101 | 100100111 | 1001000 | 100000 |
Color Harmonies of #83178D
Complementary color
Monochromatic Colors of #83178D
Black with #83178D
Text Example
Text Example
White with #83178D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83178D; }
p { color: rgb(131,23,141); }
H1.HeaderClassName
{
color: #83178D;
}
.AnyTagClassName
{
color: #83178D;
}
</style>
background-color css
<style>
a { background-color: #83178D; }
a { background-color: rgb(131,23,141); }
div.DivClassName
{
background-color: #83178D;
}
.BgClassName
{
background-color: #83178D;
}
</style>
border-color css
<style>
span { border-color: #83178D; }
span { border-color: rgb(131,23,141); }
td.TdClassName
{
border-color: #83178D;
}
.TagClassName
{
border-color: #83178D;
}
</style>