Shades of Dark Magenta #83108F
Tints of Dark Magenta #83108F
RGB
CMYK
RGB Variations
Color information
#83108F (or 0x83108F) is known color: Dark Magenta. HEX triplet: 83, 10 and 8F. RGB value is (131,16,143). Sum of RGB (Red+Green+Blue) = 131+16+143=290 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.17% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #83108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #83108F is #7CEF70. Grayscale: #404040. Windows color (decimal): -8187761 or 9375875. OLE color: 9375875.
HSL color Cylindrical-coordinate representation of color #83108F: hue angle of 294.33º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83108F is Cyan = 0.08, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 131 | 16 | 143 | - |
| CMYK | 0.08 | 0.89 | 0 | 0.44 |
| HSL | 294.33º | 0.8% | 0.31% | - |
| HSV(B) | 294.33º | 0.89% | 0.56% | - |
| XYZ | 14.5 | 7.18 | 26.61 | - |
| YUV | 64.86 | 172.1 | 175.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 143 | 0.08 | 0.89 | 0 | 0.44 | 294.33 | 0.8 | 0.31 |
| Hex | 83 | 10 | 8F | 8 | 59 | 0 | 2C | 126 | 50 | 1F |
| Octal | 203 | 20 | 217 | 10 | 131 | 0 | 54 | 446 | 120 | 37 |
| Binary | 10000011 | 10000 | 10001111 | 1000 | 1011001 | 0 | 101100 | 100100110 | 1010000 | 11111 |
Color Harmonies of #83108F
Complementary color
Monochromatic Colors of #83108F
Black with #83108F
Text Example
Text Example
White with #83108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83108F; }
p { color: rgb(131,16,143); }
H1.HeaderClassName
{
color: #83108F;
}
.AnyTagClassName
{
color: #83108F;
}
</style>
background-color css
<style>
a { background-color: #83108F; }
a { background-color: rgb(131,16,143); }
div.DivClassName
{
background-color: #83108F;
}
.BgClassName
{
background-color: #83108F;
}
</style>
border-color css
<style>
span { border-color: #83108F; }
span { border-color: rgb(131,16,143); }
td.TdClassName
{
border-color: #83108F;
}
.TagClassName
{
border-color: #83108F;
}
</style>