Shades of Dark Magenta #84019B
Tints of Dark Magenta #84019B
RGB
CMYK
RGB Variations
Color information
#84019B (or 0x84019B) is known color: Dark Magenta. HEX triplet: 84, 01 and 9B. RGB value is (132,1,155). Sum of RGB (Red+Green+Blue) = 132+1+155=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #84019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84019B is #7BFE64. Grayscale: #393939. Windows color (decimal): -8126053 or 10158468. OLE color: 10158468.
HSL color Cylindrical-coordinate representation of color #84019B: hue angle of 291.04º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84019B is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 1 | 155 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.39 |
| HSL | 291.04º | 0.99% | 0.31% | - |
| HSV(B) | 291.04º | 0.99% | 0.61% | - |
| XYZ | 15.44 | 7.29 | 31.6 | - |
| YUV | 57.73 | 182.9 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 155 | 0.15 | 0.99 | 0 | 0.39 | 291.04 | 0.99 | 0.31 |
| Hex | 84 | 1 | 9B | F | 63 | 0 | 27 | 123 | 63 | 1F |
| Octal | 204 | 1 | 233 | 17 | 143 | 0 | 47 | 443 | 143 | 37 |
| Binary | 10000100 | 1 | 10011011 | 1111 | 1100011 | 0 | 100111 | 100100011 | 1100011 | 11111 |
Color Harmonies of #84019B
Complementary color
Monochromatic Colors of #84019B
Black with #84019B
Text Example
Text Example
White with #84019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84019B; }
p { color: rgb(132,1,155); }
H1.HeaderClassName
{
color: #84019B;
}
.AnyTagClassName
{
color: #84019B;
}
</style>
background-color css
<style>
a { background-color: #84019B; }
a { background-color: rgb(132,1,155); }
div.DivClassName
{
background-color: #84019B;
}
.BgClassName
{
background-color: #84019B;
}
</style>
border-color css
<style>
span { border-color: #84019B; }
span { border-color: rgb(132,1,155); }
td.TdClassName
{
border-color: #84019B;
}
.TagClassName
{
border-color: #84019B;
}
</style>