Shades of Dark Magenta #9002AC
Tints of Dark Magenta #9002AC
RGB
CMYK
RGB Variations
Color information
#9002AC (or 0x9002AC) is known color: Dark Magenta. HEX triplet: 90, 02 and AC. RGB value is (144,2,172). Sum of RGB (Red+Green+Blue) = 144+2+172=318 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.28% from 318); Green value is 2 (1.17% from 255 or 0.63% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #9002AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9002AC is #6FFD53. Grayscale: #3F3F3F. Windows color (decimal): -7339348 or 11272848. OLE color: 11272848.
HSL color Cylindrical-coordinate representation of color #9002AC: hue angle of 290.12º degrees, saturation: 0.98, 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 #9002AC is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 2 | 172 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.33 |
| HSL | 290.12º | 0.98% | 0.34% | - |
| HSV(B) | 290.12º | 0.99% | 0.67% | - |
| XYZ | 18.97 | 8.95 | 39.76 | - |
| YUV | 63.84 | 189.04 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 172 | 0.16 | 0.99 | 0 | 0.33 | 290.12 | 0.98 | 0.34 |
| Hex | 90 | 2 | AC | 10 | 63 | 0 | 21 | 122 | 62 | 22 |
| Octal | 220 | 2 | 254 | 20 | 143 | 0 | 41 | 442 | 142 | 42 |
| Binary | 10010000 | 10 | 10101100 | 10000 | 1100011 | 0 | 100001 | 100100010 | 1100010 | 100010 |
Color Harmonies of #9002AC
Complementary color
Monochromatic Colors of #9002AC
Black with #9002AC
Text Example
Text Example
White with #9002AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002AC; }
p { color: rgb(144,2,172); }
H1.HeaderClassName
{
color: #9002AC;
}
.AnyTagClassName
{
color: #9002AC;
}
</style>
background-color css
<style>
a { background-color: #9002AC; }
a { background-color: rgb(144,2,172); }
div.DivClassName
{
background-color: #9002AC;
}
.BgClassName
{
background-color: #9002AC;
}
</style>
border-color css
<style>
span { border-color: #9002AC; }
span { border-color: rgb(144,2,172); }
td.TdClassName
{
border-color: #9002AC;
}
.TagClassName
{
border-color: #9002AC;
}
</style>