Shades of Dark Magenta #831688
Tints of Dark Magenta #831688
RGB
CMYK
RGB Variations
Color information
#831688 (or 0x831688) is known color: Dark Magenta. HEX triplet: 83, 16 and 88. RGB value is (131,22,136). Sum of RGB (Red+Green+Blue) = 131+22+136=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #831688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831688 is #7CE977. Grayscale: #434343. Windows color (decimal): -8186232 or 8918659. OLE color: 8918659.
HSL color Cylindrical-coordinate representation of color #831688: hue angle of 297.37º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #831688 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 131 | 22 | 136 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.47 |
| HSL | 297.37º | 0.72% | 0.31% | - |
| HSV(B) | 297.37º | 0.84% | 0.53% | - |
| XYZ | 14.09 | 7.18 | 23.94 | - |
| YUV | 67.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 22 | 136 | 0.04 | 0.84 | 0 | 0.47 | 297.37 | 0.72 | 0.31 |
| Hex | 83 | 16 | 88 | 4 | 54 | 0 | 2F | 129 | 48 | 1F |
| Octal | 203 | 26 | 210 | 4 | 124 | 0 | 57 | 451 | 110 | 37 |
| Binary | 10000011 | 10110 | 10001000 | 100 | 1010100 | 0 | 101111 | 100101001 | 1001000 | 11111 |
Color Harmonies of #831688
Complementary color
Monochromatic Colors of #831688
Black with #831688
Text Example
Text Example
White with #831688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831688; }
p { color: rgb(131,22,136); }
H1.HeaderClassName
{
color: #831688;
}
.AnyTagClassName
{
color: #831688;
}
</style>
background-color css
<style>
a { background-color: #831688; }
a { background-color: rgb(131,22,136); }
div.DivClassName
{
background-color: #831688;
}
.BgClassName
{
background-color: #831688;
}
</style>
border-color css
<style>
span { border-color: #831688; }
span { border-color: rgb(131,22,136); }
td.TdClassName
{
border-color: #831688;
}
.TagClassName
{
border-color: #831688;
}
</style>