Shades of Dark Magenta #8313AC
Tints of Dark Magenta #8313AC
RGB
CMYK
RGB Variations
Color information
#8313AC (or 0x8313AC) is known color: Dark Magenta. HEX triplet: 83, 13 and AC. RGB value is (131,19,172). Sum of RGB (Red+Green+Blue) = 131+19+172=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 19 (7.81% from 255 or 5.90% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #8313AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8313AC is #7CEC53. Grayscale: #454545. Windows color (decimal): -8186964 or 11277187. OLE color: 11277187.
HSL color Cylindrical-coordinate representation of color #8313AC: hue angle of 283.92º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8313AC is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 19 | 172 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.33 |
| HSL | 283.92º | 0.8% | 0.37% | - |
| HSV(B) | 283.92º | 0.89% | 0.67% | - |
| XYZ | 17.04 | 8.27 | 39.73 | - |
| YUV | 69.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 172 | 0.24 | 0.89 | 0 | 0.33 | 283.92 | 0.8 | 0.37 |
| Hex | 83 | 13 | AC | 18 | 59 | 0 | 21 | 11C | 50 | 25 |
| Octal | 203 | 23 | 254 | 30 | 131 | 0 | 41 | 434 | 120 | 45 |
| Binary | 10000011 | 10011 | 10101100 | 11000 | 1011001 | 0 | 100001 | 100011100 | 1010000 | 100101 |
Color Harmonies of #8313AC
Complementary color
Monochromatic Colors of #8313AC
Black with #8313AC
Text Example
Text Example
White with #8313AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8313AC; }
p { color: rgb(131,19,172); }
H1.HeaderClassName
{
color: #8313AC;
}
.AnyTagClassName
{
color: #8313AC;
}
</style>
background-color css
<style>
a { background-color: #8313AC; }
a { background-color: rgb(131,19,172); }
div.DivClassName
{
background-color: #8313AC;
}
.BgClassName
{
background-color: #8313AC;
}
</style>
border-color css
<style>
span { border-color: #8313AC; }
span { border-color: rgb(131,19,172); }
td.TdClassName
{
border-color: #8313AC;
}
.TagClassName
{
border-color: #8313AC;
}
</style>