Shades of Dark Magenta #860392
Tints of Dark Magenta #860392
RGB
CMYK
RGB Variations
Color information
#860392 (or 0x860392) is known color: Dark Magenta. HEX triplet: 86, 03 and 92. RGB value is (134,3,146). Sum of RGB (Red+Green+Blue) = 134+3+146=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 3 (1.56% from 255 or 1.06% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #860392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860392 is #79FC6D. Grayscale: #3A3A3A. Windows color (decimal): -7994478 or 9569158. OLE color: 9569158.
HSL color Cylindrical-coordinate representation of color #860392: hue angle of 294.97º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860392 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 3 | 146 | - |
| CMYK | 0.08 | 0.98 | 0 | 0.43 |
| HSL | 294.97º | 0.96% | 0.29% | - |
| HSV(B) | 294.97º | 0.98% | 0.57% | - |
| XYZ | 15.05 | 7.21 | 27.79 | - |
| YUV | 58.47 | 177.4 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 146 | 0.08 | 0.98 | 0 | 0.43 | 294.97 | 0.96 | 0.29 |
| Hex | 86 | 3 | 92 | 8 | 62 | 0 | 2B | 127 | 60 | 1D |
| Octal | 206 | 3 | 222 | 10 | 142 | 0 | 53 | 447 | 140 | 35 |
| Binary | 10000110 | 11 | 10010010 | 1000 | 1100010 | 0 | 101011 | 100100111 | 1100000 | 11101 |
Color Harmonies of #860392
Complementary color
Monochromatic Colors of #860392
Black with #860392
Text Example
Text Example
White with #860392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860392; }
p { color: rgb(134,3,146); }
H1.HeaderClassName
{
color: #860392;
}
.AnyTagClassName
{
color: #860392;
}
</style>
background-color css
<style>
a { background-color: #860392; }
a { background-color: rgb(134,3,146); }
div.DivClassName
{
background-color: #860392;
}
.BgClassName
{
background-color: #860392;
}
</style>
border-color css
<style>
span { border-color: #860392; }
span { border-color: rgb(134,3,146); }
td.TdClassName
{
border-color: #860392;
}
.TagClassName
{
border-color: #860392;
}
</style>