Shades of Dark Magenta #8D07AB
Tints of Dark Magenta #8D07AB
RGB
CMYK
RGB Variations
Color information
#8D07AB (or 0x8D07AB) is known color: Dark Magenta. HEX triplet: 8D, 07 and AB. RGB value is (141,7,171). Sum of RGB (Red+Green+Blue) = 141+7+171=319 (42% of max value = 765). Red value is 141 (55.47% from 255 or 44.20% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D07AB is #72F854. Grayscale: #414141. Windows color (decimal): -7534677 or 11208589. OLE color: 11208589.
HSL color Cylindrical-coordinate representation of color #8D07AB: hue angle of 289.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D07AB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 7 | 171 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.33 |
| HSL | 289.02º | 0.92% | 0.35% | - |
| HSV(B) | 289.02º | 0.96% | 0.67% | - |
| XYZ | 18.41 | 8.75 | 39.25 | - |
| YUV | 65.76 | 187.39 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 171 | 0.18 | 0.96 | 0 | 0.33 | 289.02 | 0.92 | 0.35 |
| Hex | 8D | 7 | AB | 12 | 60 | 0 | 21 | 121 | 5C | 23 |
| Octal | 215 | 7 | 253 | 22 | 140 | 0 | 41 | 441 | 134 | 43 |
| Binary | 10001101 | 111 | 10101011 | 10010 | 1100000 | 0 | 100001 | 100100001 | 1011100 | 100011 |
Color Harmonies of #8D07AB
Complementary color
Monochromatic Colors of #8D07AB
Black with #8D07AB
Text Example
Text Example
White with #8D07AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D07AB; }
p { color: rgb(141,7,171); }
H1.HeaderClassName
{
color: #8D07AB;
}
.AnyTagClassName
{
color: #8D07AB;
}
</style>
background-color css
<style>
a { background-color: #8D07AB; }
a { background-color: rgb(141,7,171); }
div.DivClassName
{
background-color: #8D07AB;
}
.BgClassName
{
background-color: #8D07AB;
}
</style>
border-color css
<style>
span { border-color: #8D07AB; }
span { border-color: rgb(141,7,171); }
td.TdClassName
{
border-color: #8D07AB;
}
.TagClassName
{
border-color: #8D07AB;
}
</style>