Shades of Dark Magenta #840193
Tints of Dark Magenta #840193
RGB
CMYK
RGB Variations
Color information
#840193 (or 0x840193) is known color: Dark Magenta. HEX triplet: 84, 01 and 93. RGB value is (132,1,147). Sum of RGB (Red+Green+Blue) = 132+1+147=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #840193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840193 is #7BFE6C. Grayscale: #383838. Windows color (decimal): -8126061 or 9634180. OLE color: 9634180.
HSL color Cylindrical-coordinate representation of color #840193: hue angle of 293.84º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #840193 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 1 | 147 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.42 |
| HSL | 293.84º | 0.99% | 0.29% | - |
| HSV(B) | 293.84º | 0.99% | 0.58% | - |
| XYZ | 14.79 | 7.03 | 28.18 | - |
| YUV | 56.81 | 178.9 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 147 | 0.10 | 0.99 | 0 | 0.42 | 293.84 | 0.99 | 0.29 |
| Hex | 84 | 1 | 93 | A | 63 | 0 | 2A | 126 | 63 | 1D |
| Octal | 204 | 1 | 223 | 12 | 143 | 0 | 52 | 446 | 143 | 35 |
| Binary | 10000100 | 1 | 10010011 | 1010 | 1100011 | 0 | 101010 | 100100110 | 1100011 | 11101 |
Color Harmonies of #840193
Complementary color
Monochromatic Colors of #840193
Black with #840193
Text Example
Text Example
White with #840193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840193; }
p { color: rgb(132,1,147); }
H1.HeaderClassName
{
color: #840193;
}
.AnyTagClassName
{
color: #840193;
}
</style>
background-color css
<style>
a { background-color: #840193; }
a { background-color: rgb(132,1,147); }
div.DivClassName
{
background-color: #840193;
}
.BgClassName
{
background-color: #840193;
}
</style>
border-color css
<style>
span { border-color: #840193; }
span { border-color: rgb(132,1,147); }
td.TdClassName
{
border-color: #840193;
}
.TagClassName
{
border-color: #840193;
}
</style>