Shades of Dark Magenta #83198B
Tints of Dark Magenta #83198B
RGB
CMYK
RGB Variations
Color information
#83198B (or 0x83198B) is known color: Dark Magenta. HEX triplet: 83, 19 and 8B. RGB value is (131,25,139). Sum of RGB (Red+Green+Blue) = 131+25+139=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #83198B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83198B is #7CE674. Grayscale: #454545. Windows color (decimal): -8185461 or 9116035. OLE color: 9116035.
HSL color Cylindrical-coordinate representation of color #83198B: hue angle of 295.79º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #83198B is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 25 | 139 | - |
| CMYK | 0.06 | 0.82 | 0 | 0.45 |
| HSL | 295.79º | 0.7% | 0.32% | - |
| HSV(B) | 295.79º | 0.82% | 0.55% | - |
| XYZ | 14.37 | 7.38 | 25.09 | - |
| YUV | 69.69 | 167.12 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 139 | 0.06 | 0.82 | 0 | 0.45 | 295.79 | 0.7 | 0.32 |
| Hex | 83 | 19 | 8B | 6 | 52 | 0 | 2D | 128 | 46 | 20 |
| Octal | 203 | 31 | 213 | 6 | 122 | 0 | 55 | 450 | 106 | 40 |
| Binary | 10000011 | 11001 | 10001011 | 110 | 1010010 | 0 | 101101 | 100101000 | 1000110 | 100000 |
Color Harmonies of #83198B
Complementary color
Monochromatic Colors of #83198B
Black with #83198B
Text Example
Text Example
White with #83198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83198B; }
p { color: rgb(131,25,139); }
H1.HeaderClassName
{
color: #83198B;
}
.AnyTagClassName
{
color: #83198B;
}
</style>
background-color css
<style>
a { background-color: #83198B; }
a { background-color: rgb(131,25,139); }
div.DivClassName
{
background-color: #83198B;
}
.BgClassName
{
background-color: #83198B;
}
</style>
border-color css
<style>
span { border-color: #83198B; }
span { border-color: rgb(131,25,139); }
td.TdClassName
{
border-color: #83198B;
}
.TagClassName
{
border-color: #83198B;
}
</style>