Shades of Dark Magenta #84198F
Tints of Dark Magenta #84198F
RGB
CMYK
RGB Variations
Color information
#84198F (or 0x84198F) is known color: Dark Magenta. HEX triplet: 84, 19 and 8F. RGB value is (132,25,143). Sum of RGB (Red+Green+Blue) = 132+25+143=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 143 (56.25% from 255 or 47.67% from 300); Max value from RGB is 143 - color contains mainly: blue. Hex color #84198F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #84198F is #7BE670. Grayscale: #464646. Windows color (decimal): -8119921 or 9378180. OLE color: 9378180.
HSL color Cylindrical-coordinate representation of color #84198F: hue angle of 294.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84198F is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 25 | 143 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.44 |
| HSL | 294.41º | 0.7% | 0.33% | - |
| HSV(B) | 294.41º | 0.83% | 0.56% | - |
| XYZ | 14.82 | 7.58 | 26.67 | - |
| YUV | 70.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 25 | 143 | 0.08 | 0.83 | 0 | 0.44 | 294.41 | 0.7 | 0.33 |
| Hex | 84 | 19 | 8F | 8 | 53 | 0 | 2C | 126 | 46 | 21 |
| Octal | 204 | 31 | 217 | 10 | 123 | 0 | 54 | 446 | 106 | 41 |
| Binary | 10000100 | 11001 | 10001111 | 1000 | 1010011 | 0 | 101100 | 100100110 | 1000110 | 100001 |
Color Harmonies of #84198F
Complementary color
Monochromatic Colors of #84198F
Black with #84198F
Text Example
Text Example
White with #84198F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84198F; }
p { color: rgb(132,25,143); }
H1.HeaderClassName
{
color: #84198F;
}
.AnyTagClassName
{
color: #84198F;
}
</style>
background-color css
<style>
a { background-color: #84198F; }
a { background-color: rgb(132,25,143); }
div.DivClassName
{
background-color: #84198F;
}
.BgClassName
{
background-color: #84198F;
}
</style>
border-color css
<style>
span { border-color: #84198F; }
span { border-color: rgb(132,25,143); }
td.TdClassName
{
border-color: #84198F;
}
.TagClassName
{
border-color: #84198F;
}
</style>