Shades of Dark Magenta #82099D
Tints of Dark Magenta #82099D
RGB
CMYK
RGB Variations
Color information
#82099D (or 0x82099D) is known color: Dark Magenta. HEX triplet: 82, 09 and 9D. RGB value is (130,9,157). Sum of RGB (Red+Green+Blue) = 130+9+157=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 9 (3.91% from 255 or 3.04% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #82099D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82099D is #7DF662. Grayscale: #3D3D3D. Windows color (decimal): -8255075 or 10291586. OLE color: 10291586.
HSL color Cylindrical-coordinate representation of color #82099D: hue angle of 289.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82099D is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 9 | 157 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.38 |
| HSL | 289.05º | 0.89% | 0.33% | - |
| HSV(B) | 289.05º | 0.94% | 0.62% | - |
| XYZ | 15.39 | 7.38 | 32.51 | - |
| YUV | 62.05 | 181.59 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 9 | 157 | 0.17 | 0.94 | 0 | 0.38 | 289.05 | 0.89 | 0.33 |
| Hex | 82 | 9 | 9D | 11 | 5E | 0 | 26 | 121 | 59 | 21 |
| Octal | 202 | 11 | 235 | 21 | 136 | 0 | 46 | 441 | 131 | 41 |
| Binary | 10000010 | 1001 | 10011101 | 10001 | 1011110 | 0 | 100110 | 100100001 | 1011001 | 100001 |
Color Harmonies of #82099D
Complementary color
Monochromatic Colors of #82099D
Black with #82099D
Text Example
Text Example
White with #82099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82099D; }
p { color: rgb(130,9,157); }
H1.HeaderClassName
{
color: #82099D;
}
.AnyTagClassName
{
color: #82099D;
}
</style>
background-color css
<style>
a { background-color: #82099D; }
a { background-color: rgb(130,9,157); }
div.DivClassName
{
background-color: #82099D;
}
.BgClassName
{
background-color: #82099D;
}
</style>
border-color css
<style>
span { border-color: #82099D; }
span { border-color: rgb(130,9,157); }
td.TdClassName
{
border-color: #82099D;
}
.TagClassName
{
border-color: #82099D;
}
</style>