Shades of Dark Magenta #860685
Tints of Dark Magenta #860685
RGB
CMYK
RGB Variations
Color information
#860685 (or 0x860685) is known color: Dark Magenta. HEX triplet: 86, 06 and 85. RGB value is (134,6,133). Sum of RGB (Red+Green+Blue) = 134+6+133=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #860685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860685 is #79F97A. Grayscale: #3A3A3A. Windows color (decimal): -7993723 or 8717958. OLE color: 8717958.
HSL color Cylindrical-coordinate representation of color #860685: hue angle of 300.47º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860685 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 6 | 133 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.47 |
| HSL | 300.47º | 0.91% | 0.27% | - |
| HSV(B) | 300.47º | 0.96% | 0.53% | - |
| XYZ | 14.13 | 6.89 | 22.78 | - |
| YUV | 58.75 | 169.91 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 133 | 0 | 0.96 | 0.01 | 0.47 | 300.47 | 0.91 | 0.27 |
| Hex | 86 | 6 | 85 | 0 | 60 | 1 | 2F | 12C | 5B | 1B |
| Octal | 206 | 6 | 205 | 0 | 140 | 1 | 57 | 454 | 133 | 33 |
| Binary | 10000110 | 110 | 10000101 | 0 | 1100000 | 1 | 101111 | 100101100 | 1011011 | 11011 |
Color Harmonies of #860685
Complementary color
Monochromatic Colors of #860685
Black with #860685
Text Example
Text Example
White with #860685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860685; }
p { color: rgb(134,6,133); }
H1.HeaderClassName
{
color: #860685;
}
.AnyTagClassName
{
color: #860685;
}
</style>
background-color css
<style>
a { background-color: #860685; }
a { background-color: rgb(134,6,133); }
div.DivClassName
{
background-color: #860685;
}
.BgClassName
{
background-color: #860685;
}
</style>
border-color css
<style>
span { border-color: #860685; }
span { border-color: rgb(134,6,133); }
td.TdClassName
{
border-color: #860685;
}
.TagClassName
{
border-color: #860685;
}
</style>