Shades of Dark Magenta #8D109B
Tints of Dark Magenta #8D109B
RGB
CMYK
RGB Variations
Color information
#8D109B (or 0x8D109B) is known color: Dark Magenta. HEX triplet: 8D, 10 and 9B. RGB value is (141,16,155). Sum of RGB (Red+Green+Blue) = 141+16+155=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D109B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D109B is #72EF64. Grayscale: #444444. Windows color (decimal): -7532389 or 10162317. OLE color: 10162317.
HSL color Cylindrical-coordinate representation of color #8D109B: hue angle of 293.96º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D109B is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 16 | 155 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.39 |
| HSL | 293.96º | 0.81% | 0.34% | - |
| HSV(B) | 293.96º | 0.9% | 0.61% | - |
| XYZ | 17.09 | 8.4 | 31.73 | - |
| YUV | 69.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 16 | 155 | 0.09 | 0.90 | 0 | 0.39 | 293.96 | 0.81 | 0.34 |
| Hex | 8D | 10 | 9B | 9 | 5A | 0 | 27 | 126 | 51 | 22 |
| Octal | 215 | 20 | 233 | 11 | 132 | 0 | 47 | 446 | 121 | 42 |
| Binary | 10001101 | 10000 | 10011011 | 1001 | 1011010 | 0 | 100111 | 100100110 | 1010001 | 100010 |
Color Harmonies of #8D109B
Complementary color
Monochromatic Colors of #8D109B
Black with #8D109B
Text Example
Text Example
White with #8D109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D109B; }
p { color: rgb(141,16,155); }
H1.HeaderClassName
{
color: #8D109B;
}
.AnyTagClassName
{
color: #8D109B;
}
</style>
background-color css
<style>
a { background-color: #8D109B; }
a { background-color: rgb(141,16,155); }
div.DivClassName
{
background-color: #8D109B;
}
.BgClassName
{
background-color: #8D109B;
}
</style>
border-color css
<style>
span { border-color: #8D109B; }
span { border-color: rgb(141,16,155); }
td.TdClassName
{
border-color: #8D109B;
}
.TagClassName
{
border-color: #8D109B;
}
</style>