Shades of Dark Magenta #8115A2
Tints of Dark Magenta #8115A2
RGB
CMYK
RGB Variations
Color information
#8115A2 (or 0x8115A2) is known color: Dark Magenta. HEX triplet: 81, 15 and A2. RGB value is (129,21,162). Sum of RGB (Red+Green+Blue) = 129+21+162=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 21 (8.59% from 255 or 6.73% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #8115A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8115A2 is #7EEA5D. Grayscale: #444444. Windows color (decimal): -8317534 or 10622337. OLE color: 10622337.
HSL color Cylindrical-coordinate representation of color #8115A2: hue angle of 285.96º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8115A2 is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 21 | 162 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.36 |
| HSL | 285.96º | 0.77% | 0.36% | - |
| HSV(B) | 285.96º | 0.87% | 0.64% | - |
| XYZ | 15.84 | 7.81 | 34.86 | - |
| YUV | 69.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 21 | 162 | 0.20 | 0.87 | 0 | 0.36 | 285.96 | 0.77 | 0.36 |
| Hex | 81 | 15 | A2 | 14 | 57 | 0 | 24 | 11E | 4D | 24 |
| Octal | 201 | 25 | 242 | 24 | 127 | 0 | 44 | 436 | 115 | 44 |
| Binary | 10000001 | 10101 | 10100010 | 10100 | 1010111 | 0 | 100100 | 100011110 | 1001101 | 100100 |
Color Harmonies of #8115A2
Complementary color
Monochromatic Colors of #8115A2
Black with #8115A2
Text Example
Text Example
White with #8115A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8115A2; }
p { color: rgb(129,21,162); }
H1.HeaderClassName
{
color: #8115A2;
}
.AnyTagClassName
{
color: #8115A2;
}
</style>
background-color css
<style>
a { background-color: #8115A2; }
a { background-color: rgb(129,21,162); }
div.DivClassName
{
background-color: #8115A2;
}
.BgClassName
{
background-color: #8115A2;
}
</style>
border-color css
<style>
span { border-color: #8115A2; }
span { border-color: rgb(129,21,162); }
td.TdClassName
{
border-color: #8115A2;
}
.TagClassName
{
border-color: #8115A2;
}
</style>