Shades of Dark Magenta #8112A3
Tints of Dark Magenta #8112A3
RGB
CMYK
RGB Variations
Color information
#8112A3 (or 0x8112A3) is known color: Dark Magenta. HEX triplet: 81, 12 and A3. RGB value is (129,18,163). Sum of RGB (Red+Green+Blue) = 129+18+163=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #8112A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8112A3 is #7EED5C. Grayscale: #434343. Windows color (decimal): -8318301 or 10687105. OLE color: 10687105.
HSL color Cylindrical-coordinate representation of color #8112A3: hue angle of 285.93º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8112A3 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 18 | 163 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.36 |
| HSL | 285.93º | 0.8% | 0.35% | - |
| HSV(B) | 285.93º | 0.89% | 0.64% | - |
| XYZ | 15.88 | 7.74 | 35.31 | - |
| YUV | 67.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 163 | 0.21 | 0.89 | 0 | 0.36 | 285.93 | 0.8 | 0.35 |
| Hex | 81 | 12 | A3 | 15 | 59 | 0 | 24 | 11E | 50 | 23 |
| Octal | 201 | 22 | 243 | 25 | 131 | 0 | 44 | 436 | 120 | 43 |
| Binary | 10000001 | 10010 | 10100011 | 10101 | 1011001 | 0 | 100100 | 100011110 | 1010000 | 100011 |
Color Harmonies of #8112A3
Complementary color
Monochromatic Colors of #8112A3
Black with #8112A3
Text Example
Text Example
White with #8112A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8112A3; }
p { color: rgb(129,18,163); }
H1.HeaderClassName
{
color: #8112A3;
}
.AnyTagClassName
{
color: #8112A3;
}
</style>
background-color css
<style>
a { background-color: #8112A3; }
a { background-color: rgb(129,18,163); }
div.DivClassName
{
background-color: #8112A3;
}
.BgClassName
{
background-color: #8112A3;
}
</style>
border-color css
<style>
span { border-color: #8112A3; }
span { border-color: rgb(129,18,163); }
td.TdClassName
{
border-color: #8112A3;
}
.TagClassName
{
border-color: #8112A3;
}
</style>