Shades of Dark Magenta #8315A1
Tints of Dark Magenta #8315A1
RGB
CMYK
RGB Variations
Color information
#8315A1 (or 0x8315A1) is known color: Dark Magenta. HEX triplet: 83, 15 and A1. RGB value is (131,21,161). Sum of RGB (Red+Green+Blue) = 131+21+161=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #8315A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8315A1 is #7CEA5E. Grayscale: #454545. Windows color (decimal): -8186463 or 10556803. OLE color: 10556803.
HSL color Cylindrical-coordinate representation of color #8315A1: hue angle of 287.14º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8315A1 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 21 | 161 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.37 |
| HSL | 287.14º | 0.77% | 0.36% | - |
| HSV(B) | 287.14º | 0.87% | 0.63% | - |
| XYZ | 16.06 | 7.93 | 34.4 | - |
| YUV | 69.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 21 | 161 | 0.19 | 0.87 | 0 | 0.37 | 287.14 | 0.77 | 0.36 |
| Hex | 83 | 15 | A1 | 13 | 57 | 0 | 25 | 11F | 4D | 24 |
| Octal | 203 | 25 | 241 | 23 | 127 | 0 | 45 | 437 | 115 | 44 |
| Binary | 10000011 | 10101 | 10100001 | 10011 | 1010111 | 0 | 100101 | 100011111 | 1001101 | 100100 |
Color Harmonies of #8315A1
Complementary color
Monochromatic Colors of #8315A1
Black with #8315A1
Text Example
Text Example
White with #8315A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8315A1; }
p { color: rgb(131,21,161); }
H1.HeaderClassName
{
color: #8315A1;
}
.AnyTagClassName
{
color: #8315A1;
}
</style>
background-color css
<style>
a { background-color: #8315A1; }
a { background-color: rgb(131,21,161); }
div.DivClassName
{
background-color: #8315A1;
}
.BgClassName
{
background-color: #8315A1;
}
</style>
border-color css
<style>
span { border-color: #8315A1; }
span { border-color: rgb(131,21,161); }
td.TdClassName
{
border-color: #8315A1;
}
.TagClassName
{
border-color: #8315A1;
}
</style>