Shades of Dark Magenta #840194
Tints of Dark Magenta #840194
RGB
CMYK
RGB Variations
Color information
#840194 (or 0x840194) is known color: Dark Magenta. HEX triplet: 84, 01 and 94. RGB value is (132,1,148). Sum of RGB (Red+Green+Blue) = 132+1+148=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #840194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840194 is #7BFE6B. Grayscale: #383838. Windows color (decimal): -8126060 or 9699716. OLE color: 9699716.
HSL color Cylindrical-coordinate representation of color #840194: hue angle of 293.47º 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 #840194 is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 132 | 1 | 148 | - |
| CMYK | 0.11 | 0.99 | 0 | 0.42 |
| HSL | 293.47º | 0.99% | 0.29% | - |
| HSV(B) | 293.47º | 0.99% | 0.58% | - |
| XYZ | 14.87 | 7.07 | 28.6 | - |
| YUV | 56.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 148 | 0.11 | 0.99 | 0 | 0.42 | 293.47 | 0.99 | 0.29 |
| Hex | 84 | 1 | 94 | B | 63 | 0 | 2A | 125 | 63 | 1D |
| Octal | 204 | 1 | 224 | 13 | 143 | 0 | 52 | 445 | 143 | 35 |
| Binary | 10000100 | 1 | 10010100 | 1011 | 1100011 | 0 | 101010 | 100100101 | 1100011 | 11101 |
Color Harmonies of #840194
Complementary color
Monochromatic Colors of #840194
Black with #840194
Text Example
Text Example
White with #840194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840194; }
p { color: rgb(132,1,148); }
H1.HeaderClassName
{
color: #840194;
}
.AnyTagClassName
{
color: #840194;
}
</style>
background-color css
<style>
a { background-color: #840194; }
a { background-color: rgb(132,1,148); }
div.DivClassName
{
background-color: #840194;
}
.BgClassName
{
background-color: #840194;
}
</style>
border-color css
<style>
span { border-color: #840194; }
span { border-color: rgb(132,1,148); }
td.TdClassName
{
border-color: #840194;
}
.TagClassName
{
border-color: #840194;
}
</style>