Shades of Dark Magenta #9409A7
Tints of Dark Magenta #9409A7
RGB
CMYK
RGB Variations
Color information
#9409A7 (or 0x9409A7) is known color: Dark Magenta. HEX triplet: 94, 09 and A7. RGB value is (148,9,167). Sum of RGB (Red+Green+Blue) = 148+9+167=324 (42% of max value = 765). Red value is 148 (58.20% from 255 or 45.68% from 324); Green value is 9 (3.91% from 255 or 2.78% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #9409A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9409A7 is #6BF658. Grayscale: #444444. Windows color (decimal): -7075417 or 10946964. OLE color: 10946964.
HSL color Cylindrical-coordinate representation of color #9409A7: hue angle of 292.78º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9409A7 is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 9 | 167 | - |
| CMYK | 0.11 | 0.95 | 0 | 0.35 |
| HSL | 292.78º | 0.9% | 0.35% | - |
| HSV(B) | 292.78º | 0.95% | 0.65% | - |
| XYZ | 19.29 | 9.28 | 37.33 | - |
| YUV | 68.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 9 | 167 | 0.11 | 0.95 | 0 | 0.35 | 292.78 | 0.9 | 0.35 |
| Hex | 94 | 9 | A7 | B | 5F | 0 | 23 | 125 | 5A | 23 |
| Octal | 224 | 11 | 247 | 13 | 137 | 0 | 43 | 445 | 132 | 43 |
| Binary | 10010100 | 1001 | 10100111 | 1011 | 1011111 | 0 | 100011 | 100100101 | 1011010 | 100011 |
Color Harmonies of #9409A7
Complementary color
Monochromatic Colors of #9409A7
Black with #9409A7
Text Example
Text Example
White with #9409A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9409A7; }
p { color: rgb(148,9,167); }
H1.HeaderClassName
{
color: #9409A7;
}
.AnyTagClassName
{
color: #9409A7;
}
</style>
background-color css
<style>
a { background-color: #9409A7; }
a { background-color: rgb(148,9,167); }
div.DivClassName
{
background-color: #9409A7;
}
.BgClassName
{
background-color: #9409A7;
}
</style>
border-color css
<style>
span { border-color: #9409A7; }
span { border-color: rgb(148,9,167); }
td.TdClassName
{
border-color: #9409A7;
}
.TagClassName
{
border-color: #9409A7;
}
</style>