Shades of Dark Magenta #860390
Tints of Dark Magenta #860390
RGB
CMYK
RGB Variations
Color information
#860390 (or 0x860390) is known color: Dark Magenta. HEX triplet: 86, 03 and 90. RGB value is (134,3,144). Sum of RGB (Red+Green+Blue) = 134+3+144=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #860390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860390 is #79FC6F. Grayscale: #393939. Windows color (decimal): -7994480 or 9438086. OLE color: 9438086.
HSL color Cylindrical-coordinate representation of color #860390: hue angle of 295.74º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #860390 is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 134 | 3 | 144 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.44 |
| HSL | 295.74º | 0.96% | 0.29% | - |
| HSV(B) | 295.74º | 0.98% | 0.56% | - |
| XYZ | 14.9 | 7.15 | 26.98 | - |
| YUV | 58.24 | 176.4 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 144 | 0.07 | 0.98 | 0 | 0.44 | 295.74 | 0.96 | 0.29 |
| Hex | 86 | 3 | 90 | 7 | 62 | 0 | 2C | 128 | 60 | 1D |
| Octal | 206 | 3 | 220 | 7 | 142 | 0 | 54 | 450 | 140 | 35 |
| Binary | 10000110 | 11 | 10010000 | 111 | 1100010 | 0 | 101100 | 100101000 | 1100000 | 11101 |
Color Harmonies of #860390
Complementary color
Monochromatic Colors of #860390
Black with #860390
Text Example
Text Example
White with #860390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #860390; }
p { color: rgb(134,3,144); }
H1.HeaderClassName
{
color: #860390;
}
.AnyTagClassName
{
color: #860390;
}
</style>
background-color css
<style>
a { background-color: #860390; }
a { background-color: rgb(134,3,144); }
div.DivClassName
{
background-color: #860390;
}
.BgClassName
{
background-color: #860390;
}
</style>
border-color css
<style>
span { border-color: #860390; }
span { border-color: rgb(134,3,144); }
td.TdClassName
{
border-color: #860390;
}
.TagClassName
{
border-color: #860390;
}
</style>