Shades of Dark Magenta #8D1B95
Tints of Dark Magenta #8D1B95
RGB
CMYK
RGB Variations
Color information
#8D1B95 (or 0x8D1B95) is known color: Dark Magenta. HEX triplet: 8D, 1B and 95. RGB value is (141,27,149). Sum of RGB (Red+Green+Blue) = 141+27+149=317 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.48% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #8D1B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D1B95 is #72E46A. Grayscale: #4A4A4A. Windows color (decimal): -7529579 or 9771917. OLE color: 9771917.
HSL color Cylindrical-coordinate representation of color #8D1B95: hue angle of 296.07º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8D1B95 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 27 | 149 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.42 |
| HSL | 296.07º | 0.69% | 0.35% | - |
| HSV(B) | 296.07º | 0.82% | 0.58% | - |
| XYZ | 16.8 | 8.62 | 29.21 | - |
| YUV | 74.99 | 169.77 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 27 | 149 | 0.05 | 0.82 | 0 | 0.42 | 296.07 | 0.69 | 0.35 |
| Hex | 8D | 1B | 95 | 5 | 52 | 0 | 2A | 128 | 45 | 23 |
| Octal | 215 | 33 | 225 | 5 | 122 | 0 | 52 | 450 | 105 | 43 |
| Binary | 10001101 | 11011 | 10010101 | 101 | 1010010 | 0 | 101010 | 100101000 | 1000101 | 100011 |
Color Harmonies of #8D1B95
Complementary color
Monochromatic Colors of #8D1B95
Black with #8D1B95
Text Example
Text Example
White with #8D1B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D1B95; }
p { color: rgb(141,27,149); }
H1.HeaderClassName
{
color: #8D1B95;
}
.AnyTagClassName
{
color: #8D1B95;
}
</style>
background-color css
<style>
a { background-color: #8D1B95; }
a { background-color: rgb(141,27,149); }
div.DivClassName
{
background-color: #8D1B95;
}
.BgClassName
{
background-color: #8D1B95;
}
</style>
border-color css
<style>
span { border-color: #8D1B95; }
span { border-color: rgb(141,27,149); }
td.TdClassName
{
border-color: #8D1B95;
}
.TagClassName
{
border-color: #8D1B95;
}
</style>