Shades of Dark Magenta #8613AA
Tints of Dark Magenta #8613AA
RGB
CMYK
RGB Variations
Color information
#8613AA (or 0x8613AA) is known color: Dark Magenta. HEX triplet: 86, 13 and AA. RGB value is (134,19,170). Sum of RGB (Red+Green+Blue) = 134+19+170=323 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.49% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #8613AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8613AA is #79EC55. Grayscale: #464646. Windows color (decimal): -7990358 or 11146118. OLE color: 11146118.
HSL color Cylindrical-coordinate representation of color #8613AA: hue angle of 285.7º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8613AA is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 19 | 170 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.33 |
| HSL | 285.7º | 0.8% | 0.37% | - |
| HSV(B) | 285.7º | 0.89% | 0.67% | - |
| XYZ | 17.32 | 8.44 | 38.75 | - |
| YUV | 70.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 19 | 170 | 0.21 | 0.89 | 0 | 0.33 | 285.7 | 0.8 | 0.37 |
| Hex | 86 | 13 | AA | 15 | 59 | 0 | 21 | 11E | 50 | 25 |
| Octal | 206 | 23 | 252 | 25 | 131 | 0 | 41 | 436 | 120 | 45 |
| Binary | 10000110 | 10011 | 10101010 | 10101 | 1011001 | 0 | 100001 | 100011110 | 1010000 | 100101 |
Color Harmonies of #8613AA
Complementary color
Monochromatic Colors of #8613AA
Black with #8613AA
Text Example
Text Example
White with #8613AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8613AA; }
p { color: rgb(134,19,170); }
H1.HeaderClassName
{
color: #8613AA;
}
.AnyTagClassName
{
color: #8613AA;
}
</style>
background-color css
<style>
a { background-color: #8613AA; }
a { background-color: rgb(134,19,170); }
div.DivClassName
{
background-color: #8613AA;
}
.BgClassName
{
background-color: #8613AA;
}
</style>
border-color css
<style>
span { border-color: #8613AA; }
span { border-color: rgb(134,19,170); }
td.TdClassName
{
border-color: #8613AA;
}
.TagClassName
{
border-color: #8613AA;
}
</style>