Shades of Dark Magenta #84029C
Tints of Dark Magenta #84029C
RGB
CMYK
RGB Variations
Color information
#84029C (or 0x84029C) is known color: Dark Magenta. HEX triplet: 84, 02 and 9C. RGB value is (132,2,156). Sum of RGB (Red+Green+Blue) = 132+2+156=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 156 (61.33% from 255 or 53.79% from 290); Max value from RGB is 156 - color contains mainly: blue. Hex color #84029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84029C is #7BFD63. Grayscale: #393939. Windows color (decimal): -8125796 or 10224260. OLE color: 10224260.
HSL color Cylindrical-coordinate representation of color #84029C: hue angle of 290.65º degrees, saturation: 0.97, 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 #84029C is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 2 | 156 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.39 |
| HSL | 290.65º | 0.97% | 0.31% | - |
| HSV(B) | 290.65º | 0.99% | 0.61% | - |
| XYZ | 15.54 | 7.35 | 32.05 | - |
| YUV | 58.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 2 | 156 | 0.15 | 0.99 | 0 | 0.39 | 290.65 | 0.97 | 0.31 |
| Hex | 84 | 2 | 9C | F | 63 | 0 | 27 | 123 | 61 | 1F |
| Octal | 204 | 2 | 234 | 17 | 143 | 0 | 47 | 443 | 141 | 37 |
| Binary | 10000100 | 10 | 10011100 | 1111 | 1100011 | 0 | 100111 | 100100011 | 1100001 | 11111 |
Color Harmonies of #84029C
Complementary color
Monochromatic Colors of #84029C
Black with #84029C
Text Example
Text Example
White with #84029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84029C; }
p { color: rgb(132,2,156); }
H1.HeaderClassName
{
color: #84029C;
}
.AnyTagClassName
{
color: #84029C;
}
</style>
background-color css
<style>
a { background-color: #84029C; }
a { background-color: rgb(132,2,156); }
div.DivClassName
{
background-color: #84029C;
}
.BgClassName
{
background-color: #84029C;
}
</style>
border-color css
<style>
span { border-color: #84029C; }
span { border-color: rgb(132,2,156); }
td.TdClassName
{
border-color: #84029C;
}
.TagClassName
{
border-color: #84029C;
}
</style>