Shades of Dark Magenta #9001AC
Tints of Dark Magenta #9001AC
RGB
CMYK
RGB Variations
Color information
#9001AC (or 0x9001AC) is known color: Dark Magenta. HEX triplet: 90, 01 and AC. RGB value is (144,1,172). Sum of RGB (Red+Green+Blue) = 144+1+172=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #9001AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9001AC is #6FFE53. Grayscale: #3E3E3E. Windows color (decimal): -7339604 or 11272592. OLE color: 11272592.
HSL color Cylindrical-coordinate representation of color #9001AC: hue angle of 290.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9001AC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 1 | 172 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.33 |
| HSL | 290.18º | 0.99% | 0.34% | - |
| HSV(B) | 290.18º | 0.99% | 0.67% | - |
| XYZ | 18.96 | 8.93 | 39.75 | - |
| YUV | 63.25 | 189.38 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 1 | 172 | 0.16 | 0.99 | 0 | 0.33 | 290.18 | 0.99 | 0.34 |
| Hex | 90 | 1 | AC | 10 | 63 | 0 | 21 | 122 | 63 | 22 |
| Octal | 220 | 1 | 254 | 20 | 143 | 0 | 41 | 442 | 143 | 42 |
| Binary | 10010000 | 1 | 10101100 | 10000 | 1100011 | 0 | 100001 | 100100010 | 1100011 | 100010 |
Color Harmonies of #9001AC
Complementary color
Monochromatic Colors of #9001AC
Black with #9001AC
Text Example
Text Example
White with #9001AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9001AC; }
p { color: rgb(144,1,172); }
H1.HeaderClassName
{
color: #9001AC;
}
.AnyTagClassName
{
color: #9001AC;
}
</style>
background-color css
<style>
a { background-color: #9001AC; }
a { background-color: rgb(144,1,172); }
div.DivClassName
{
background-color: #9001AC;
}
.BgClassName
{
background-color: #9001AC;
}
</style>
border-color css
<style>
span { border-color: #9001AC; }
span { border-color: rgb(144,1,172); }
td.TdClassName
{
border-color: #9001AC;
}
.TagClassName
{
border-color: #9001AC;
}
</style>