Shades of Dark Magenta #84019F
Tints of Dark Magenta #84019F
RGB
CMYK
RGB Variations
Color information
#84019F (or 0x84019F) is known color: Dark Magenta. HEX triplet: 84, 01 and 9F. RGB value is (132,1,159). Sum of RGB (Red+Green+Blue) = 132+1+159=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #84019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84019F is #7BFE60. Grayscale: #393939. Windows color (decimal): -8126049 or 10420612. OLE color: 10420612.
HSL color Cylindrical-coordinate representation of color #84019F: hue angle of 289.75º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84019F is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 1 | 159 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.38 |
| HSL | 289.75º | 0.99% | 0.31% | - |
| HSV(B) | 289.75º | 0.99% | 0.62% | - |
| XYZ | 15.78 | 7.43 | 33.4 | - |
| YUV | 58.18 | 184.9 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 159 | 0.17 | 0.99 | 0 | 0.38 | 289.75 | 0.99 | 0.31 |
| Hex | 84 | 1 | 9F | 11 | 63 | 0 | 26 | 122 | 63 | 1F |
| Octal | 204 | 1 | 237 | 21 | 143 | 0 | 46 | 442 | 143 | 37 |
| Binary | 10000100 | 1 | 10011111 | 10001 | 1100011 | 0 | 100110 | 100100010 | 1100011 | 11111 |
Color Harmonies of #84019F
Complementary color
Monochromatic Colors of #84019F
Black with #84019F
Text Example
Text Example
White with #84019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84019F; }
p { color: rgb(132,1,159); }
H1.HeaderClassName
{
color: #84019F;
}
.AnyTagClassName
{
color: #84019F;
}
</style>
background-color css
<style>
a { background-color: #84019F; }
a { background-color: rgb(132,1,159); }
div.DivClassName
{
background-color: #84019F;
}
.BgClassName
{
background-color: #84019F;
}
</style>
border-color css
<style>
span { border-color: #84019F; }
span { border-color: rgb(132,1,159); }
td.TdClassName
{
border-color: #84019F;
}
.TagClassName
{
border-color: #84019F;
}
</style>