Shades of Dark Magenta #82089D
Tints of Dark Magenta #82089D
RGB
CMYK
RGB Variations
Color information
#82089D (or 0x82089D) is known color: Dark Magenta. HEX triplet: 82, 08 and 9D. RGB value is (130,8,157). Sum of RGB (Red+Green+Blue) = 130+8+157=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 8 (3.52% from 255 or 2.71% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #82089D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82089D is #7DF762. Grayscale: #3C3C3C. Windows color (decimal): -8255331 or 10291330. OLE color: 10291330.
HSL color Cylindrical-coordinate representation of color #82089D: hue angle of 289.13º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82089D is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 8 | 157 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.38 |
| HSL | 289.13º | 0.9% | 0.32% | - |
| HSV(B) | 289.13º | 0.95% | 0.62% | - |
| XYZ | 15.38 | 7.35 | 32.51 | - |
| YUV | 61.46 | 181.92 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 8 | 157 | 0.17 | 0.95 | 0 | 0.38 | 289.13 | 0.9 | 0.32 |
| Hex | 82 | 8 | 9D | 11 | 5F | 0 | 26 | 121 | 5A | 20 |
| Octal | 202 | 10 | 235 | 21 | 137 | 0 | 46 | 441 | 132 | 40 |
| Binary | 10000010 | 1000 | 10011101 | 10001 | 1011111 | 0 | 100110 | 100100001 | 1011010 | 100000 |
Color Harmonies of #82089D
Complementary color
Monochromatic Colors of #82089D
Black with #82089D
Text Example
Text Example
White with #82089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82089D; }
p { color: rgb(130,8,157); }
H1.HeaderClassName
{
color: #82089D;
}
.AnyTagClassName
{
color: #82089D;
}
</style>
background-color css
<style>
a { background-color: #82089D; }
a { background-color: rgb(130,8,157); }
div.DivClassName
{
background-color: #82089D;
}
.BgClassName
{
background-color: #82089D;
}
</style>
border-color css
<style>
span { border-color: #82089D; }
span { border-color: rgb(130,8,157); }
td.TdClassName
{
border-color: #82089D;
}
.TagClassName
{
border-color: #82089D;
}
</style>