Shades of Dark Magenta #831093
Tints of Dark Magenta #831093
RGB
CMYK
RGB Variations
Color information
#831093 (or 0x831093) is known color: Dark Magenta. HEX triplet: 83, 10 and 93. RGB value is (131,16,147). Sum of RGB (Red+Green+Blue) = 131+16+147=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 147 (57.81% from 255 or 50% from 294); Max value from RGB is 147 - color contains mainly: blue. Hex color #831093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #831093 is #7CEF6C. Grayscale: #404040. Windows color (decimal): -8187757 or 9638019. OLE color: 9638019.
HSL color Cylindrical-coordinate representation of color #831093: hue angle of 292.67º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #831093 is Cyan = 0.11, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 16 | 147 | - |
| CMYK | 0.11 | 0.89 | 0 | 0.42 |
| HSL | 292.67º | 0.8% | 0.32% | - |
| HSV(B) | 292.67º | 0.89% | 0.58% | - |
| XYZ | 14.81 | 7.3 | 28.23 | - |
| YUV | 65.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 16 | 147 | 0.11 | 0.89 | 0 | 0.42 | 292.67 | 0.8 | 0.32 |
| Hex | 83 | 10 | 93 | B | 59 | 0 | 2A | 125 | 50 | 20 |
| Octal | 203 | 20 | 223 | 13 | 131 | 0 | 52 | 445 | 120 | 40 |
| Binary | 10000011 | 10000 | 10010011 | 1011 | 1011001 | 0 | 101010 | 100100101 | 1010000 | 100000 |
Color Harmonies of #831093
Complementary color
Monochromatic Colors of #831093
Black with #831093
Text Example
Text Example
White with #831093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #831093; }
p { color: rgb(131,16,147); }
H1.HeaderClassName
{
color: #831093;
}
.AnyTagClassName
{
color: #831093;
}
</style>
background-color css
<style>
a { background-color: #831093; }
a { background-color: rgb(131,16,147); }
div.DivClassName
{
background-color: #831093;
}
.BgClassName
{
background-color: #831093;
}
</style>
border-color css
<style>
span { border-color: #831093; }
span { border-color: rgb(131,16,147); }
td.TdClassName
{
border-color: #831093;
}
.TagClassName
{
border-color: #831093;
}
</style>