Shades of Dark Magenta #84089C
Tints of Dark Magenta #84089C
RGB
CMYK
RGB Variations
Color information
#84089C (or 0x84089C) is known color: Dark Magenta. HEX triplet: 84, 08 and 9C. RGB value is (132,8,156). Sum of RGB (Red+Green+Blue) = 132+8+156=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 156 (61.33% from 255 or 52.70% from 296); Max value from RGB is 156 - color contains mainly: blue. Hex color #84089C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84089C is #7BF763. Grayscale: #3D3D3D. Windows color (decimal): -8124260 or 10225796. OLE color: 10225796.
HSL color Cylindrical-coordinate representation of color #84089C: hue angle of 290.27º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84089C is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 8 | 156 | - |
| CMYK | 0.15 | 0.95 | 0 | 0.39 |
| HSL | 290.27º | 0.9% | 0.32% | - |
| HSV(B) | 290.27º | 0.95% | 0.61% | - |
| XYZ | 15.6 | 7.48 | 32.07 | - |
| YUV | 61.95 | 181.08 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 8 | 156 | 0.15 | 0.95 | 0 | 0.39 | 290.27 | 0.9 | 0.32 |
| Hex | 84 | 8 | 9C | F | 5F | 0 | 27 | 122 | 5A | 20 |
| Octal | 204 | 10 | 234 | 17 | 137 | 0 | 47 | 442 | 132 | 40 |
| Binary | 10000100 | 1000 | 10011100 | 1111 | 1011111 | 0 | 100111 | 100100010 | 1011010 | 100000 |
Color Harmonies of #84089C
Complementary color
Monochromatic Colors of #84089C
Black with #84089C
Text Example
Text Example
White with #84089C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84089C; }
p { color: rgb(132,8,156); }
H1.HeaderClassName
{
color: #84089C;
}
.AnyTagClassName
{
color: #84089C;
}
</style>
background-color css
<style>
a { background-color: #84089C; }
a { background-color: rgb(132,8,156); }
div.DivClassName
{
background-color: #84089C;
}
.BgClassName
{
background-color: #84089C;
}
</style>
border-color css
<style>
span { border-color: #84089C; }
span { border-color: rgb(132,8,156); }
td.TdClassName
{
border-color: #84089C;
}
.TagClassName
{
border-color: #84089C;
}
</style>