Shades of Dark Magenta #860694
Tints of Dark Magenta #860694
RGB
CMYK
RGB Variations
Color information
#860694 (or 0x860694) is known color: Dark Magenta. HEX triplet: 86, 06 and 94. RGB value is (134,6,148). Sum of RGB (Red+Green+Blue) = 134+6+148=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 148 (58.20% from 255 or 51.39% from 288); Max value from RGB is 148 - color contains mainly: blue. Hex color #860694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860694 is #79F96B. Grayscale: #3C3C3C. Windows color (decimal): -7993708 or 9700998. OLE color: 9700998.
HSL color Cylindrical-coordinate representation of color #860694: hue angle of 294.08º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860694 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 134 | 6 | 148 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.42 |
| HSL | 294.08º | 0.92% | 0.3% | - |
| HSV(B) | 294.08º | 0.96% | 0.58% | - |
| XYZ | 15.24 | 7.34 | 28.63 | - |
| YUV | 60.46 | 177.41 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 148 | 0.09 | 0.96 | 0 | 0.42 | 294.08 | 0.92 | 0.3 |
| Hex | 86 | 6 | 94 | 9 | 60 | 0 | 2A | 126 | 5C | 1E |
| Octal | 206 | 6 | 224 | 11 | 140 | 0 | 52 | 446 | 134 | 36 |
| Binary | 10000110 | 110 | 10010100 | 1001 | 1100000 | 0 | 101010 | 100100110 | 1011100 | 11110 |
Color Harmonies of #860694
Complementary color
Monochromatic Colors of #860694
Black with #860694
Text Example
Text Example
White with #860694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860694; }
p { color: rgb(134,6,148); }
H1.HeaderClassName
{
color: #860694;
}
.AnyTagClassName
{
color: #860694;
}
</style>
background-color css
<style>
a { background-color: #860694; }
a { background-color: rgb(134,6,148); }
div.DivClassName
{
background-color: #860694;
}
.BgClassName
{
background-color: #860694;
}
</style>
border-color css
<style>
span { border-color: #860694; }
span { border-color: rgb(134,6,148); }
td.TdClassName
{
border-color: #860694;
}
.TagClassName
{
border-color: #860694;
}
</style>