Shades of Dark Magenta #8112A4
Tints of Dark Magenta #8112A4
RGB
CMYK
RGB Variations
Color information
#8112A4 (or 0x8112A4) is known color: Dark Magenta. HEX triplet: 81, 12 and A4. RGB value is (129,18,164). Sum of RGB (Red+Green+Blue) = 129+18+164=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #8112A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8112A4 is #7EED5B. Grayscale: #434343. Windows color (decimal): -8318300 or 10752641. OLE color: 10752641.
HSL color Cylindrical-coordinate representation of color #8112A4: hue angle of 285.62º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8112A4 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 18 | 164 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.36 |
| HSL | 285.62º | 0.8% | 0.36% | - |
| HSV(B) | 285.62º | 0.89% | 0.64% | - |
| XYZ | 15.97 | 7.78 | 35.78 | - |
| YUV | 67.83 | 182.27 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 18 | 164 | 0.21 | 0.89 | 0 | 0.36 | 285.62 | 0.8 | 0.36 |
| Hex | 81 | 12 | A4 | 15 | 59 | 0 | 24 | 11E | 50 | 24 |
| Octal | 201 | 22 | 244 | 25 | 131 | 0 | 44 | 436 | 120 | 44 |
| Binary | 10000001 | 10010 | 10100100 | 10101 | 1011001 | 0 | 100100 | 100011110 | 1010000 | 100100 |
Color Harmonies of #8112A4
Complementary color
Monochromatic Colors of #8112A4
Black with #8112A4
Text Example
Text Example
White with #8112A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8112A4; }
p { color: rgb(129,18,164); }
H1.HeaderClassName
{
color: #8112A4;
}
.AnyTagClassName
{
color: #8112A4;
}
</style>
background-color css
<style>
a { background-color: #8112A4; }
a { background-color: rgb(129,18,164); }
div.DivClassName
{
background-color: #8112A4;
}
.BgClassName
{
background-color: #8112A4;
}
</style>
border-color css
<style>
span { border-color: #8112A4; }
span { border-color: rgb(129,18,164); }
td.TdClassName
{
border-color: #8112A4;
}
.TagClassName
{
border-color: #8112A4;
}
</style>