Shades of Dark Magenta #8B0282
Tints of Dark Magenta #8B0282
RGB
CMYK
RGB Variations
Color information
#8B0282 (or 0x8B0282) is known color: Dark Magenta. HEX triplet: 8B, 02 and 82. RGB value is (139,2,130). Sum of RGB (Red+Green+Blue) = 139+2+130=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0282 is #74FD7D. Grayscale: #393939. Windows color (decimal): -7667070 or 8520331. OLE color: 8520331.
HSL color Cylindrical-coordinate representation of color #8B0282: hue angle of 303.94º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0282 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.45 |
| HSL | 303.94º | 0.97% | 0.28% | - |
| HSV(B) | 303.94º | 0.99% | 0.55% | - |
| XYZ | 14.7 | 7.14 | 21.72 | - |
| YUV | 57.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 130 | 0 | 0.99 | 0.06 | 0.45 | 303.94 | 0.97 | 0.28 |
| Hex | 8B | 2 | 82 | 0 | 63 | 6 | 2D | 130 | 61 | 1C |
| Octal | 213 | 2 | 202 | 0 | 143 | 6 | 55 | 460 | 141 | 34 |
| Binary | 10001011 | 10 | 10000010 | 0 | 1100011 | 110 | 101101 | 100110000 | 1100001 | 11100 |
Color Harmonies of #8B0282
Complementary color
Monochromatic Colors of #8B0282
Black with #8B0282
Text Example
Text Example
White with #8B0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0282; }
p { color: rgb(139,2,130); }
H1.HeaderClassName
{
color: #8B0282;
}
.AnyTagClassName
{
color: #8B0282;
}
</style>
background-color css
<style>
a { background-color: #8B0282; }
a { background-color: rgb(139,2,130); }
div.DivClassName
{
background-color: #8B0282;
}
.BgClassName
{
background-color: #8B0282;
}
</style>
border-color css
<style>
span { border-color: #8B0282; }
span { border-color: rgb(139,2,130); }
td.TdClassName
{
border-color: #8B0282;
}
.TagClassName
{
border-color: #8B0282;
}
</style>