Shades of Dark Magenta #9411A8
Tints of Dark Magenta #9411A8
RGB
CMYK
RGB Variations
Color information
#9411A8 (or 0x9411A8) is known color: Dark Magenta. HEX triplet: 94, 11 and A8. RGB value is (148,17,168). Sum of RGB (Red+Green+Blue) = 148+17+168=333 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.44% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #9411A8 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9411A8 is #6BEE57. Grayscale: #484848. Windows color (decimal): -7073368 or 11014548. OLE color: 11014548.
HSL color Cylindrical-coordinate representation of color #9411A8: hue angle of 292.05º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9411A8 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 148 | 17 | 168 | - |
| CMYK | 0.12 | 0.90 | 0 | 0.34 |
| HSL | 292.05º | 0.82% | 0.36% | - |
| HSV(B) | 292.05º | 0.9% | 0.66% | - |
| XYZ | 19.48 | 9.52 | 37.86 | - |
| YUV | 73.38 | 181.4 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 168 | 0.12 | 0.90 | 0 | 0.34 | 292.05 | 0.82 | 0.36 |
| Hex | 94 | 11 | A8 | C | 5A | 0 | 22 | 124 | 52 | 24 |
| Octal | 224 | 21 | 250 | 14 | 132 | 0 | 42 | 444 | 122 | 44 |
| Binary | 10010100 | 10001 | 10101000 | 1100 | 1011010 | 0 | 100010 | 100100100 | 1010010 | 100100 |
Color Harmonies of #9411A8
Complementary color
Monochromatic Colors of #9411A8
Black with #9411A8
Text Example
Text Example
White with #9411A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9411A8; }
p { color: rgb(148,17,168); }
H1.HeaderClassName
{
color: #9411A8;
}
.AnyTagClassName
{
color: #9411A8;
}
</style>
background-color css
<style>
a { background-color: #9411A8; }
a { background-color: rgb(148,17,168); }
div.DivClassName
{
background-color: #9411A8;
}
.BgClassName
{
background-color: #9411A8;
}
</style>
border-color css
<style>
span { border-color: #9411A8; }
span { border-color: rgb(148,17,168); }
td.TdClassName
{
border-color: #9411A8;
}
.TagClassName
{
border-color: #9411A8;
}
</style>