Shades of Dark Magenta #8414A2
Tints of Dark Magenta #8414A2
RGB
CMYK
RGB Variations
Color information
#8414A2 (or 0x8414A2) is known color: Dark Magenta. HEX triplet: 84, 14 and A2. RGB value is (132,20,162). Sum of RGB (Red+Green+Blue) = 132+20+162=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #8414A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8414A2 is #7BEB5D. Grayscale: #454545. Windows color (decimal): -8121182 or 10622084. OLE color: 10622084.
HSL color Cylindrical-coordinate representation of color #8414A2: hue angle of 287.32º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8414A2 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 20 | 162 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.36 |
| HSL | 287.32º | 0.78% | 0.36% | - |
| HSV(B) | 287.32º | 0.88% | 0.64% | - |
| XYZ | 16.29 | 8.01 | 34.87 | - |
| YUV | 69.68 | 180.11 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 20 | 162 | 0.19 | 0.88 | 0 | 0.36 | 287.32 | 0.78 | 0.36 |
| Hex | 84 | 14 | A2 | 13 | 58 | 0 | 24 | 11F | 4E | 24 |
| Octal | 204 | 24 | 242 | 23 | 130 | 0 | 44 | 437 | 116 | 44 |
| Binary | 10000100 | 10100 | 10100010 | 10011 | 1011000 | 0 | 100100 | 100011111 | 1001110 | 100100 |
Color Harmonies of #8414A2
Complementary color
Monochromatic Colors of #8414A2
Black with #8414A2
Text Example
Text Example
White with #8414A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8414A2; }
p { color: rgb(132,20,162); }
H1.HeaderClassName
{
color: #8414A2;
}
.AnyTagClassName
{
color: #8414A2;
}
</style>
background-color css
<style>
a { background-color: #8414A2; }
a { background-color: rgb(132,20,162); }
div.DivClassName
{
background-color: #8414A2;
}
.BgClassName
{
background-color: #8414A2;
}
</style>
border-color css
<style>
span { border-color: #8414A2; }
span { border-color: rgb(132,20,162); }
td.TdClassName
{
border-color: #8414A2;
}
.TagClassName
{
border-color: #8414A2;
}
</style>