Shades of Dark Magenta #8D00A4
Tints of Dark Magenta #8D00A4
RGB
CMYK
RGB Variations
Color information
#8D00A4 (or 0x8D00A4) is known color: Dark Magenta. HEX triplet: 8D, 00 and A4. RGB value is (141,0,164). Sum of RGB (Red+Green+Blue) = 141+0+164=305 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.23% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #8D00A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D00A4 is #72FF5B. Grayscale: #3C3C3C. Windows color (decimal): -7536476 or 10748045. OLE color: 10748045.
HSL color Cylindrical-coordinate representation of color #8D00A4: hue angle of 291.59º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8D00A4 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 0 | 164 | - |
| CMYK | 0.14 | 1 | 0 | 0.36 |
| HSL | 291.59º | 1% | 0.32% | - |
| HSV(B) | 291.59º | 1% | 0.64% | - |
| XYZ | 17.69 | 8.34 | 35.8 | - |
| YUV | 60.86 | 186.21 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 0 | 164 | 0.14 | 1 | 0 | 0.36 | 291.59 | 1 | 0.32 |
| Hex | 8D | 0 | A4 | E | 64 | 0 | 24 | 124 | 64 | 20 |
| Octal | 215 | 0 | 244 | 16 | 144 | 0 | 44 | 444 | 144 | 40 |
| Binary | 10001101 | 0 | 10100100 | 1110 | 1100100 | 0 | 100100 | 100100100 | 1100100 | 100000 |
Color Harmonies of #8D00A4
Complementary color
Monochromatic Colors of #8D00A4
Black with #8D00A4
Text Example
Text Example
White with #8D00A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D00A4; }
p { color: rgb(141,0,164); }
H1.HeaderClassName
{
color: #8D00A4;
}
.AnyTagClassName
{
color: #8D00A4;
}
</style>
background-color css
<style>
a { background-color: #8D00A4; }
a { background-color: rgb(141,0,164); }
div.DivClassName
{
background-color: #8D00A4;
}
.BgClassName
{
background-color: #8D00A4;
}
</style>
border-color css
<style>
span { border-color: #8D00A4; }
span { border-color: rgb(141,0,164); }
td.TdClassName
{
border-color: #8D00A4;
}
.TagClassName
{
border-color: #8D00A4;
}
</style>