Shades of Dark Magenta #820894
Tints of Dark Magenta #820894
RGB
CMYK
RGB Variations
Color information
#820894 (or 0x820894) is known color: Dark Magenta. HEX triplet: 82, 08 and 94. RGB value is (130,8,148). Sum of RGB (Red+Green+Blue) = 130+8+148=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #820894 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820894 is #7DF76B. Grayscale: #3C3C3C. Windows color (decimal): -8255340 or 9701506. OLE color: 9701506.
HSL color Cylindrical-coordinate representation of color #820894: hue angle of 292.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820894 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 130 | 8 | 148 | - |
| CMYK | 0.12 | 0.95 | 0 | 0.42 |
| HSL | 292.29º | 0.9% | 0.31% | - |
| HSV(B) | 292.29º | 0.95% | 0.58% | - |
| XYZ | 14.64 | 7.06 | 28.61 | - |
| YUV | 60.44 | 177.42 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 148 | 0.12 | 0.95 | 0 | 0.42 | 292.29 | 0.9 | 0.31 |
| Hex | 82 | 8 | 94 | C | 5F | 0 | 2A | 124 | 5A | 1F |
| Octal | 202 | 10 | 224 | 14 | 137 | 0 | 52 | 444 | 132 | 37 |
| Binary | 10000010 | 1000 | 10010100 | 1100 | 1011111 | 0 | 101010 | 100100100 | 1011010 | 11111 |
Color Harmonies of #820894
Complementary color
Monochromatic Colors of #820894
Black with #820894
Text Example
Text Example
White with #820894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820894; }
p { color: rgb(130,8,148); }
H1.HeaderClassName
{
color: #820894;
}
.AnyTagClassName
{
color: #820894;
}
</style>
background-color css
<style>
a { background-color: #820894; }
a { background-color: rgb(130,8,148); }
div.DivClassName
{
background-color: #820894;
}
.BgClassName
{
background-color: #820894;
}
</style>
border-color css
<style>
span { border-color: #820894; }
span { border-color: rgb(130,8,148); }
td.TdClassName
{
border-color: #820894;
}
.TagClassName
{
border-color: #820894;
}
</style>