Shades of Dark Magenta #8D019D
Tints of Dark Magenta #8D019D
RGB
CMYK
RGB Variations
Color information
#8D019D (or 0x8D019D) is known color: Dark Magenta. HEX triplet: 8D, 01 and 9D. RGB value is (141,1,157). Sum of RGB (Red+Green+Blue) = 141+1+157=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #8D019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D019D is #72FE62. Grayscale: #3C3C3C. Windows color (decimal): -7536227 or 10289549. OLE color: 10289549.
HSL color Cylindrical-coordinate representation of color #8D019D: hue angle of 293.85º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D019D is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 1 | 157 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.38 |
| HSL | 293.85º | 0.99% | 0.31% | - |
| HSV(B) | 293.85º | 0.99% | 0.62% | - |
| XYZ | 17.08 | 8.12 | 32.57 | - |
| YUV | 60.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 157 | 0.10 | 0.99 | 0 | 0.38 | 293.85 | 0.99 | 0.31 |
| Hex | 8D | 1 | 9D | A | 63 | 0 | 26 | 126 | 63 | 1F |
| Octal | 215 | 1 | 235 | 12 | 143 | 0 | 46 | 446 | 143 | 37 |
| Binary | 10001101 | 1 | 10011101 | 1010 | 1100011 | 0 | 100110 | 100100110 | 1100011 | 11111 |
Color Harmonies of #8D019D
Complementary color
Monochromatic Colors of #8D019D
Black with #8D019D
Text Example
Text Example
White with #8D019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D019D; }
p { color: rgb(141,1,157); }
H1.HeaderClassName
{
color: #8D019D;
}
.AnyTagClassName
{
color: #8D019D;
}
</style>
background-color css
<style>
a { background-color: #8D019D; }
a { background-color: rgb(141,1,157); }
div.DivClassName
{
background-color: #8D019D;
}
.BgClassName
{
background-color: #8D019D;
}
</style>
border-color css
<style>
span { border-color: #8D019D; }
span { border-color: rgb(141,1,157); }
td.TdClassName
{
border-color: #8D019D;
}
.TagClassName
{
border-color: #8D019D;
}
</style>