Shades of Dark Magenta #8013A3
Tints of Dark Magenta #8013A3
RGB
CMYK
RGB Variations
Color information
#8013A3 (or 0x8013A3) is known color: Dark Magenta. HEX triplet: 80, 13 and A3. RGB value is (128,19,163). Sum of RGB (Red+Green+Blue) = 128+19+163=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 163 (64.06% from 255 or 52.58% from 310); Max value from RGB is 163 - color contains mainly: blue. Hex color #8013A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8013A3 is #7FEC5C. Grayscale: #434343. Windows color (decimal): -8383581 or 10687360. OLE color: 10687360.
HSL color Cylindrical-coordinate representation of color #8013A3: hue angle of 285.42º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8013A3 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 19 | 163 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.36 |
| HSL | 285.42º | 0.79% | 0.36% | - |
| HSV(B) | 285.42º | 0.88% | 0.64% | - |
| XYZ | 15.75 | 7.7 | 35.31 | - |
| YUV | 68.01 | 181.61 | 170.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 19 | 163 | 0.21 | 0.88 | 0 | 0.36 | 285.42 | 0.79 | 0.36 |
| Hex | 80 | 13 | A3 | 15 | 58 | 0 | 24 | 11D | 4F | 24 |
| Octal | 200 | 23 | 243 | 25 | 130 | 0 | 44 | 435 | 117 | 44 |
| Binary | 10000000 | 10011 | 10100011 | 10101 | 1011000 | 0 | 100100 | 100011101 | 1001111 | 100100 |
Color Harmonies of #8013A3
Complementary color
Monochromatic Colors of #8013A3
Black with #8013A3
Text Example
Text Example
White with #8013A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8013A3; }
p { color: rgb(128,19,163); }
H1.HeaderClassName
{
color: #8013A3;
}
.AnyTagClassName
{
color: #8013A3;
}
</style>
background-color css
<style>
a { background-color: #8013A3; }
a { background-color: rgb(128,19,163); }
div.DivClassName
{
background-color: #8013A3;
}
.BgClassName
{
background-color: #8013A3;
}
</style>
border-color css
<style>
span { border-color: #8013A3; }
span { border-color: rgb(128,19,163); }
td.TdClassName
{
border-color: #8013A3;
}
.TagClassName
{
border-color: #8013A3;
}
</style>