Shades of Dark Magenta #8D00AB
Tints of Dark Magenta #8D00AB
RGB
CMYK
RGB Variations
Color information
#8D00AB (or 0x8D00AB) is known color: Dark Magenta. HEX triplet: 8D, 00 and AB. RGB value is (141,0,171). Sum of RGB (Red+Green+Blue) = 141+0+171=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D00AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D00AB is #72FF54. Grayscale: #3D3D3D. Windows color (decimal): -7536469 or 11206797. OLE color: 11206797.
HSL color Cylindrical-coordinate representation of color #8D00AB: hue angle of 289.47º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00AB is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 0 | 171 | - |
| CMYK | 0.18 | 1 | 0 | 0.33 |
| HSL | 289.47º | 1% | 0.34% | - |
| HSV(B) | 289.47º | 1% | 0.67% | - |
| XYZ | 18.34 | 8.6 | 39.22 | - |
| YUV | 61.65 | 189.71 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 171 | 0.18 | 1 | 0 | 0.33 | 289.47 | 1 | 0.34 |
| Hex | 8D | 0 | AB | 12 | 64 | 0 | 21 | 121 | 64 | 22 |
| Octal | 215 | 0 | 253 | 22 | 144 | 0 | 41 | 441 | 144 | 42 |
| Binary | 10001101 | 0 | 10101011 | 10010 | 1100100 | 0 | 100001 | 100100001 | 1100100 | 100010 |
Color Harmonies of #8D00AB
Complementary color
Monochromatic Colors of #8D00AB
Black with #8D00AB
Text Example
Text Example
White with #8D00AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00AB; }
p { color: rgb(141,0,171); }
H1.HeaderClassName
{
color: #8D00AB;
}
.AnyTagClassName
{
color: #8D00AB;
}
</style>
background-color css
<style>
a { background-color: #8D00AB; }
a { background-color: rgb(141,0,171); }
div.DivClassName
{
background-color: #8D00AB;
}
.BgClassName
{
background-color: #8D00AB;
}
</style>
border-color css
<style>
span { border-color: #8D00AB; }
span { border-color: rgb(141,0,171); }
td.TdClassName
{
border-color: #8D00AB;
}
.TagClassName
{
border-color: #8D00AB;
}
</style>