Shades of Dark Magenta #8D0BAC
Tints of Dark Magenta #8D0BAC
RGB
CMYK
RGB Variations
Color information
#8D0BAC (or 0x8D0BAC) is known color: Dark Magenta. HEX triplet: 8D, 0B and AC. RGB value is (141,11,172). Sum of RGB (Red+Green+Blue) = 141+11+172=324 (42% of max value = 765). Red value is 141 (55.47% from 255 or 43.52% from 324); Green value is 11 (4.69% from 255 or 3.40% from 324); Blue value is 172 (67.58% from 255 or 53.09% from 324); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D0BAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D0BAC is #72F453. Grayscale: #434343. Windows color (decimal): -7533652 or 11275149. OLE color: 11275149.
HSL color Cylindrical-coordinate representation of color #8D0BAC: hue angle of 288.45º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0BAC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 11 | 172 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.33 |
| HSL | 288.45º | 0.88% | 0.36% | - |
| HSV(B) | 288.45º | 0.94% | 0.67% | - |
| XYZ | 18.55 | 8.88 | 39.77 | - |
| YUV | 68.22 | 186.57 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 11 | 172 | 0.18 | 0.94 | 0 | 0.33 | 288.45 | 0.88 | 0.36 |
| Hex | 8D | B | AC | 12 | 5E | 0 | 21 | 120 | 58 | 24 |
| Octal | 215 | 13 | 254 | 22 | 136 | 0 | 41 | 440 | 130 | 44 |
| Binary | 10001101 | 1011 | 10101100 | 10010 | 1011110 | 0 | 100001 | 100100000 | 1011000 | 100100 |
Color Harmonies of #8D0BAC
Complementary color
Monochromatic Colors of #8D0BAC
Black with #8D0BAC
Text Example
Text Example
White with #8D0BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0BAC; }
p { color: rgb(141,11,172); }
H1.HeaderClassName
{
color: #8D0BAC;
}
.AnyTagClassName
{
color: #8D0BAC;
}
</style>
background-color css
<style>
a { background-color: #8D0BAC; }
a { background-color: rgb(141,11,172); }
div.DivClassName
{
background-color: #8D0BAC;
}
.BgClassName
{
background-color: #8D0BAC;
}
</style>
border-color css
<style>
span { border-color: #8D0BAC; }
span { border-color: rgb(141,11,172); }
td.TdClassName
{
border-color: #8D0BAC;
}
.TagClassName
{
border-color: #8D0BAC;
}
</style>