Shades of Dark Magenta #82008B
Tints of Dark Magenta #82008B
RGB
CMYK
RGB Variations
Color information
#82008B (or 0x82008B) is known color: Dark Magenta. HEX triplet: 82, 00 and 8B. RGB value is (130,0,139). Sum of RGB (Red+Green+Blue) = 130+0+139=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #82008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #82008B is #7DFF74. Grayscale: #363636. Windows color (decimal): -8257397 or 9109634. OLE color: 9109634.
HSL color Cylindrical-coordinate representation of color #82008B: hue angle of 296.12º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82008B is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 0 | 139 | - |
| CMYK | 0.06 | 1 | 0 | 0.45 |
| HSL | 296.12º | 1% | 0.27% | - |
| HSV(B) | 296.12º | 1% | 0.55% | - |
| XYZ | 13.87 | 6.61 | 24.97 | - |
| YUV | 54.72 | 175.57 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 0 | 139 | 0.06 | 1 | 0 | 0.45 | 296.12 | 1 | 0.27 |
| Hex | 82 | 0 | 8B | 6 | 64 | 0 | 2D | 128 | 64 | 1B |
| Octal | 202 | 0 | 213 | 6 | 144 | 0 | 55 | 450 | 144 | 33 |
| Binary | 10000010 | 0 | 10001011 | 110 | 1100100 | 0 | 101101 | 100101000 | 1100100 | 11011 |
Color Harmonies of #82008B
Complementary color
Monochromatic Colors of #82008B
Black with #82008B
Text Example
Text Example
White with #82008B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82008B; }
p { color: rgb(130,0,139); }
H1.HeaderClassName
{
color: #82008B;
}
.AnyTagClassName
{
color: #82008B;
}
</style>
background-color css
<style>
a { background-color: #82008B; }
a { background-color: rgb(130,0,139); }
div.DivClassName
{
background-color: #82008B;
}
.BgClassName
{
background-color: #82008B;
}
</style>
border-color css
<style>
span { border-color: #82008B; }
span { border-color: rgb(130,0,139); }
td.TdClassName
{
border-color: #82008B;
}
.TagClassName
{
border-color: #82008B;
}
</style>