Shades of Dark Magenta #8606A8
Tints of Dark Magenta #8606A8
RGB
CMYK
RGB Variations
Color information
#8606A8 (or 0x8606A8) is known color: Dark Magenta. HEX triplet: 86, 06 and A8. RGB value is (134,6,168). Sum of RGB (Red+Green+Blue) = 134+6+168=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 168 (66.02% from 255 or 54.55% from 308); Max value from RGB is 168 - color contains mainly: blue. Hex color #8606A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8606A8 is #79F957. Grayscale: #3E3E3E. Windows color (decimal): -7993688 or 11011718. OLE color: 11011718.
HSL color Cylindrical-coordinate representation of color #8606A8: hue angle of 287.41º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8606A8 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 6 | 168 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.34 |
| HSL | 287.41º | 0.93% | 0.34% | - |
| HSV(B) | 287.41º | 0.96% | 0.66% | - |
| XYZ | 16.96 | 8.03 | 37.7 | - |
| YUV | 62.74 | 187.41 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 6 | 168 | 0.20 | 0.96 | 0 | 0.34 | 287.41 | 0.93 | 0.34 |
| Hex | 86 | 6 | A8 | 14 | 60 | 0 | 22 | 11F | 5D | 22 |
| Octal | 206 | 6 | 250 | 24 | 140 | 0 | 42 | 437 | 135 | 42 |
| Binary | 10000110 | 110 | 10101000 | 10100 | 1100000 | 0 | 100010 | 100011111 | 1011101 | 100010 |
Color Harmonies of #8606A8
Complementary color
Monochromatic Colors of #8606A8
Black with #8606A8
Text Example
Text Example
White with #8606A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8606A8; }
p { color: rgb(134,6,168); }
H1.HeaderClassName
{
color: #8606A8;
}
.AnyTagClassName
{
color: #8606A8;
}
</style>
background-color css
<style>
a { background-color: #8606A8; }
a { background-color: rgb(134,6,168); }
div.DivClassName
{
background-color: #8606A8;
}
.BgClassName
{
background-color: #8606A8;
}
</style>
border-color css
<style>
span { border-color: #8606A8; }
span { border-color: rgb(134,6,168); }
td.TdClassName
{
border-color: #8606A8;
}
.TagClassName
{
border-color: #8606A8;
}
</style>