Shades of Dark Magenta #820F9C
Tints of Dark Magenta #820F9C
RGB
CMYK
RGB Variations
Color information
#820F9C (or 0x820F9C) is known color: Dark Magenta. HEX triplet: 82, 0F and 9C. RGB value is (130,15,156). Sum of RGB (Red+Green+Blue) = 130+15+156=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #820F9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820F9C is #7DF063. Grayscale: #414141. Windows color (decimal): -8253540 or 10227586. OLE color: 10227586.
HSL color Cylindrical-coordinate representation of color #820F9C: hue angle of 288.94º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #820F9C is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 15 | 156 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.39 |
| HSL | 288.94º | 0.82% | 0.34% | - |
| HSV(B) | 288.94º | 0.9% | 0.61% | - |
| XYZ | 15.38 | 7.49 | 32.09 | - |
| YUV | 65.46 | 179.1 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 15 | 156 | 0.17 | 0.90 | 0 | 0.39 | 288.94 | 0.82 | 0.34 |
| Hex | 82 | F | 9C | 11 | 5A | 0 | 27 | 121 | 52 | 22 |
| Octal | 202 | 17 | 234 | 21 | 132 | 0 | 47 | 441 | 122 | 42 |
| Binary | 10000010 | 1111 | 10011100 | 10001 | 1011010 | 0 | 100111 | 100100001 | 1010010 | 100010 |
Color Harmonies of #820F9C
Complementary color
Monochromatic Colors of #820F9C
Black with #820F9C
Text Example
Text Example
White with #820F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820F9C; }
p { color: rgb(130,15,156); }
H1.HeaderClassName
{
color: #820F9C;
}
.AnyTagClassName
{
color: #820F9C;
}
</style>
background-color css
<style>
a { background-color: #820F9C; }
a { background-color: rgb(130,15,156); }
div.DivClassName
{
background-color: #820F9C;
}
.BgClassName
{
background-color: #820F9C;
}
</style>
border-color css
<style>
span { border-color: #820F9C; }
span { border-color: rgb(130,15,156); }
td.TdClassName
{
border-color: #820F9C;
}
.TagClassName
{
border-color: #820F9C;
}
</style>