Shades of Dark Magenta #860792
Tints of Dark Magenta #860792
RGB
CMYK
RGB Variations
Color information
#860792 (or 0x860792) is known color: Dark Magenta. HEX triplet: 86, 07 and 92. RGB value is (134,7,146). Sum of RGB (Red+Green+Blue) = 134+7+146=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #860792 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860792 is #79F86D. Grayscale: #3C3C3C. Windows color (decimal): -7993454 or 9570182. OLE color: 9570182.
HSL color Cylindrical-coordinate representation of color #860792: hue angle of 294.82º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #860792 is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 134 | 7 | 146 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.43 |
| HSL | 294.82º | 0.91% | 0.3% | - |
| HSV(B) | 294.82º | 0.95% | 0.57% | - |
| XYZ | 15.1 | 7.3 | 27.81 | - |
| YUV | 60.82 | 176.08 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 7 | 146 | 0.08 | 0.95 | 0 | 0.43 | 294.82 | 0.91 | 0.3 |
| Hex | 86 | 7 | 92 | 8 | 5F | 0 | 2B | 127 | 5B | 1E |
| Octal | 206 | 7 | 222 | 10 | 137 | 0 | 53 | 447 | 133 | 36 |
| Binary | 10000110 | 111 | 10010010 | 1000 | 1011111 | 0 | 101011 | 100100111 | 1011011 | 11110 |
Color Harmonies of #860792
Complementary color
Monochromatic Colors of #860792
Black with #860792
Text Example
Text Example
White with #860792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860792; }
p { color: rgb(134,7,146); }
H1.HeaderClassName
{
color: #860792;
}
.AnyTagClassName
{
color: #860792;
}
</style>
background-color css
<style>
a { background-color: #860792; }
a { background-color: rgb(134,7,146); }
div.DivClassName
{
background-color: #860792;
}
.BgClassName
{
background-color: #860792;
}
</style>
border-color css
<style>
span { border-color: #860792; }
span { border-color: rgb(134,7,146); }
td.TdClassName
{
border-color: #860792;
}
.TagClassName
{
border-color: #860792;
}
</style>