Shades of Dark Magenta #860689
Tints of Dark Magenta #860689
RGB
CMYK
RGB Variations
Color information
#860689 (or 0x860689) is known color: Dark Magenta. HEX triplet: 86, 06 and 89. RGB value is (134,6,137). Sum of RGB (Red+Green+Blue) = 134+6+137=277 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.38% from 277); Green value is 6 (2.73% from 255 or 2.17% from 277); Blue value is 137 (53.91% from 255 or 49.46% from 277); Max value from RGB is 137 - color contains mainly: blue. Hex color #860689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860689 is #79F976. Grayscale: #3A3A3A. Windows color (decimal): -7993719 or 8980102. OLE color: 8980102.
HSL color Cylindrical-coordinate representation of color #860689: hue angle of 298.63º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860689 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 6 | 137 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.46 |
| HSL | 298.63º | 0.92% | 0.28% | - |
| HSV(B) | 298.63º | 0.96% | 0.54% | - |
| XYZ | 14.41 | 7 | 24.26 | - |
| YUV | 59.21 | 171.91 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 137 | 0.02 | 0.96 | 0 | 0.46 | 298.63 | 0.92 | 0.28 |
| Hex | 86 | 6 | 89 | 2 | 60 | 0 | 2E | 12B | 5C | 1C |
| Octal | 206 | 6 | 211 | 2 | 140 | 0 | 56 | 453 | 134 | 34 |
| Binary | 10000110 | 110 | 10001001 | 10 | 1100000 | 0 | 101110 | 100101011 | 1011100 | 11100 |
Color Harmonies of #860689
Complementary color
Monochromatic Colors of #860689
Black with #860689
Text Example
Text Example
White with #860689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860689; }
p { color: rgb(134,6,137); }
H1.HeaderClassName
{
color: #860689;
}
.AnyTagClassName
{
color: #860689;
}
</style>
background-color css
<style>
a { background-color: #860689; }
a { background-color: rgb(134,6,137); }
div.DivClassName
{
background-color: #860689;
}
.BgClassName
{
background-color: #860689;
}
</style>
border-color css
<style>
span { border-color: #860689; }
span { border-color: rgb(134,6,137); }
td.TdClassName
{
border-color: #860689;
}
.TagClassName
{
border-color: #860689;
}
</style>