Shades of Dark Magenta #8E10A4
Tints of Dark Magenta #8E10A4
RGB
CMYK
RGB Variations
Color information
#8E10A4 (or 0x8E10A4) is known color: Dark Magenta. HEX triplet: 8E, 10 and A4. RGB value is (142,16,164). Sum of RGB (Red+Green+Blue) = 142+16+164=322 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.10% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E10A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E10A4 is #71EF5B. Grayscale: #464646. Windows color (decimal): -7466844 or 10752142. OLE color: 10752142.
HSL color Cylindrical-coordinate representation of color #8E10A4: hue angle of 291.08º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E10A4 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 16 | 164 | - |
| CMYK | 0.13 | 0.90 | 0 | 0.36 |
| HSL | 291.08º | 0.82% | 0.35% | - |
| HSV(B) | 291.08º | 0.9% | 0.64% | - |
| XYZ | 18.04 | 8.8 | 35.87 | - |
| YUV | 70.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 164 | 0.13 | 0.90 | 0 | 0.36 | 291.08 | 0.82 | 0.35 |
| Hex | 8E | 10 | A4 | D | 5A | 0 | 24 | 123 | 52 | 23 |
| Octal | 216 | 20 | 244 | 15 | 132 | 0 | 44 | 443 | 122 | 43 |
| Binary | 10001110 | 10000 | 10100100 | 1101 | 1011010 | 0 | 100100 | 100100011 | 1010010 | 100011 |
Color Harmonies of #8E10A4
Complementary color
Monochromatic Colors of #8E10A4
Black with #8E10A4
Text Example
Text Example
White with #8E10A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E10A4; }
p { color: rgb(142,16,164); }
H1.HeaderClassName
{
color: #8E10A4;
}
.AnyTagClassName
{
color: #8E10A4;
}
</style>
background-color css
<style>
a { background-color: #8E10A4; }
a { background-color: rgb(142,16,164); }
div.DivClassName
{
background-color: #8E10A4;
}
.BgClassName
{
background-color: #8E10A4;
}
</style>
border-color css
<style>
span { border-color: #8E10A4; }
span { border-color: rgb(142,16,164); }
td.TdClassName
{
border-color: #8E10A4;
}
.TagClassName
{
border-color: #8E10A4;
}
</style>