Shades of Dark Magenta #9007AC
Tints of Dark Magenta #9007AC
RGB
CMYK
RGB Variations
Color information
#9007AC (or 0x9007AC) is known color: Dark Magenta. HEX triplet: 90, 07 and AC. RGB value is (144,7,172). Sum of RGB (Red+Green+Blue) = 144+7+172=323 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.58% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #9007AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9007AC is #6FF853. Grayscale: #424242. Windows color (decimal): -7338068 or 11274128. OLE color: 11274128.
HSL color Cylindrical-coordinate representation of color #9007AC: hue angle of 289.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9007AC is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 7 | 172 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.33 |
| HSL | 289.82º | 0.92% | 0.35% | - |
| HSV(B) | 289.82º | 0.96% | 0.67% | - |
| XYZ | 19.02 | 9.06 | 39.78 | - |
| YUV | 66.77 | 187.39 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 7 | 172 | 0.16 | 0.96 | 0 | 0.33 | 289.82 | 0.92 | 0.35 |
| Hex | 90 | 7 | AC | 10 | 60 | 0 | 21 | 122 | 5C | 23 |
| Octal | 220 | 7 | 254 | 20 | 140 | 0 | 41 | 442 | 134 | 43 |
| Binary | 10010000 | 111 | 10101100 | 10000 | 1100000 | 0 | 100001 | 100100010 | 1011100 | 100011 |
Color Harmonies of #9007AC
Complementary color
Monochromatic Colors of #9007AC
Black with #9007AC
Text Example
Text Example
White with #9007AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9007AC; }
p { color: rgb(144,7,172); }
H1.HeaderClassName
{
color: #9007AC;
}
.AnyTagClassName
{
color: #9007AC;
}
</style>
background-color css
<style>
a { background-color: #9007AC; }
a { background-color: rgb(144,7,172); }
div.DivClassName
{
background-color: #9007AC;
}
.BgClassName
{
background-color: #9007AC;
}
</style>
border-color css
<style>
span { border-color: #9007AC; }
span { border-color: rgb(144,7,172); }
td.TdClassName
{
border-color: #9007AC;
}
.TagClassName
{
border-color: #9007AC;
}
</style>