Shades of Dark Magenta #82019C
Tints of Dark Magenta #82019C
RGB
CMYK
RGB Variations
Color information
#82019C (or 0x82019C) is known color: Dark Magenta. HEX triplet: 82, 01 and 9C. RGB value is (130,1,156). Sum of RGB (Red+Green+Blue) = 130+1+156=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 1 (0.78% from 255 or 0.35% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #82019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82019C is #7DFE63. Grayscale: #383838. Windows color (decimal): -8257124 or 10224002. OLE color: 10224002.
HSL color Cylindrical-coordinate representation of color #82019C: hue angle of 289.94º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82019C is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 1 | 156 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.39 |
| HSL | 289.94º | 0.99% | 0.31% | - |
| HSV(B) | 289.94º | 0.99% | 0.61% | - |
| XYZ | 15.22 | 7.17 | 32.03 | - |
| YUV | 57.24 | 183.74 | 179.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 1 | 156 | 0.17 | 0.99 | 0 | 0.39 | 289.94 | 0.99 | 0.31 |
| Hex | 82 | 1 | 9C | 11 | 63 | 0 | 27 | 122 | 63 | 1F |
| Octal | 202 | 1 | 234 | 21 | 143 | 0 | 47 | 442 | 143 | 37 |
| Binary | 10000010 | 1 | 10011100 | 10001 | 1100011 | 0 | 100111 | 100100010 | 1100011 | 11111 |
Color Harmonies of #82019C
Complementary color
Monochromatic Colors of #82019C
Black with #82019C
Text Example
Text Example
White with #82019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82019C; }
p { color: rgb(130,1,156); }
H1.HeaderClassName
{
color: #82019C;
}
.AnyTagClassName
{
color: #82019C;
}
</style>
background-color css
<style>
a { background-color: #82019C; }
a { background-color: rgb(130,1,156); }
div.DivClassName
{
background-color: #82019C;
}
.BgClassName
{
background-color: #82019C;
}
</style>
border-color css
<style>
span { border-color: #82019C; }
span { border-color: rgb(130,1,156); }
td.TdClassName
{
border-color: #82019C;
}
.TagClassName
{
border-color: #82019C;
}
</style>