Shades of Dark Magenta #821093
Tints of Dark Magenta #821093
RGB
CMYK
RGB Variations
Color information
#821093 (or 0x821093) is known color: Dark Magenta. HEX triplet: 82, 10 and 93. RGB value is (130,16,147). Sum of RGB (Red+Green+Blue) = 130+16+147=293 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.37% from 293); Green value is 16 (6.64% from 255 or 5.46% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #821093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #821093 is #7DEF6C. Grayscale: #404040. Windows color (decimal): -8253293 or 9638018. OLE color: 9638018.
HSL color Cylindrical-coordinate representation of color #821093: hue angle of 292.21º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #821093 is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 16 | 147 | - |
| CMYK | 0.12 | 0.89 | 0 | 0.42 |
| HSL | 292.21º | 0.8% | 0.32% | - |
| HSV(B) | 292.21º | 0.89% | 0.58% | - |
| XYZ | 14.66 | 7.22 | 28.23 | - |
| YUV | 65.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 147 | 0.12 | 0.89 | 0 | 0.42 | 292.21 | 0.8 | 0.32 |
| Hex | 82 | 10 | 93 | C | 59 | 0 | 2A | 124 | 50 | 20 |
| Octal | 202 | 20 | 223 | 14 | 131 | 0 | 52 | 444 | 120 | 40 |
| Binary | 10000010 | 10000 | 10010011 | 1100 | 1011001 | 0 | 101010 | 100100100 | 1010000 | 100000 |
Color Harmonies of #821093
Complementary color
Monochromatic Colors of #821093
Black with #821093
Text Example
Text Example
White with #821093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #821093; }
p { color: rgb(130,16,147); }
H1.HeaderClassName
{
color: #821093;
}
.AnyTagClassName
{
color: #821093;
}
</style>
background-color css
<style>
a { background-color: #821093; }
a { background-color: rgb(130,16,147); }
div.DivClassName
{
background-color: #821093;
}
.BgClassName
{
background-color: #821093;
}
</style>
border-color css
<style>
span { border-color: #821093; }
span { border-color: rgb(130,16,147); }
td.TdClassName
{
border-color: #821093;
}
.TagClassName
{
border-color: #821093;
}
</style>