Shades of Dark Magenta #8D0194
Tints of Dark Magenta #8D0194
RGB
CMYK
RGB Variations
Color information
#8D0194 (or 0x8D0194) is known color: Dark Magenta. HEX triplet: 8D, 01 and 94. RGB value is (141,1,148). Sum of RGB (Red+Green+Blue) = 141+1+148=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #8D0194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0194 is #72FE6B. Grayscale: #3B3B3B. Windows color (decimal): -7536236 or 9699725. OLE color: 9699725.
HSL color Cylindrical-coordinate representation of color #8D0194: hue angle of 297.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D0194 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 1 | 148 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.42 |
| HSL | 297.14º | 0.99% | 0.29% | - |
| HSV(B) | 297.14º | 0.99% | 0.58% | - |
| XYZ | 16.34 | 7.82 | 28.67 | - |
| YUV | 59.62 | 177.88 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 1 | 148 | 0.05 | 0.99 | 0 | 0.42 | 297.14 | 0.99 | 0.29 |
| Hex | 8D | 1 | 94 | 5 | 63 | 0 | 2A | 129 | 63 | 1D |
| Octal | 215 | 1 | 224 | 5 | 143 | 0 | 52 | 451 | 143 | 35 |
| Binary | 10001101 | 1 | 10010100 | 101 | 1100011 | 0 | 101010 | 100101001 | 1100011 | 11101 |
Color Harmonies of #8D0194
Complementary color
Monochromatic Colors of #8D0194
Black with #8D0194
Text Example
Text Example
White with #8D0194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0194; }
p { color: rgb(141,1,148); }
H1.HeaderClassName
{
color: #8D0194;
}
.AnyTagClassName
{
color: #8D0194;
}
</style>
background-color css
<style>
a { background-color: #8D0194; }
a { background-color: rgb(141,1,148); }
div.DivClassName
{
background-color: #8D0194;
}
.BgClassName
{
background-color: #8D0194;
}
</style>
border-color css
<style>
span { border-color: #8D0194; }
span { border-color: rgb(141,1,148); }
td.TdClassName
{
border-color: #8D0194;
}
.TagClassName
{
border-color: #8D0194;
}
</style>