Shades of Dark Magenta #860698
Tints of Dark Magenta #860698
RGB
CMYK
RGB Variations
Color information
#860698 (or 0x860698) is known color: Dark Magenta. HEX triplet: 86, 06 and 98. RGB value is (134,6,152). Sum of RGB (Red+Green+Blue) = 134+6+152=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 152 (59.77% from 255 or 52.05% from 292); Max value from RGB is 152 - color contains mainly: blue. Hex color #860698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860698 is #79F967. Grayscale: #3C3C3C. Windows color (decimal): -7993704 or 9963142. OLE color: 9963142.
HSL color Cylindrical-coordinate representation of color #860698: hue angle of 292.6º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860698 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 134 | 6 | 152 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.40 |
| HSL | 292.6º | 0.92% | 0.31% | - |
| HSV(B) | 292.6º | 0.96% | 0.6% | - |
| XYZ | 15.56 | 7.47 | 30.33 | - |
| YUV | 60.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 152 | 0.12 | 0.96 | 0 | 0.40 | 292.6 | 0.92 | 0.31 |
| Hex | 86 | 6 | 98 | C | 60 | 0 | 28 | 125 | 5C | 1F |
| Octal | 206 | 6 | 230 | 14 | 140 | 0 | 50 | 445 | 134 | 37 |
| Binary | 10000110 | 110 | 10011000 | 1100 | 1100000 | 0 | 101000 | 100100101 | 1011100 | 11111 |
Color Harmonies of #860698
Complementary color
Monochromatic Colors of #860698
Black with #860698
Text Example
Text Example
White with #860698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860698; }
p { color: rgb(134,6,152); }
H1.HeaderClassName
{
color: #860698;
}
.AnyTagClassName
{
color: #860698;
}
</style>
background-color css
<style>
a { background-color: #860698; }
a { background-color: rgb(134,6,152); }
div.DivClassName
{
background-color: #860698;
}
.BgClassName
{
background-color: #860698;
}
</style>
border-color css
<style>
span { border-color: #860698; }
span { border-color: rgb(134,6,152); }
td.TdClassName
{
border-color: #860698;
}
.TagClassName
{
border-color: #860698;
}
</style>