Shades of Dark Magenta #8B0986
Tints of Dark Magenta #8B0986
RGB
CMYK
RGB Variations
Color information
#8B0986 (or 0x8B0986) is known color: Dark Magenta. HEX triplet: 8B, 09 and 86. RGB value is (139,9,134). Sum of RGB (Red+Green+Blue) = 139+9+134=282 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.29% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0986 is #74F679. Grayscale: #3D3D3D. Windows color (decimal): -7665274 or 8784267. OLE color: 8784267.
HSL color Cylindrical-coordinate representation of color #8B0986: hue angle of 302.31º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0986 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 9 | 134 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.45 |
| HSL | 302.31º | 0.88% | 0.29% | - |
| HSV(B) | 302.31º | 0.94% | 0.55% | - |
| XYZ | 15.05 | 7.41 | 23.19 | - |
| YUV | 62.12 | 168.57 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 9 | 134 | 0 | 0.94 | 0.04 | 0.45 | 302.31 | 0.88 | 0.29 |
| Hex | 8B | 9 | 86 | 0 | 5E | 4 | 2D | 12E | 58 | 1D |
| Octal | 213 | 11 | 206 | 0 | 136 | 4 | 55 | 456 | 130 | 35 |
| Binary | 10001011 | 1001 | 10000110 | 0 | 1011110 | 100 | 101101 | 100101110 | 1011000 | 11101 |
Color Harmonies of #8B0986
Complementary color
Monochromatic Colors of #8B0986
Black with #8B0986
Text Example
Text Example
White with #8B0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0986; }
p { color: rgb(139,9,134); }
H1.HeaderClassName
{
color: #8B0986;
}
.AnyTagClassName
{
color: #8B0986;
}
</style>
background-color css
<style>
a { background-color: #8B0986; }
a { background-color: rgb(139,9,134); }
div.DivClassName
{
background-color: #8B0986;
}
.BgClassName
{
background-color: #8B0986;
}
</style>
border-color css
<style>
span { border-color: #8B0986; }
span { border-color: rgb(139,9,134); }
td.TdClassName
{
border-color: #8B0986;
}
.TagClassName
{
border-color: #8B0986;
}
</style>