Shades of Dark Magenta #860385
Tints of Dark Magenta #860385
RGB
CMYK
RGB Variations
Color information
#860385 (or 0x860385) is known color: Dark Magenta. HEX triplet: 86, 03 and 85. RGB value is (134,3,133). Sum of RGB (Red+Green+Blue) = 134+3+133=270 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.63% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 134 - color contains mainly: red. Hex color #860385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860385 is #79FC7A. Grayscale: #383838. Windows color (decimal): -7994491 or 8717190. OLE color: 8717190.
HSL color Cylindrical-coordinate representation of color #860385: hue angle of 300.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860385 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.47 |
| HSL | 300.46º | 0.96% | 0.27% | - |
| HSV(B) | 300.46º | 0.98% | 0.53% | - |
| XYZ | 14.1 | 6.83 | 22.77 | - |
| YUV | 56.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 133 | 0 | 0.98 | 0.01 | 0.47 | 300.46 | 0.96 | 0.27 |
| Hex | 86 | 3 | 85 | 0 | 62 | 1 | 2F | 12C | 60 | 1B |
| Octal | 206 | 3 | 205 | 0 | 142 | 1 | 57 | 454 | 140 | 33 |
| Binary | 10000110 | 11 | 10000101 | 0 | 1100010 | 1 | 101111 | 100101100 | 1100000 | 11011 |
Color Harmonies of #860385
Complementary color
Monochromatic Colors of #860385
Black with #860385
Text Example
Text Example
White with #860385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860385; }
p { color: rgb(134,3,133); }
H1.HeaderClassName
{
color: #860385;
}
.AnyTagClassName
{
color: #860385;
}
</style>
background-color css
<style>
a { background-color: #860385; }
a { background-color: rgb(134,3,133); }
div.DivClassName
{
background-color: #860385;
}
.BgClassName
{
background-color: #860385;
}
</style>
border-color css
<style>
span { border-color: #860385; }
span { border-color: rgb(134,3,133); }
td.TdClassName
{
border-color: #860385;
}
.TagClassName
{
border-color: #860385;
}
</style>