Shades of Dark Magenta #83118B
Tints of Dark Magenta #83118B
RGB
CMYK
RGB Variations
Color information
#83118B (or 0x83118B) is known color: Dark Magenta. HEX triplet: 83, 11 and 8B. RGB value is (131,17,139). Sum of RGB (Red+Green+Blue) = 131+17+139=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #83118B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83118B is #7CEE74. Grayscale: #404040. Windows color (decimal): -8187509 or 9113987. OLE color: 9113987.
HSL color Cylindrical-coordinate representation of color #83118B: hue angle of 296.07º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83118B is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 17 | 139 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.45 |
| HSL | 296.07º | 0.78% | 0.31% | - |
| HSV(B) | 296.07º | 0.88% | 0.55% | - |
| XYZ | 14.22 | 7.09 | 25.05 | - |
| YUV | 64.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 17 | 139 | 0.06 | 0.88 | 0 | 0.45 | 296.07 | 0.78 | 0.31 |
| Hex | 83 | 11 | 8B | 6 | 58 | 0 | 2D | 128 | 4E | 1F |
| Octal | 203 | 21 | 213 | 6 | 130 | 0 | 55 | 450 | 116 | 37 |
| Binary | 10000011 | 10001 | 10001011 | 110 | 1011000 | 0 | 101101 | 100101000 | 1001110 | 11111 |
Color Harmonies of #83118B
Complementary color
Monochromatic Colors of #83118B
Black with #83118B
Text Example
Text Example
White with #83118B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83118B; }
p { color: rgb(131,17,139); }
H1.HeaderClassName
{
color: #83118B;
}
.AnyTagClassName
{
color: #83118B;
}
</style>
background-color css
<style>
a { background-color: #83118B; }
a { background-color: rgb(131,17,139); }
div.DivClassName
{
background-color: #83118B;
}
.BgClassName
{
background-color: #83118B;
}
</style>
border-color css
<style>
span { border-color: #83118B; }
span { border-color: rgb(131,17,139); }
td.TdClassName
{
border-color: #83118B;
}
.TagClassName
{
border-color: #83118B;
}
</style>