Shades of Dark Magenta #8E0391
Tints of Dark Magenta #8E0391
RGB
CMYK
RGB Variations
Color information
#8E0391 (or 0x8E0391) is known color: Dark Magenta. HEX triplet: 8E, 03 and 91. RGB value is (142,3,145). Sum of RGB (Red+Green+Blue) = 142+3+145=290 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.97% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #8E0391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0391 is #71FC6E. Grayscale: #3C3C3C. Windows color (decimal): -7470191 or 9503630. OLE color: 9503630.
HSL color Cylindrical-coordinate representation of color #8E0391: hue angle of 298.73º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8E0391 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 142 | 3 | 145 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.43 |
| HSL | 298.73º | 0.96% | 0.29% | - |
| HSV(B) | 298.73º | 0.98% | 0.57% | - |
| XYZ | 16.3 | 7.86 | 27.45 | - |
| YUV | 60.75 | 175.55 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 3 | 145 | 0.02 | 0.98 | 0 | 0.43 | 298.73 | 0.96 | 0.29 |
| Hex | 8E | 3 | 91 | 2 | 62 | 0 | 2B | 12B | 60 | 1D |
| Octal | 216 | 3 | 221 | 2 | 142 | 0 | 53 | 453 | 140 | 35 |
| Binary | 10001110 | 11 | 10010001 | 10 | 1100010 | 0 | 101011 | 100101011 | 1100000 | 11101 |
Color Harmonies of #8E0391
Complementary color
Monochromatic Colors of #8E0391
Black with #8E0391
Text Example
Text Example
White with #8E0391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0391; }
p { color: rgb(142,3,145); }
H1.HeaderClassName
{
color: #8E0391;
}
.AnyTagClassName
{
color: #8E0391;
}
</style>
background-color css
<style>
a { background-color: #8E0391; }
a { background-color: rgb(142,3,145); }
div.DivClassName
{
background-color: #8E0391;
}
.BgClassName
{
background-color: #8E0391;
}
</style>
border-color css
<style>
span { border-color: #8E0391; }
span { border-color: rgb(142,3,145); }
td.TdClassName
{
border-color: #8E0391;
}
.TagClassName
{
border-color: #8E0391;
}
</style>