Shades of Dark Magenta #82019F
Tints of Dark Magenta #82019F
RGB
CMYK
RGB Variations
Color information
#82019F (or 0x82019F) is known color: Dark Magenta. HEX triplet: 82, 01 and 9F. RGB value is (130,1,159). Sum of RGB (Red+Green+Blue) = 130+1+159=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #82019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82019F is #7DFE60. Grayscale: #393939. Windows color (decimal): -8257121 or 10420610. OLE color: 10420610.
HSL color Cylindrical-coordinate representation of color #82019F: hue angle of 288.99º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82019F is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 1 | 159 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.38 |
| HSL | 288.99º | 0.99% | 0.31% | - |
| HSV(B) | 288.99º | 0.99% | 0.62% | - |
| XYZ | 15.47 | 7.27 | 33.39 | - |
| YUV | 57.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 159 | 0.18 | 0.99 | 0 | 0.38 | 288.99 | 0.99 | 0.31 |
| Hex | 82 | 1 | 9F | 12 | 63 | 0 | 26 | 121 | 63 | 1F |
| Octal | 202 | 1 | 237 | 22 | 143 | 0 | 46 | 441 | 143 | 37 |
| Binary | 10000010 | 1 | 10011111 | 10010 | 1100011 | 0 | 100110 | 100100001 | 1100011 | 11111 |
Color Harmonies of #82019F
Complementary color
Monochromatic Colors of #82019F
Black with #82019F
Text Example
Text Example
White with #82019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82019F; }
p { color: rgb(130,1,159); }
H1.HeaderClassName
{
color: #82019F;
}
.AnyTagClassName
{
color: #82019F;
}
</style>
background-color css
<style>
a { background-color: #82019F; }
a { background-color: rgb(130,1,159); }
div.DivClassName
{
background-color: #82019F;
}
.BgClassName
{
background-color: #82019F;
}
</style>
border-color css
<style>
span { border-color: #82019F; }
span { border-color: rgb(130,1,159); }
td.TdClassName
{
border-color: #82019F;
}
.TagClassName
{
border-color: #82019F;
}
</style>