Shades of Dark Magenta #84019A
Tints of Dark Magenta #84019A
RGB
CMYK
RGB Variations
Color information
#84019A (or 0x84019A) is known color: Dark Magenta. HEX triplet: 84, 01 and 9A. RGB value is (132,1,154). Sum of RGB (Red+Green+Blue) = 132+1+154=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 154 (60.55% from 255 or 53.66% from 287); Max value from RGB is 154 - color contains mainly: blue. Hex color #84019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84019A is #7BFE65. Grayscale: #393939. Windows color (decimal): -8126054 or 10092932. OLE color: 10092932.
HSL color Cylindrical-coordinate representation of color #84019A: hue angle of 291.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84019A is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 1 | 154 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.40 |
| HSL | 291.37º | 0.99% | 0.3% | - |
| HSV(B) | 291.37º | 0.99% | 0.6% | - |
| XYZ | 15.36 | 7.26 | 31.16 | - |
| YUV | 57.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 154 | 0.14 | 0.99 | 0 | 0.40 | 291.37 | 0.99 | 0.3 |
| Hex | 84 | 1 | 9A | E | 63 | 0 | 28 | 123 | 63 | 1E |
| Octal | 204 | 1 | 232 | 16 | 143 | 0 | 50 | 443 | 143 | 36 |
| Binary | 10000100 | 1 | 10011010 | 1110 | 1100011 | 0 | 101000 | 100100011 | 1100011 | 11110 |
Color Harmonies of #84019A
Complementary color
Monochromatic Colors of #84019A
Black with #84019A
Text Example
Text Example
White with #84019A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84019A; }
p { color: rgb(132,1,154); }
H1.HeaderClassName
{
color: #84019A;
}
.AnyTagClassName
{
color: #84019A;
}
</style>
background-color css
<style>
a { background-color: #84019A; }
a { background-color: rgb(132,1,154); }
div.DivClassName
{
background-color: #84019A;
}
.BgClassName
{
background-color: #84019A;
}
</style>
border-color css
<style>
span { border-color: #84019A; }
span { border-color: rgb(132,1,154); }
td.TdClassName
{
border-color: #84019A;
}
.TagClassName
{
border-color: #84019A;
}
</style>