Shades of Dark Magenta #8D019B
Tints of Dark Magenta #8D019B
RGB
CMYK
RGB Variations
Color information
#8D019B (or 0x8D019B) is known color: Dark Magenta. HEX triplet: 8D, 01 and 9B. RGB value is (141,1,155). Sum of RGB (Red+Green+Blue) = 141+1+155=297 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.47% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 155 (60.94% from 255 or 52.19% from 297); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D019B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D019B is #72FE64. Grayscale: #3B3B3B. Windows color (decimal): -7536229 or 10158477. OLE color: 10158477.
HSL color Cylindrical-coordinate representation of color #8D019B: hue angle of 294.55º 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 #8D019B is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 1 | 155 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.39 |
| HSL | 294.55º | 0.99% | 0.31% | - |
| HSV(B) | 294.55º | 0.99% | 0.61% | - |
| XYZ | 16.91 | 8.05 | 31.67 | - |
| YUV | 60.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 155 | 0.09 | 0.99 | 0 | 0.39 | 294.55 | 0.99 | 0.31 |
| Hex | 8D | 1 | 9B | 9 | 63 | 0 | 27 | 127 | 63 | 1F |
| Octal | 215 | 1 | 233 | 11 | 143 | 0 | 47 | 447 | 143 | 37 |
| Binary | 10001101 | 1 | 10011011 | 1001 | 1100011 | 0 | 100111 | 100100111 | 1100011 | 11111 |
Color Harmonies of #8D019B
Complementary color
Monochromatic Colors of #8D019B
Black with #8D019B
Text Example
Text Example
White with #8D019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D019B; }
p { color: rgb(141,1,155); }
H1.HeaderClassName
{
color: #8D019B;
}
.AnyTagClassName
{
color: #8D019B;
}
</style>
background-color css
<style>
a { background-color: #8D019B; }
a { background-color: rgb(141,1,155); }
div.DivClassName
{
background-color: #8D019B;
}
.BgClassName
{
background-color: #8D019B;
}
</style>
border-color css
<style>
span { border-color: #8D019B; }
span { border-color: rgb(141,1,155); }
td.TdClassName
{
border-color: #8D019B;
}
.TagClassName
{
border-color: #8D019B;
}
</style>