Shades of Dark Magenta #8B0482
Tints of Dark Magenta #8B0482
RGB
CMYK
RGB Variations
Color information
#8B0482 (or 0x8B0482) is known color: Dark Magenta. HEX triplet: 8B, 04 and 82. RGB value is (139,4,130). Sum of RGB (Red+Green+Blue) = 139+4+130=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0482 is #74FB7D. Grayscale: #3A3A3A. Windows color (decimal): -7666558 or 8520843. OLE color: 8520843.
HSL color Cylindrical-coordinate representation of color #8B0482: hue angle of 304º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0482 is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 130 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.45 |
| HSL | 304º | 0.94% | 0.28% | - |
| HSV(B) | 304º | 0.97% | 0.55% | - |
| XYZ | 14.72 | 7.19 | 21.73 | - |
| YUV | 58.73 | 168.23 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 130 | 0 | 0.97 | 0.06 | 0.45 | 304 | 0.94 | 0.28 |
| Hex | 8B | 4 | 82 | 0 | 61 | 6 | 2D | 130 | 5E | 1C |
| Octal | 213 | 4 | 202 | 0 | 141 | 6 | 55 | 460 | 136 | 34 |
| Binary | 10001011 | 100 | 10000010 | 0 | 1100001 | 110 | 101101 | 100110000 | 1011110 | 11100 |
Color Harmonies of #8B0482
Complementary color
Monochromatic Colors of #8B0482
Black with #8B0482
Text Example
Text Example
White with #8B0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0482; }
p { color: rgb(139,4,130); }
H1.HeaderClassName
{
color: #8B0482;
}
.AnyTagClassName
{
color: #8B0482;
}
</style>
background-color css
<style>
a { background-color: #8B0482; }
a { background-color: rgb(139,4,130); }
div.DivClassName
{
background-color: #8B0482;
}
.BgClassName
{
background-color: #8B0482;
}
</style>
border-color css
<style>
span { border-color: #8B0482; }
span { border-color: rgb(139,4,130); }
td.TdClassName
{
border-color: #8B0482;
}
.TagClassName
{
border-color: #8B0482;
}
</style>