Shades of Dark Magenta #84079F
Tints of Dark Magenta #84079F
RGB
CMYK
RGB Variations
Color information
#84079F (or 0x84079F) is known color: Dark Magenta. HEX triplet: 84, 07 and 9F. RGB value is (132,7,159). Sum of RGB (Red+Green+Blue) = 132+7+159=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 159 (62.5% from 255 or 53.36% from 298); Max value from RGB is 159 - color contains mainly: blue. Hex color #84079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84079F is #7BF860. Grayscale: #3D3D3D. Windows color (decimal): -8124513 or 10422148. OLE color: 10422148.
HSL color Cylindrical-coordinate representation of color #84079F: hue angle of 289.34º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84079F is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 7 | 159 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.38 |
| HSL | 289.34º | 0.92% | 0.33% | - |
| HSV(B) | 289.34º | 0.96% | 0.62% | - |
| XYZ | 15.85 | 7.56 | 33.42 | - |
| YUV | 61.7 | 182.91 | 178.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 159 | 0.17 | 0.96 | 0 | 0.38 | 289.34 | 0.92 | 0.33 |
| Hex | 84 | 7 | 9F | 11 | 60 | 0 | 26 | 121 | 5C | 21 |
| Octal | 204 | 7 | 237 | 21 | 140 | 0 | 46 | 441 | 134 | 41 |
| Binary | 10000100 | 111 | 10011111 | 10001 | 1100000 | 0 | 100110 | 100100001 | 1011100 | 100001 |
Color Harmonies of #84079F
Complementary color
Monochromatic Colors of #84079F
Black with #84079F
Text Example
Text Example
White with #84079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84079F; }
p { color: rgb(132,7,159); }
H1.HeaderClassName
{
color: #84079F;
}
.AnyTagClassName
{
color: #84079F;
}
</style>
background-color css
<style>
a { background-color: #84079F; }
a { background-color: rgb(132,7,159); }
div.DivClassName
{
background-color: #84079F;
}
.BgClassName
{
background-color: #84079F;
}
</style>
border-color css
<style>
span { border-color: #84079F; }
span { border-color: rgb(132,7,159); }
td.TdClassName
{
border-color: #84079F;
}
.TagClassName
{
border-color: #84079F;
}
</style>