Shades of Dark Magenta #8D019C
Tints of Dark Magenta #8D019C
RGB
CMYK
RGB Variations
Color information
#8D019C (or 0x8D019C) is known color: Dark Magenta. HEX triplet: 8D, 01 and 9C. RGB value is (141,1,156). Sum of RGB (Red+Green+Blue) = 141+1+156=298 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.32% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #8D019C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D019C is #72FE63. Grayscale: #3C3C3C. Windows color (decimal): -7536228 or 10224013. OLE color: 10224013.
HSL color Cylindrical-coordinate representation of color #8D019C: hue angle of 294.19º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D019C is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 1 | 156 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.39 |
| HSL | 294.19º | 0.99% | 0.31% | - |
| HSV(B) | 294.19º | 0.99% | 0.61% | - |
| XYZ | 17 | 8.08 | 32.12 | - |
| YUV | 60.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 156 | 0.10 | 0.99 | 0 | 0.39 | 294.19 | 0.99 | 0.31 |
| Hex | 8D | 1 | 9C | A | 63 | 0 | 27 | 126 | 63 | 1F |
| Octal | 215 | 1 | 234 | 12 | 143 | 0 | 47 | 446 | 143 | 37 |
| Binary | 10001101 | 1 | 10011100 | 1010 | 1100011 | 0 | 100111 | 100100110 | 1100011 | 11111 |
Color Harmonies of #8D019C
Complementary color
Monochromatic Colors of #8D019C
Black with #8D019C
Text Example
Text Example
White with #8D019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D019C; }
p { color: rgb(141,1,156); }
H1.HeaderClassName
{
color: #8D019C;
}
.AnyTagClassName
{
color: #8D019C;
}
</style>
background-color css
<style>
a { background-color: #8D019C; }
a { background-color: rgb(141,1,156); }
div.DivClassName
{
background-color: #8D019C;
}
.BgClassName
{
background-color: #8D019C;
}
</style>
border-color css
<style>
span { border-color: #8D019C; }
span { border-color: rgb(141,1,156); }
td.TdClassName
{
border-color: #8D019C;
}
.TagClassName
{
border-color: #8D019C;
}
</style>