Shades of Dark Magenta #820C91
Tints of Dark Magenta #820C91
RGB
CMYK
RGB Variations
Color information
#820C91 (or 0x820C91) is known color: Dark Magenta. HEX triplet: 82, 0C and 91. RGB value is (130,12,145). Sum of RGB (Red+Green+Blue) = 130+12+145=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #820C91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820C91 is #7DF36E. Grayscale: #3E3E3E. Windows color (decimal): -8254319 or 9505922. OLE color: 9505922.
HSL color Cylindrical-coordinate representation of color #820C91: hue angle of 293.23º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820C91 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 130 | 12 | 145 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.43 |
| HSL | 293.23º | 0.85% | 0.31% | - |
| HSV(B) | 293.23º | 0.92% | 0.57% | - |
| XYZ | 14.45 | 7.05 | 27.39 | - |
| YUV | 62.44 | 174.59 | 176.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 145 | 0.10 | 0.92 | 0 | 0.43 | 293.23 | 0.85 | 0.31 |
| Hex | 82 | C | 91 | A | 5C | 0 | 2B | 125 | 55 | 1F |
| Octal | 202 | 14 | 221 | 12 | 134 | 0 | 53 | 445 | 125 | 37 |
| Binary | 10000010 | 1100 | 10010001 | 1010 | 1011100 | 0 | 101011 | 100100101 | 1010101 | 11111 |
Color Harmonies of #820C91
Complementary color
Monochromatic Colors of #820C91
Black with #820C91
Text Example
Text Example
White with #820C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820C91; }
p { color: rgb(130,12,145); }
H1.HeaderClassName
{
color: #820C91;
}
.AnyTagClassName
{
color: #820C91;
}
</style>
background-color css
<style>
a { background-color: #820C91; }
a { background-color: rgb(130,12,145); }
div.DivClassName
{
background-color: #820C91;
}
.BgClassName
{
background-color: #820C91;
}
</style>
border-color css
<style>
span { border-color: #820C91; }
span { border-color: rgb(130,12,145); }
td.TdClassName
{
border-color: #820C91;
}
.TagClassName
{
border-color: #820C91;
}
</style>