Shades of Dark Magenta #820CAC
Tints of Dark Magenta #820CAC
RGB
CMYK
RGB Variations
Color information
#820CAC (or 0x820CAC) is known color: Dark Magenta. HEX triplet: 82, 0C and AC. RGB value is (130,12,172). Sum of RGB (Red+Green+Blue) = 130+12+172=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #820CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820CAC is #7DF353. Grayscale: #414141. Windows color (decimal): -8254292 or 11275394. OLE color: 11275394.
HSL color Cylindrical-coordinate representation of color #820CAC: hue angle of 284.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820CAC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 12 | 172 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.33 |
| HSL | 284.25º | 0.87% | 0.36% | - |
| HSV(B) | 284.25º | 0.93% | 0.67% | - |
| XYZ | 16.78 | 7.99 | 39.69 | - |
| YUV | 65.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 12 | 172 | 0.24 | 0.93 | 0 | 0.33 | 284.25 | 0.87 | 0.36 |
| Hex | 82 | C | AC | 18 | 5D | 0 | 21 | 11C | 57 | 24 |
| Octal | 202 | 14 | 254 | 30 | 135 | 0 | 41 | 434 | 127 | 44 |
| Binary | 10000010 | 1100 | 10101100 | 11000 | 1011101 | 0 | 100001 | 100011100 | 1010111 | 100100 |
Color Harmonies of #820CAC
Complementary color
Monochromatic Colors of #820CAC
Black with #820CAC
Text Example
Text Example
White with #820CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820CAC; }
p { color: rgb(130,12,172); }
H1.HeaderClassName
{
color: #820CAC;
}
.AnyTagClassName
{
color: #820CAC;
}
</style>
background-color css
<style>
a { background-color: #820CAC; }
a { background-color: rgb(130,12,172); }
div.DivClassName
{
background-color: #820CAC;
}
.BgClassName
{
background-color: #820CAC;
}
</style>
border-color css
<style>
span { border-color: #820CAC; }
span { border-color: rgb(130,12,172); }
td.TdClassName
{
border-color: #820CAC;
}
.TagClassName
{
border-color: #820CAC;
}
</style>