Shades of Dark Magenta #8D02AB
Tints of Dark Magenta #8D02AB
RGB
CMYK
RGB Variations
Color information
#8D02AB (or 0x8D02AB) is known color: Dark Magenta. HEX triplet: 8D, 02 and AB. RGB value is (141,2,171). Sum of RGB (Red+Green+Blue) = 141+2+171=314 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.90% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D02AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D02AB is #72FD54. Grayscale: #3E3E3E. Windows color (decimal): -7535957 or 11207309. OLE color: 11207309.
HSL color Cylindrical-coordinate representation of color #8D02AB: hue angle of 289.35º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D02AB is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 2 | 171 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.33 |
| HSL | 289.35º | 0.98% | 0.34% | - |
| HSV(B) | 289.35º | 0.99% | 0.67% | - |
| XYZ | 18.36 | 8.65 | 39.23 | - |
| YUV | 62.83 | 189.05 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 2 | 171 | 0.18 | 0.99 | 0 | 0.33 | 289.35 | 0.98 | 0.34 |
| Hex | 8D | 2 | AB | 12 | 63 | 0 | 21 | 121 | 62 | 22 |
| Octal | 215 | 2 | 253 | 22 | 143 | 0 | 41 | 441 | 142 | 42 |
| Binary | 10001101 | 10 | 10101011 | 10010 | 1100011 | 0 | 100001 | 100100001 | 1100010 | 100010 |
Color Harmonies of #8D02AB
Complementary color
Monochromatic Colors of #8D02AB
Black with #8D02AB
Text Example
Text Example
White with #8D02AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D02AB; }
p { color: rgb(141,2,171); }
H1.HeaderClassName
{
color: #8D02AB;
}
.AnyTagClassName
{
color: #8D02AB;
}
</style>
background-color css
<style>
a { background-color: #8D02AB; }
a { background-color: rgb(141,2,171); }
div.DivClassName
{
background-color: #8D02AB;
}
.BgClassName
{
background-color: #8D02AB;
}
</style>
border-color css
<style>
span { border-color: #8D02AB; }
span { border-color: rgb(141,2,171); }
td.TdClassName
{
border-color: #8D02AB;
}
.TagClassName
{
border-color: #8D02AB;
}
</style>