Shades of Dark Magenta #8513A2
Tints of Dark Magenta #8513A2
RGB
CMYK
RGB Variations
Color information
#8513A2 (or 0x8513A2) is known color: Dark Magenta. HEX triplet: 85, 13 and A2. RGB value is (133,19,162). Sum of RGB (Red+Green+Blue) = 133+19+162=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #8513A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8513A2 is #7AEC5D. Grayscale: #444444. Windows color (decimal): -8055902 or 10621829. OLE color: 10621829.
HSL color Cylindrical-coordinate representation of color #8513A2: hue angle of 287.83º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8513A2 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 19 | 162 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.36 |
| HSL | 287.83º | 0.79% | 0.35% | - |
| HSV(B) | 287.83º | 0.88% | 0.64% | - |
| XYZ | 16.43 | 8.06 | 34.87 | - |
| YUV | 69.39 | 180.27 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 19 | 162 | 0.18 | 0.88 | 0 | 0.36 | 287.83 | 0.79 | 0.35 |
| Hex | 85 | 13 | A2 | 12 | 58 | 0 | 24 | 120 | 4F | 23 |
| Octal | 205 | 23 | 242 | 22 | 130 | 0 | 44 | 440 | 117 | 43 |
| Binary | 10000101 | 10011 | 10100010 | 10010 | 1011000 | 0 | 100100 | 100100000 | 1001111 | 100011 |
Color Harmonies of #8513A2
Complementary color
Monochromatic Colors of #8513A2
Black with #8513A2
Text Example
Text Example
White with #8513A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8513A2; }
p { color: rgb(133,19,162); }
H1.HeaderClassName
{
color: #8513A2;
}
.AnyTagClassName
{
color: #8513A2;
}
</style>
background-color css
<style>
a { background-color: #8513A2; }
a { background-color: rgb(133,19,162); }
div.DivClassName
{
background-color: #8513A2;
}
.BgClassName
{
background-color: #8513A2;
}
</style>
border-color css
<style>
span { border-color: #8513A2; }
span { border-color: rgb(133,19,162); }
td.TdClassName
{
border-color: #8513A2;
}
.TagClassName
{
border-color: #8513A2;
}
</style>