Shades of Dark Magenta #841A90
Tints of Dark Magenta #841A90
RGB
CMYK
RGB Variations
Color information
#841A90 (or 0x841A90) is known color: Dark Magenta. HEX triplet: 84, 1A and 90. RGB value is (132,26,144). Sum of RGB (Red+Green+Blue) = 132+26+144=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #841A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841A90 is #7BE56F. Grayscale: #464646. Windows color (decimal): -8119664 or 9443972. OLE color: 9443972.
HSL color Cylindrical-coordinate representation of color #841A90: hue angle of 293.9º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841A90 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 26 | 144 | - |
| CMYK | 0.08 | 0.82 | 0 | 0.44 |
| HSL | 293.9º | 0.69% | 0.33% | - |
| HSV(B) | 293.9º | 0.82% | 0.56% | - |
| XYZ | 14.92 | 7.66 | 27.08 | - |
| YUV | 71.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 26 | 144 | 0.08 | 0.82 | 0 | 0.44 | 293.9 | 0.69 | 0.33 |
| Hex | 84 | 1A | 90 | 8 | 52 | 0 | 2C | 126 | 45 | 21 |
| Octal | 204 | 32 | 220 | 10 | 122 | 0 | 54 | 446 | 105 | 41 |
| Binary | 10000100 | 11010 | 10010000 | 1000 | 1010010 | 0 | 101100 | 100100110 | 1000101 | 100001 |
Color Harmonies of #841A90
Complementary color
Monochromatic Colors of #841A90
Black with #841A90
Text Example
Text Example
White with #841A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #841A90; }
p { color: rgb(132,26,144); }
H1.HeaderClassName
{
color: #841A90;
}
.AnyTagClassName
{
color: #841A90;
}
</style>
background-color css
<style>
a { background-color: #841A90; }
a { background-color: rgb(132,26,144); }
div.DivClassName
{
background-color: #841A90;
}
.BgClassName
{
background-color: #841A90;
}
</style>
border-color css
<style>
span { border-color: #841A90; }
span { border-color: rgb(132,26,144); }
td.TdClassName
{
border-color: #841A90;
}
.TagClassName
{
border-color: #841A90;
}
</style>