Shades of Dark Magenta #8314AA
Tints of Dark Magenta #8314AA
RGB
CMYK
RGB Variations
Color information
#8314AA (or 0x8314AA) is known color: Dark Magenta. HEX triplet: 83, 14 and AA. RGB value is (131,20,170). Sum of RGB (Red+Green+Blue) = 131+20+170=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #8314AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8314AA is #7CEB55. Grayscale: #454545. Windows color (decimal): -8186710 or 11146371. OLE color: 11146371.
HSL color Cylindrical-coordinate representation of color #8314AA: hue angle of 284.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8314AA is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 20 | 170 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.33 |
| HSL | 284.4º | 0.79% | 0.37% | - |
| HSV(B) | 284.4º | 0.88% | 0.67% | - |
| XYZ | 16.87 | 8.23 | 38.73 | - |
| YUV | 70.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 20 | 170 | 0.23 | 0.88 | 0 | 0.33 | 284.4 | 0.79 | 0.37 |
| Hex | 83 | 14 | AA | 17 | 58 | 0 | 21 | 11C | 4F | 25 |
| Octal | 203 | 24 | 252 | 27 | 130 | 0 | 41 | 434 | 117 | 45 |
| Binary | 10000011 | 10100 | 10101010 | 10111 | 1011000 | 0 | 100001 | 100011100 | 1001111 | 100101 |
Color Harmonies of #8314AA
Complementary color
Monochromatic Colors of #8314AA
Black with #8314AA
Text Example
Text Example
White with #8314AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8314AA; }
p { color: rgb(131,20,170); }
H1.HeaderClassName
{
color: #8314AA;
}
.AnyTagClassName
{
color: #8314AA;
}
</style>
background-color css
<style>
a { background-color: #8314AA; }
a { background-color: rgb(131,20,170); }
div.DivClassName
{
background-color: #8314AA;
}
.BgClassName
{
background-color: #8314AA;
}
</style>
border-color css
<style>
span { border-color: #8314AA; }
span { border-color: rgb(131,20,170); }
td.TdClassName
{
border-color: #8314AA;
}
.TagClassName
{
border-color: #8314AA;
}
</style>