Shades of Dark Magenta #8B0686
Tints of Dark Magenta #8B0686
RGB
CMYK
RGB Variations
Color information
#8B0686 (or 0x8B0686) is known color: Dark Magenta. HEX triplet: 8B, 06 and 86. RGB value is (139,6,134). Sum of RGB (Red+Green+Blue) = 139+6+134=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B0686 is #74F979. Grayscale: #3B3B3B. Windows color (decimal): -7666042 or 8783499. OLE color: 8783499.
HSL color Cylindrical-coordinate representation of color #8B0686: hue angle of 302.26º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B0686 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 6 | 134 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.45 |
| HSL | 302.26º | 0.92% | 0.28% | - |
| HSV(B) | 302.26º | 0.96% | 0.55% | - |
| XYZ | 15.02 | 7.34 | 23.18 | - |
| YUV | 60.36 | 169.56 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 6 | 134 | 0 | 0.96 | 0.04 | 0.45 | 302.26 | 0.92 | 0.28 |
| Hex | 8B | 6 | 86 | 0 | 60 | 4 | 2D | 12E | 5C | 1C |
| Octal | 213 | 6 | 206 | 0 | 140 | 4 | 55 | 456 | 134 | 34 |
| Binary | 10001011 | 110 | 10000110 | 0 | 1100000 | 100 | 101101 | 100101110 | 1011100 | 11100 |
Color Harmonies of #8B0686
Complementary color
Monochromatic Colors of #8B0686
Black with #8B0686
Text Example
Text Example
White with #8B0686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0686; }
p { color: rgb(139,6,134); }
H1.HeaderClassName
{
color: #8B0686;
}
.AnyTagClassName
{
color: #8B0686;
}
</style>
background-color css
<style>
a { background-color: #8B0686; }
a { background-color: rgb(139,6,134); }
div.DivClassName
{
background-color: #8B0686;
}
.BgClassName
{
background-color: #8B0686;
}
</style>
border-color css
<style>
span { border-color: #8B0686; }
span { border-color: rgb(139,6,134); }
td.TdClassName
{
border-color: #8B0686;
}
.TagClassName
{
border-color: #8B0686;
}
</style>