Shades of Dark Magenta #9412AC
Tints of Dark Magenta #9412AC
RGB
CMYK
RGB Variations
Color information
#9412AC (or 0x9412AC) is known color: Dark Magenta. HEX triplet: 94, 12 and AC. RGB value is (148,18,172). Sum of RGB (Red+Green+Blue) = 148+18+172=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #9412AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9412AC is #6BED53. Grayscale: #494949. Windows color (decimal): -7073108 or 11276948. OLE color: 11276948.
HSL color Cylindrical-coordinate representation of color #9412AC: hue angle of 290.65º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9412AC is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 18 | 172 | - |
| CMYK | 0.14 | 0.90 | 0 | 0.33 |
| HSL | 290.65º | 0.81% | 0.37% | - |
| HSV(B) | 290.65º | 0.9% | 0.67% | - |
| XYZ | 19.88 | 9.71 | 39.86 | - |
| YUV | 74.43 | 183.07 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 18 | 172 | 0.14 | 0.90 | 0 | 0.33 | 290.65 | 0.81 | 0.37 |
| Hex | 94 | 12 | AC | E | 5A | 0 | 21 | 123 | 51 | 25 |
| Octal | 224 | 22 | 254 | 16 | 132 | 0 | 41 | 443 | 121 | 45 |
| Binary | 10010100 | 10010 | 10101100 | 1110 | 1011010 | 0 | 100001 | 100100011 | 1010001 | 100101 |
Color Harmonies of #9412AC
Complementary color
Monochromatic Colors of #9412AC
Black with #9412AC
Text Example
Text Example
White with #9412AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9412AC; }
p { color: rgb(148,18,172); }
H1.HeaderClassName
{
color: #9412AC;
}
.AnyTagClassName
{
color: #9412AC;
}
</style>
background-color css
<style>
a { background-color: #9412AC; }
a { background-color: rgb(148,18,172); }
div.DivClassName
{
background-color: #9412AC;
}
.BgClassName
{
background-color: #9412AC;
}
</style>
border-color css
<style>
span { border-color: #9412AC; }
span { border-color: rgb(148,18,172); }
td.TdClassName
{
border-color: #9412AC;
}
.TagClassName
{
border-color: #9412AC;
}
</style>