Shades of Dark Magenta #8E03A9
Tints of Dark Magenta #8E03A9
RGB
CMYK
RGB Variations
Color information
#8E03A9 (or 0x8E03A9) is known color: Dark Magenta. HEX triplet: 8E, 03 and A9. RGB value is (142,3,169). Sum of RGB (Red+Green+Blue) = 142+3+169=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 169 (66.41% from 255 or 53.82% from 314); Max value from RGB is 169 - color contains mainly: blue. Hex color #8E03A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E03A9 is #71FC56. Grayscale: #3E3E3E. Windows color (decimal): -7470167 or 11076494. OLE color: 11076494.
HSL color Cylindrical-coordinate representation of color #8E03A9: hue angle of 290.24º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E03A9 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 142 | 3 | 169 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.34 |
| HSL | 290.24º | 0.97% | 0.34% | - |
| HSV(B) | 290.24º | 0.98% | 0.66% | - |
| XYZ | 18.35 | 8.68 | 38.24 | - |
| YUV | 63.49 | 187.55 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 169 | 0.16 | 0.98 | 0 | 0.34 | 290.24 | 0.97 | 0.34 |
| Hex | 8E | 3 | A9 | 10 | 62 | 0 | 22 | 122 | 61 | 22 |
| Octal | 216 | 3 | 251 | 20 | 142 | 0 | 42 | 442 | 141 | 42 |
| Binary | 10001110 | 11 | 10101001 | 10000 | 1100010 | 0 | 100010 | 100100010 | 1100001 | 100010 |
Color Harmonies of #8E03A9
Complementary color
Monochromatic Colors of #8E03A9
Black with #8E03A9
Text Example
Text Example
White with #8E03A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E03A9; }
p { color: rgb(142,3,169); }
H1.HeaderClassName
{
color: #8E03A9;
}
.AnyTagClassName
{
color: #8E03A9;
}
</style>
background-color css
<style>
a { background-color: #8E03A9; }
a { background-color: rgb(142,3,169); }
div.DivClassName
{
background-color: #8E03A9;
}
.BgClassName
{
background-color: #8E03A9;
}
</style>
border-color css
<style>
span { border-color: #8E03A9; }
span { border-color: rgb(142,3,169); }
td.TdClassName
{
border-color: #8E03A9;
}
.TagClassName
{
border-color: #8E03A9;
}
</style>