Shades of Dark Magenta #83158A
Tints of Dark Magenta #83158A
RGB
CMYK
RGB Variations
Color information
#83158A (or 0x83158A) is known color: Dark Magenta. HEX triplet: 83, 15 and 8A. RGB value is (131,21,138). Sum of RGB (Red+Green+Blue) = 131+21+138=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #83158A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83158A is #7CEA75. Grayscale: #424242. Windows color (decimal): -8186486 or 9049475. OLE color: 9049475.
HSL color Cylindrical-coordinate representation of color #83158A: hue angle of 296.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #83158A is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 21 | 138 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.46 |
| HSL | 296.41º | 0.74% | 0.31% | - |
| HSV(B) | 296.41º | 0.85% | 0.54% | - |
| XYZ | 14.22 | 7.2 | 24.68 | - |
| YUV | 67.23 | 167.94 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 138 | 0.05 | 0.85 | 0 | 0.46 | 296.41 | 0.74 | 0.31 |
| Hex | 83 | 15 | 8A | 5 | 55 | 0 | 2E | 128 | 4A | 1F |
| Octal | 203 | 25 | 212 | 5 | 125 | 0 | 56 | 450 | 112 | 37 |
| Binary | 10000011 | 10101 | 10001010 | 101 | 1010101 | 0 | 101110 | 100101000 | 1001010 | 11111 |
Color Harmonies of #83158A
Complementary color
Monochromatic Colors of #83158A
Black with #83158A
Text Example
Text Example
White with #83158A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83158A; }
p { color: rgb(131,21,138); }
H1.HeaderClassName
{
color: #83158A;
}
.AnyTagClassName
{
color: #83158A;
}
</style>
background-color css
<style>
a { background-color: #83158A; }
a { background-color: rgb(131,21,138); }
div.DivClassName
{
background-color: #83158A;
}
.BgClassName
{
background-color: #83158A;
}
</style>
border-color css
<style>
span { border-color: #83158A; }
span { border-color: rgb(131,21,138); }
td.TdClassName
{
border-color: #83158A;
}
.TagClassName
{
border-color: #83158A;
}
</style>