Shades of Dark Magenta #820A8B
Tints of Dark Magenta #820A8B
RGB
CMYK
RGB Variations
Color information
#820A8B (or 0x820A8B) is known color: Dark Magenta. HEX triplet: 82, 0A and 8B. RGB value is (130,10,139). Sum of RGB (Red+Green+Blue) = 130+10+139=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #820A8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #820A8B is #7DF574. Grayscale: #3C3C3C. Windows color (decimal): -8254837 or 9112194. OLE color: 9112194.
HSL color Cylindrical-coordinate representation of color #820A8B: hue angle of 295.81º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #820A8B is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 10 | 139 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.45 |
| HSL | 295.81º | 0.87% | 0.29% | - |
| HSV(B) | 295.81º | 0.93% | 0.55% | - |
| XYZ | 13.97 | 6.83 | 25.01 | - |
| YUV | 60.59 | 172.26 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 10 | 139 | 0.06 | 0.93 | 0 | 0.45 | 295.81 | 0.87 | 0.29 |
| Hex | 82 | A | 8B | 6 | 5D | 0 | 2D | 128 | 57 | 1D |
| Octal | 202 | 12 | 213 | 6 | 135 | 0 | 55 | 450 | 127 | 35 |
| Binary | 10000010 | 1010 | 10001011 | 110 | 1011101 | 0 | 101101 | 100101000 | 1010111 | 11101 |
Color Harmonies of #820A8B
Complementary color
Monochromatic Colors of #820A8B
Black with #820A8B
Text Example
Text Example
White with #820A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #820A8B; }
p { color: rgb(130,10,139); }
H1.HeaderClassName
{
color: #820A8B;
}
.AnyTagClassName
{
color: #820A8B;
}
</style>
background-color css
<style>
a { background-color: #820A8B; }
a { background-color: rgb(130,10,139); }
div.DivClassName
{
background-color: #820A8B;
}
.BgClassName
{
background-color: #820A8B;
}
</style>
border-color css
<style>
span { border-color: #820A8B; }
span { border-color: rgb(130,10,139); }
td.TdClassName
{
border-color: #820A8B;
}
.TagClassName
{
border-color: #820A8B;
}
</style>