Shades of Dark Magenta #9004AC
Tints of Dark Magenta #9004AC
RGB
CMYK
RGB Variations
Color information
#9004AC (or 0x9004AC) is known color: Dark Magenta. HEX triplet: 90, 04 and AC. RGB value is (144,4,172). Sum of RGB (Red+Green+Blue) = 144+4+172=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #9004AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9004AC is #6FFB53. Grayscale: #404040. Windows color (decimal): -7338836 or 11273360. OLE color: 11273360.
HSL color Cylindrical-coordinate representation of color #9004AC: hue angle of 290º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004AC is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 4 | 172 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.33 |
| HSL | 290º | 0.95% | 0.35% | - |
| HSV(B) | 290º | 0.98% | 0.67% | - |
| XYZ | 18.99 | 8.99 | 39.76 | - |
| YUV | 65.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 4 | 172 | 0.16 | 0.98 | 0 | 0.33 | 290 | 0.95 | 0.35 |
| Hex | 90 | 4 | AC | 10 | 62 | 0 | 21 | 122 | 5F | 23 |
| Octal | 220 | 4 | 254 | 20 | 142 | 0 | 41 | 442 | 137 | 43 |
| Binary | 10010000 | 100 | 10101100 | 10000 | 1100010 | 0 | 100001 | 100100010 | 1011111 | 100011 |
Color Harmonies of #9004AC
Complementary color
Monochromatic Colors of #9004AC
Black with #9004AC
Text Example
Text Example
White with #9004AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9004AC; }
p { color: rgb(144,4,172); }
H1.HeaderClassName
{
color: #9004AC;
}
.AnyTagClassName
{
color: #9004AC;
}
</style>
background-color css
<style>
a { background-color: #9004AC; }
a { background-color: rgb(144,4,172); }
div.DivClassName
{
background-color: #9004AC;
}
.BgClassName
{
background-color: #9004AC;
}
</style>
border-color css
<style>
span { border-color: #9004AC; }
span { border-color: rgb(144,4,172); }
td.TdClassName
{
border-color: #9004AC;
}
.TagClassName
{
border-color: #9004AC;
}
</style>