Shades of Dark Magenta #8D07A8
Tints of Dark Magenta #8D07A8
RGB
CMYK
RGB Variations
Color information
#8D07A8 (or 0x8D07A8) is known color: Dark Magenta. HEX triplet: 8D, 07 and A8. RGB value is (141,7,168). Sum of RGB (Red+Green+Blue) = 141+7+168=316 (41% of max value = 765). Red value is 141 (55.47% from 255 or 44.62% from 316); Green value is 7 (3.12% from 255 or 2.22% from 316); Blue value is 168 (66.02% from 255 or 53.16% from 316); Max value from RGB is 168 - color contains mainly: blue. Hex color #8D07A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D07A8 is #72F857. Grayscale: #404040. Windows color (decimal): -7534680 or 11011981. OLE color: 11011981.
HSL color Cylindrical-coordinate representation of color #8D07A8: hue angle of 289.94º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D07A8 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 7 | 168 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.34 |
| HSL | 289.94º | 0.92% | 0.34% | - |
| HSV(B) | 289.94º | 0.96% | 0.66% | - |
| XYZ | 18.13 | 8.64 | 37.76 | - |
| YUV | 65.42 | 185.89 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 7 | 168 | 0.16 | 0.96 | 0 | 0.34 | 289.94 | 0.92 | 0.34 |
| Hex | 8D | 7 | A8 | 10 | 60 | 0 | 22 | 122 | 5C | 22 |
| Octal | 215 | 7 | 250 | 20 | 140 | 0 | 42 | 442 | 134 | 42 |
| Binary | 10001101 | 111 | 10101000 | 10000 | 1100000 | 0 | 100010 | 100100010 | 1011100 | 100010 |
Color Harmonies of #8D07A8
Complementary color
Monochromatic Colors of #8D07A8
Black with #8D07A8
Text Example
Text Example
White with #8D07A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D07A8; }
p { color: rgb(141,7,168); }
H1.HeaderClassName
{
color: #8D07A8;
}
.AnyTagClassName
{
color: #8D07A8;
}
</style>
background-color css
<style>
a { background-color: #8D07A8; }
a { background-color: rgb(141,7,168); }
div.DivClassName
{
background-color: #8D07A8;
}
.BgClassName
{
background-color: #8D07A8;
}
</style>
border-color css
<style>
span { border-color: #8D07A8; }
span { border-color: rgb(141,7,168); }
td.TdClassName
{
border-color: #8D07A8;
}
.TagClassName
{
border-color: #8D07A8;
}
</style>