Shades of Dark Magenta #84069A
Tints of Dark Magenta #84069A
RGB
CMYK
RGB Variations
Color information
#84069A (or 0x84069A) is known color: Dark Magenta. HEX triplet: 84, 06 and 9A. RGB value is (132,6,154). Sum of RGB (Red+Green+Blue) = 132+6+154=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 154 (60.55% from 255 or 52.74% from 292); Max value from RGB is 154 - color contains mainly: blue. Hex color #84069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84069A is #7BF965. Grayscale: #3C3C3C. Windows color (decimal): -8124774 or 10094212. OLE color: 10094212.
HSL color Cylindrical-coordinate representation of color #84069A: hue angle of 291.08º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #84069A is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 6 | 154 | - |
| CMYK | 0.14 | 0.96 | 0 | 0.40 |
| HSL | 291.08º | 0.93% | 0.31% | - |
| HSV(B) | 291.08º | 0.96% | 0.6% | - |
| XYZ | 15.41 | 7.37 | 31.18 | - |
| YUV | 60.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 6 | 154 | 0.14 | 0.96 | 0 | 0.40 | 291.08 | 0.93 | 0.31 |
| Hex | 84 | 6 | 9A | E | 60 | 0 | 28 | 123 | 5C | 1F |
| Octal | 204 | 6 | 232 | 16 | 140 | 0 | 50 | 443 | 134 | 37 |
| Binary | 10000100 | 110 | 10011010 | 1110 | 1100000 | 0 | 101000 | 100100011 | 1011100 | 11111 |
Color Harmonies of #84069A
Complementary color
Monochromatic Colors of #84069A
Black with #84069A
Text Example
Text Example
White with #84069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84069A; }
p { color: rgb(132,6,154); }
H1.HeaderClassName
{
color: #84069A;
}
.AnyTagClassName
{
color: #84069A;
}
</style>
background-color css
<style>
a { background-color: #84069A; }
a { background-color: rgb(132,6,154); }
div.DivClassName
{
background-color: #84069A;
}
.BgClassName
{
background-color: #84069A;
}
</style>
border-color css
<style>
span { border-color: #84069A; }
span { border-color: rgb(132,6,154); }
td.TdClassName
{
border-color: #84069A;
}
.TagClassName
{
border-color: #84069A;
}
</style>