Shades of Dark Magenta #8E0394
Tints of Dark Magenta #8E0394
RGB
CMYK
RGB Variations
Color information
#8E0394 (or 0x8E0394) is known color: Dark Magenta. HEX triplet: 8E, 03 and 94. RGB value is (142,3,148). Sum of RGB (Red+Green+Blue) = 142+3+148=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #8E0394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0394 is #71FC6B. Grayscale: #3C3C3C. Windows color (decimal): -7470188 or 9700238. OLE color: 9700238.
HSL color Cylindrical-coordinate representation of color #8E0394: hue angle of 297.52º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0394 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 142 | 3 | 148 | - |
| CMYK | 0.04 | 0.98 | 0 | 0.42 |
| HSL | 297.52º | 0.96% | 0.3% | - |
| HSV(B) | 297.52º | 0.98% | 0.58% | - |
| XYZ | 16.53 | 7.95 | 28.68 | - |
| YUV | 61.09 | 177.05 | 185.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 148 | 0.04 | 0.98 | 0 | 0.42 | 297.52 | 0.96 | 0.3 |
| Hex | 8E | 3 | 94 | 4 | 62 | 0 | 2A | 12A | 60 | 1E |
| Octal | 216 | 3 | 224 | 4 | 142 | 0 | 52 | 452 | 140 | 36 |
| Binary | 10001110 | 11 | 10010100 | 100 | 1100010 | 0 | 101010 | 100101010 | 1100000 | 11110 |
Color Harmonies of #8E0394
Complementary color
Monochromatic Colors of #8E0394
Black with #8E0394
Text Example
Text Example
White with #8E0394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0394; }
p { color: rgb(142,3,148); }
H1.HeaderClassName
{
color: #8E0394;
}
.AnyTagClassName
{
color: #8E0394;
}
</style>
background-color css
<style>
a { background-color: #8E0394; }
a { background-color: rgb(142,3,148); }
div.DivClassName
{
background-color: #8E0394;
}
.BgClassName
{
background-color: #8E0394;
}
</style>
border-color css
<style>
span { border-color: #8E0394; }
span { border-color: rgb(142,3,148); }
td.TdClassName
{
border-color: #8E0394;
}
.TagClassName
{
border-color: #8E0394;
}
</style>