Shades of Dark Magenta #82109C
Tints of Dark Magenta #82109C
RGB
CMYK
RGB Variations
Color information
#82109C (or 0x82109C) is known color: Dark Magenta. HEX triplet: 82, 10 and 9C. RGB value is (130,16,156). Sum of RGB (Red+Green+Blue) = 130+16+156=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #82109C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82109C is #7DEF63. Grayscale: #414141. Windows color (decimal): -8253284 or 10227842. OLE color: 10227842.
HSL color Cylindrical-coordinate representation of color #82109C: hue angle of 288.86º degrees, saturation: 0.81, 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 #82109C is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 16 | 156 | - |
| CMYK | 0.17 | 0.90 | 0 | 0.39 |
| HSL | 288.86º | 0.81% | 0.34% | - |
| HSV(B) | 288.86º | 0.9% | 0.61% | - |
| XYZ | 15.39 | 7.52 | 32.09 | - |
| YUV | 66.05 | 178.77 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 156 | 0.17 | 0.90 | 0 | 0.39 | 288.86 | 0.81 | 0.34 |
| Hex | 82 | 10 | 9C | 11 | 5A | 0 | 27 | 121 | 51 | 22 |
| Octal | 202 | 20 | 234 | 21 | 132 | 0 | 47 | 441 | 121 | 42 |
| Binary | 10000010 | 10000 | 10011100 | 10001 | 1011010 | 0 | 100111 | 100100001 | 1010001 | 100010 |
Color Harmonies of #82109C
Complementary color
Monochromatic Colors of #82109C
Black with #82109C
Text Example
Text Example
White with #82109C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82109C; }
p { color: rgb(130,16,156); }
H1.HeaderClassName
{
color: #82109C;
}
.AnyTagClassName
{
color: #82109C;
}
</style>
background-color css
<style>
a { background-color: #82109C; }
a { background-color: rgb(130,16,156); }
div.DivClassName
{
background-color: #82109C;
}
.BgClassName
{
background-color: #82109C;
}
</style>
border-color css
<style>
span { border-color: #82109C; }
span { border-color: rgb(130,16,156); }
td.TdClassName
{
border-color: #82109C;
}
.TagClassName
{
border-color: #82109C;
}
</style>