Shades of Dark Magenta #84119B
Tints of Dark Magenta #84119B
RGB
CMYK
RGB Variations
Color information
#84119B (or 0x84119B) is known color: Dark Magenta. HEX triplet: 84, 11 and 9B. RGB value is (132,17,155). Sum of RGB (Red+Green+Blue) = 132+17+155=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #84119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84119B is #7BEE64. Grayscale: #424242. Windows color (decimal): -8121957 or 10162564. OLE color: 10162564.
HSL color Cylindrical-coordinate representation of color #84119B: hue angle of 290º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #84119B is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 17 | 155 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.39 |
| HSL | 290º | 0.8% | 0.34% | - |
| HSV(B) | 290º | 0.89% | 0.61% | - |
| XYZ | 15.63 | 7.67 | 31.67 | - |
| YUV | 67.12 | 177.6 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 17 | 155 | 0.15 | 0.89 | 0 | 0.39 | 290 | 0.8 | 0.34 |
| Hex | 84 | 11 | 9B | F | 59 | 0 | 27 | 122 | 50 | 22 |
| Octal | 204 | 21 | 233 | 17 | 131 | 0 | 47 | 442 | 120 | 42 |
| Binary | 10000100 | 10001 | 10011011 | 1111 | 1011001 | 0 | 100111 | 100100010 | 1010000 | 100010 |
Color Harmonies of #84119B
Complementary color
Monochromatic Colors of #84119B
Black with #84119B
Text Example
Text Example
White with #84119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84119B; }
p { color: rgb(132,17,155); }
H1.HeaderClassName
{
color: #84119B;
}
.AnyTagClassName
{
color: #84119B;
}
</style>
background-color css
<style>
a { background-color: #84119B; }
a { background-color: rgb(132,17,155); }
div.DivClassName
{
background-color: #84119B;
}
.BgClassName
{
background-color: #84119B;
}
</style>
border-color css
<style>
span { border-color: #84119B; }
span { border-color: rgb(132,17,155); }
td.TdClassName
{
border-color: #84119B;
}
.TagClassName
{
border-color: #84119B;
}
</style>