Shades of Dark Magenta #860789
Tints of Dark Magenta #860789
RGB
CMYK
RGB Variations
Color information
#860789 (or 0x860789) is known color: Dark Magenta. HEX triplet: 86, 07 and 89. RGB value is (134,7,137). Sum of RGB (Red+Green+Blue) = 134+7+137=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 137 (53.91% from 255 or 49.28% from 278); Max value from RGB is 137 - color contains mainly: blue. Hex color #860789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860789 is #79F876. Grayscale: #3B3B3B. Windows color (decimal): -7993463 or 8980358. OLE color: 8980358.
HSL color Cylindrical-coordinate representation of color #860789: hue angle of 298.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860789 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 7 | 137 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.46 |
| HSL | 298.62º | 0.9% | 0.28% | - |
| HSV(B) | 298.62º | 0.95% | 0.54% | - |
| XYZ | 14.42 | 7.03 | 24.26 | - |
| YUV | 59.79 | 171.58 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 137 | 0.02 | 0.95 | 0 | 0.46 | 298.62 | 0.9 | 0.28 |
| Hex | 86 | 7 | 89 | 2 | 5F | 0 | 2E | 12B | 5A | 1C |
| Octal | 206 | 7 | 211 | 2 | 137 | 0 | 56 | 453 | 132 | 34 |
| Binary | 10000110 | 111 | 10001001 | 10 | 1011111 | 0 | 101110 | 100101011 | 1011010 | 11100 |
Color Harmonies of #860789
Complementary color
Monochromatic Colors of #860789
Black with #860789
Text Example
Text Example
White with #860789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860789; }
p { color: rgb(134,7,137); }
H1.HeaderClassName
{
color: #860789;
}
.AnyTagClassName
{
color: #860789;
}
</style>
background-color css
<style>
a { background-color: #860789; }
a { background-color: rgb(134,7,137); }
div.DivClassName
{
background-color: #860789;
}
.BgClassName
{
background-color: #860789;
}
</style>
border-color css
<style>
span { border-color: #860789; }
span { border-color: rgb(134,7,137); }
td.TdClassName
{
border-color: #860789;
}
.TagClassName
{
border-color: #860789;
}
</style>