Shades of Dark Magenta #8312AA
Tints of Dark Magenta #8312AA
RGB
CMYK
RGB Variations
Color information
#8312AA (or 0x8312AA) is known color: Dark Magenta. HEX triplet: 83, 12 and AA. RGB value is (131,18,170). Sum of RGB (Red+Green+Blue) = 131+18+170=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 170 (66.80% from 255 or 53.29% from 319); Max value from RGB is 170 - color contains mainly: blue. Hex color #8312AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8312AA is #7CED55. Grayscale: #444444. Windows color (decimal): -8187222 or 11145859. OLE color: 11145859.
HSL color Cylindrical-coordinate representation of color #8312AA: hue angle of 284.61º degrees, saturation: 0.81, 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 #8312AA is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 18 | 170 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.33 |
| HSL | 284.61º | 0.81% | 0.37% | - |
| HSV(B) | 284.61º | 0.89% | 0.67% | - |
| XYZ | 16.83 | 8.16 | 38.72 | - |
| YUV | 69.12 | 184.94 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 18 | 170 | 0.23 | 0.89 | 0 | 0.33 | 284.61 | 0.81 | 0.37 |
| Hex | 83 | 12 | AA | 17 | 59 | 0 | 21 | 11D | 51 | 25 |
| Octal | 203 | 22 | 252 | 27 | 131 | 0 | 41 | 435 | 121 | 45 |
| Binary | 10000011 | 10010 | 10101010 | 10111 | 1011001 | 0 | 100001 | 100011101 | 1010001 | 100101 |
Color Harmonies of #8312AA
Complementary color
Monochromatic Colors of #8312AA
Black with #8312AA
Text Example
Text Example
White with #8312AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8312AA; }
p { color: rgb(131,18,170); }
H1.HeaderClassName
{
color: #8312AA;
}
.AnyTagClassName
{
color: #8312AA;
}
</style>
background-color css
<style>
a { background-color: #8312AA; }
a { background-color: rgb(131,18,170); }
div.DivClassName
{
background-color: #8312AA;
}
.BgClassName
{
background-color: #8312AA;
}
</style>
border-color css
<style>
span { border-color: #8312AA; }
span { border-color: rgb(131,18,170); }
td.TdClassName
{
border-color: #8312AA;
}
.TagClassName
{
border-color: #8312AA;
}
</style>