Shades of Dark Magenta #860B8A
Tints of Dark Magenta #860B8A
RGB
CMYK
RGB Variations
Color information
#860B8A (or 0x860B8A) is known color: Dark Magenta. HEX triplet: 86, 0B and 8A. RGB value is (134,11,138). Sum of RGB (Red+Green+Blue) = 134+11+138=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #860B8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860B8A is #79F475. Grayscale: #3D3D3D. Windows color (decimal): -7992438 or 9046918. OLE color: 9046918.
HSL color Cylindrical-coordinate representation of color #860B8A: hue angle of 298.11º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #860B8A is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 11 | 138 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.46 |
| HSL | 298.11º | 0.85% | 0.29% | - |
| HSV(B) | 298.11º | 0.92% | 0.54% | - |
| XYZ | 14.54 | 7.14 | 24.66 | - |
| YUV | 62.26 | 170.75 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 11 | 138 | 0.03 | 0.92 | 0 | 0.46 | 298.11 | 0.85 | 0.29 |
| Hex | 86 | B | 8A | 3 | 5C | 0 | 2E | 12A | 55 | 1D |
| Octal | 206 | 13 | 212 | 3 | 134 | 0 | 56 | 452 | 125 | 35 |
| Binary | 10000110 | 1011 | 10001010 | 11 | 1011100 | 0 | 101110 | 100101010 | 1010101 | 11101 |
Color Harmonies of #860B8A
Complementary color
Monochromatic Colors of #860B8A
Black with #860B8A
Text Example
Text Example
White with #860B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860B8A; }
p { color: rgb(134,11,138); }
H1.HeaderClassName
{
color: #860B8A;
}
.AnyTagClassName
{
color: #860B8A;
}
</style>
background-color css
<style>
a { background-color: #860B8A; }
a { background-color: rgb(134,11,138); }
div.DivClassName
{
background-color: #860B8A;
}
.BgClassName
{
background-color: #860B8A;
}
</style>
border-color css
<style>
span { border-color: #860B8A; }
span { border-color: rgb(134,11,138); }
td.TdClassName
{
border-color: #860B8A;
}
.TagClassName
{
border-color: #860B8A;
}
</style>