Shades of Dark Magenta #9002A4
Tints of Dark Magenta #9002A4
RGB
CMYK
RGB Variations
Color information
#9002A4 (or 0x9002A4) is known color: Dark Magenta. HEX triplet: 90, 02 and A4. RGB value is (144,2,164). Sum of RGB (Red+Green+Blue) = 144+2+164=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 2 (1.17% from 255 or 0.65% from 310); Blue value is 164 (64.45% from 255 or 52.90% from 310); Max value from RGB is 164 - color contains mainly: blue. Hex color #9002A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9002A4 is #6FFD5B. Grayscale: #3E3E3E. Windows color (decimal): -7339356 or 10748560. OLE color: 10748560.
HSL color Cylindrical-coordinate representation of color #9002A4: hue angle of 292.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002A4 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 2 | 164 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.36 |
| HSL | 292.59º | 0.98% | 0.33% | - |
| HSV(B) | 292.59º | 0.99% | 0.64% | - |
| XYZ | 18.22 | 8.65 | 35.83 | - |
| YUV | 62.93 | 185.04 | 185.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 2 | 164 | 0.12 | 0.99 | 0 | 0.36 | 292.59 | 0.98 | 0.33 |
| Hex | 90 | 2 | A4 | C | 63 | 0 | 24 | 125 | 62 | 21 |
| Octal | 220 | 2 | 244 | 14 | 143 | 0 | 44 | 445 | 142 | 41 |
| Binary | 10010000 | 10 | 10100100 | 1100 | 1100011 | 0 | 100100 | 100100101 | 1100010 | 100001 |
Color Harmonies of #9002A4
Complementary color
Monochromatic Colors of #9002A4
Black with #9002A4
Text Example
Text Example
White with #9002A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9002A4; }
p { color: rgb(144,2,164); }
H1.HeaderClassName
{
color: #9002A4;
}
.AnyTagClassName
{
color: #9002A4;
}
</style>
background-color css
<style>
a { background-color: #9002A4; }
a { background-color: rgb(144,2,164); }
div.DivClassName
{
background-color: #9002A4;
}
.BgClassName
{
background-color: #9002A4;
}
</style>
border-color css
<style>
span { border-color: #9002A4; }
span { border-color: rgb(144,2,164); }
td.TdClassName
{
border-color: #9002A4;
}
.TagClassName
{
border-color: #9002A4;
}
</style>