Shades of Dark Magenta #8E14AD
Tints of Dark Magenta #8E14AD
RGB
CMYK
RGB Variations
Color information
#8E14AD (or 0x8E14AD) is known color: Dark Magenta. HEX triplet: 8E, 14 and AD. RGB value is (142,20,173). Sum of RGB (Red+Green+Blue) = 142+20+173=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #8E14AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E14AD is #71EB52. Grayscale: #494949. Windows color (decimal): -7465811 or 11342990. OLE color: 11342990.
HSL color Cylindrical-coordinate representation of color #8E14AD: hue angle of 287.84º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E14AD is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 20 | 173 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.32 |
| HSL | 287.84º | 0.79% | 0.38% | - |
| HSV(B) | 287.84º | 0.88% | 0.68% | - |
| XYZ | 18.95 | 9.27 | 40.33 | - |
| YUV | 73.92 | 183.92 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 173 | 0.18 | 0.88 | 0 | 0.32 | 287.84 | 0.79 | 0.38 |
| Hex | 8E | 14 | AD | 12 | 58 | 0 | 20 | 120 | 4F | 26 |
| Octal | 216 | 24 | 255 | 22 | 130 | 0 | 40 | 440 | 117 | 46 |
| Binary | 10001110 | 10100 | 10101101 | 10010 | 1011000 | 0 | 100000 | 100100000 | 1001111 | 100110 |
Color Harmonies of #8E14AD
Complementary color
Monochromatic Colors of #8E14AD
Black with #8E14AD
Text Example
Text Example
White with #8E14AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E14AD; }
p { color: rgb(142,20,173); }
H1.HeaderClassName
{
color: #8E14AD;
}
.AnyTagClassName
{
color: #8E14AD;
}
</style>
background-color css
<style>
a { background-color: #8E14AD; }
a { background-color: rgb(142,20,173); }
div.DivClassName
{
background-color: #8E14AD;
}
.BgClassName
{
background-color: #8E14AD;
}
</style>
border-color css
<style>
span { border-color: #8E14AD; }
span { border-color: rgb(142,20,173); }
td.TdClassName
{
border-color: #8E14AD;
}
.TagClassName
{
border-color: #8E14AD;
}
</style>