Shades of Dark Magenta #82009C
Tints of Dark Magenta #82009C
RGB
CMYK
RGB Variations
Color information
#82009C (or 0x82009C) is known color: Dark Magenta. HEX triplet: 82, 00 and 9C. RGB value is (130,0,156). Sum of RGB (Red+Green+Blue) = 130+0+156=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #82009C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82009C is #7DFF63. Grayscale: #383838. Windows color (decimal): -8257380 or 10223746. OLE color: 10223746.
HSL color Cylindrical-coordinate representation of color #82009C: hue angle of 290º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82009C is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 130 | 0 | 156 | - |
| CMYK | 0.17 | 1 | 0 | 0.39 |
| HSL | 290º | 1% | 0.31% | - |
| HSV(B) | 290º | 1% | 0.61% | - |
| XYZ | 15.21 | 7.15 | 32.03 | - |
| YUV | 56.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 156 | 0.17 | 1 | 0 | 0.39 | 290 | 1 | 0.31 |
| Hex | 82 | 0 | 9C | 11 | 64 | 0 | 27 | 122 | 64 | 1F |
| Octal | 202 | 0 | 234 | 21 | 144 | 0 | 47 | 442 | 144 | 37 |
| Binary | 10000010 | 0 | 10011100 | 10001 | 1100100 | 0 | 100111 | 100100010 | 1100100 | 11111 |
Color Harmonies of #82009C
Complementary color
Monochromatic Colors of #82009C
Black with #82009C
Text Example
Text Example
White with #82009C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82009C; }
p { color: rgb(130,0,156); }
H1.HeaderClassName
{
color: #82009C;
}
.AnyTagClassName
{
color: #82009C;
}
</style>
background-color css
<style>
a { background-color: #82009C; }
a { background-color: rgb(130,0,156); }
div.DivClassName
{
background-color: #82009C;
}
.BgClassName
{
background-color: #82009C;
}
</style>
border-color css
<style>
span { border-color: #82009C; }
span { border-color: rgb(130,0,156); }
td.TdClassName
{
border-color: #82009C;
}
.TagClassName
{
border-color: #82009C;
}
</style>