Shades of Dark Magenta #840F90
Tints of Dark Magenta #840F90
RGB
CMYK
RGB Variations
Color information
#840F90 (or 0x840F90) is known color: Dark Magenta. HEX triplet: 84, 0F and 90. RGB value is (132,15,144). Sum of RGB (Red+Green+Blue) = 132+15+144=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 15 (6.25% from 255 or 5.15% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #840F90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840F90 is #7BF06F. Grayscale: #404040. Windows color (decimal): -8122480 or 9441156. OLE color: 9441156.
HSL color Cylindrical-coordinate representation of color #840F90: hue angle of 294.42º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840F90 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 15 | 144 | - |
| CMYK | 0.08 | 0.90 | 0 | 0.44 |
| HSL | 294.42º | 0.81% | 0.31% | - |
| HSV(B) | 294.42º | 0.9% | 0.56% | - |
| XYZ | 14.72 | 7.26 | 27.01 | - |
| YUV | 64.69 | 172.76 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 15 | 144 | 0.08 | 0.90 | 0 | 0.44 | 294.42 | 0.81 | 0.31 |
| Hex | 84 | F | 90 | 8 | 5A | 0 | 2C | 126 | 51 | 1F |
| Octal | 204 | 17 | 220 | 10 | 132 | 0 | 54 | 446 | 121 | 37 |
| Binary | 10000100 | 1111 | 10010000 | 1000 | 1011010 | 0 | 101100 | 100100110 | 1010001 | 11111 |
Color Harmonies of #840F90
Complementary color
Monochromatic Colors of #840F90
Black with #840F90
Text Example
Text Example
White with #840F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840F90; }
p { color: rgb(132,15,144); }
H1.HeaderClassName
{
color: #840F90;
}
.AnyTagClassName
{
color: #840F90;
}
</style>
background-color css
<style>
a { background-color: #840F90; }
a { background-color: rgb(132,15,144); }
div.DivClassName
{
background-color: #840F90;
}
.BgClassName
{
background-color: #840F90;
}
</style>
border-color css
<style>
span { border-color: #840F90; }
span { border-color: rgb(132,15,144); }
td.TdClassName
{
border-color: #840F90;
}
.TagClassName
{
border-color: #840F90;
}
</style>