Shades of Dark Magenta #84008B
Tints of Dark Magenta #84008B
RGB
CMYK
RGB Variations
Color information
#84008B (or 0x84008B) is known color: Dark Magenta. HEX triplet: 84, 00 and 8B. RGB value is (132,0,139). Sum of RGB (Red+Green+Blue) = 132+0+139=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 139 (54.69% from 255 or 51.29% from 271); Max value from RGB is 139 - color contains mainly: blue. Hex color #84008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84008B is #7BFF74. Grayscale: #363636. Windows color (decimal): -8126325 or 9109636. OLE color: 9109636.
HSL color Cylindrical-coordinate representation of color #84008B: hue angle of 296.98º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84008B is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 0 | 139 | - |
| CMYK | 0.05 | 1 | 0 | 0.45 |
| HSL | 296.98º | 1% | 0.27% | - |
| HSV(B) | 296.98º | 1% | 0.55% | - |
| XYZ | 14.18 | 6.77 | 24.99 | - |
| YUV | 55.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 139 | 0.05 | 1 | 0 | 0.45 | 296.98 | 1 | 0.27 |
| Hex | 84 | 0 | 8B | 5 | 64 | 0 | 2D | 129 | 64 | 1B |
| Octal | 204 | 0 | 213 | 5 | 144 | 0 | 55 | 451 | 144 | 33 |
| Binary | 10000100 | 0 | 10001011 | 101 | 1100100 | 0 | 101101 | 100101001 | 1100100 | 11011 |
Color Harmonies of #84008B
Complementary color
Monochromatic Colors of #84008B
Black with #84008B
Text Example
Text Example
White with #84008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84008B; }
p { color: rgb(132,0,139); }
H1.HeaderClassName
{
color: #84008B;
}
.AnyTagClassName
{
color: #84008B;
}
</style>
background-color css
<style>
a { background-color: #84008B; }
a { background-color: rgb(132,0,139); }
div.DivClassName
{
background-color: #84008B;
}
.BgClassName
{
background-color: #84008B;
}
</style>
border-color css
<style>
span { border-color: #84008B; }
span { border-color: rgb(132,0,139); }
td.TdClassName
{
border-color: #84008B;
}
.TagClassName
{
border-color: #84008B;
}
</style>