Shades of Dark Magenta #8603A0
Tints of Dark Magenta #8603A0
RGB
CMYK
RGB Variations
Color information
#8603A0 (or 0x8603A0) is known color: Dark Magenta. HEX triplet: 86, 03 and A0. RGB value is (134,3,160). Sum of RGB (Red+Green+Blue) = 134+3+160=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 160 (62.89% from 255 or 53.87% from 297); Max value from RGB is 160 - color contains mainly: blue. Hex color #8603A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8603A0 is #79FC5F. Grayscale: #3B3B3B. Windows color (decimal): -7994464 or 10486662. OLE color: 10486662.
HSL color Cylindrical-coordinate representation of color #8603A0: hue angle of 290.06º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8603A0 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 134 | 3 | 160 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.37 |
| HSL | 290.06º | 0.96% | 0.32% | - |
| HSV(B) | 290.06º | 0.98% | 0.63% | - |
| XYZ | 16.21 | 7.67 | 33.88 | - |
| YUV | 60.07 | 184.4 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 3 | 160 | 0.16 | 0.98 | 0 | 0.37 | 290.06 | 0.96 | 0.32 |
| Hex | 86 | 3 | A0 | 10 | 62 | 0 | 25 | 122 | 60 | 20 |
| Octal | 206 | 3 | 240 | 20 | 142 | 0 | 45 | 442 | 140 | 40 |
| Binary | 10000110 | 11 | 10100000 | 10000 | 1100010 | 0 | 100101 | 100100010 | 1100000 | 100000 |
Color Harmonies of #8603A0
Complementary color
Monochromatic Colors of #8603A0
Black with #8603A0
Text Example
Text Example
White with #8603A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8603A0; }
p { color: rgb(134,3,160); }
H1.HeaderClassName
{
color: #8603A0;
}
.AnyTagClassName
{
color: #8603A0;
}
</style>
background-color css
<style>
a { background-color: #8603A0; }
a { background-color: rgb(134,3,160); }
div.DivClassName
{
background-color: #8603A0;
}
.BgClassName
{
background-color: #8603A0;
}
</style>
border-color css
<style>
span { border-color: #8603A0; }
span { border-color: rgb(134,3,160); }
td.TdClassName
{
border-color: #8603A0;
}
.TagClassName
{
border-color: #8603A0;
}
</style>