Shades of Dark Magenta #8E0184
Tints of Dark Magenta #8E0184
RGB
CMYK
RGB Variations
Color information
#8E0184 (or 0x8E0184) is known color: Dark Magenta. HEX triplet: 8E, 01 and 84. RGB value is (142,1,132). Sum of RGB (Red+Green+Blue) = 142+1+132=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0184 is #71FE7B. Grayscale: #393939. Windows color (decimal): -7470716 or 8651150. OLE color: 8651150.
HSL color Cylindrical-coordinate representation of color #8E0184: hue angle of 304.26º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E0184 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 1 | 132 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.44 |
| HSL | 304.26º | 0.99% | 0.28% | - |
| HSV(B) | 304.26º | 0.99% | 0.56% | - |
| XYZ | 15.33 | 7.44 | 22.46 | - |
| YUV | 58.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 1 | 132 | 0 | 0.99 | 0.07 | 0.44 | 304.26 | 0.99 | 0.28 |
| Hex | 8E | 1 | 84 | 0 | 63 | 7 | 2C | 130 | 63 | 1C |
| Octal | 216 | 1 | 204 | 0 | 143 | 7 | 54 | 460 | 143 | 34 |
| Binary | 10001110 | 1 | 10000100 | 0 | 1100011 | 111 | 101100 | 100110000 | 1100011 | 11100 |
Color Harmonies of #8E0184
Complementary color
Monochromatic Colors of #8E0184
Black with #8E0184
Text Example
Text Example
White with #8E0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0184; }
p { color: rgb(142,1,132); }
H1.HeaderClassName
{
color: #8E0184;
}
.AnyTagClassName
{
color: #8E0184;
}
</style>
background-color css
<style>
a { background-color: #8E0184; }
a { background-color: rgb(142,1,132); }
div.DivClassName
{
background-color: #8E0184;
}
.BgClassName
{
background-color: #8E0184;
}
</style>
border-color css
<style>
span { border-color: #8E0184; }
span { border-color: rgb(142,1,132); }
td.TdClassName
{
border-color: #8E0184;
}
.TagClassName
{
border-color: #8E0184;
}
</style>