Shades of Dark Magenta #9015A4
Tints of Dark Magenta #9015A4
RGB
CMYK
RGB Variations
Color information
#9015A4 (or 0x9015A4) is known color: Dark Magenta. HEX triplet: 90, 15 and A4. RGB value is (144,21,164). Sum of RGB (Red+Green+Blue) = 144+21+164=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 21 (8.59% from 255 or 6.38% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #9015A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9015A4 is #6FEA5B. Grayscale: #494949. Windows color (decimal): -7334492 or 10753424. OLE color: 10753424.
HSL color Cylindrical-coordinate representation of color #9015A4: hue angle of 291.61º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9015A4 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 21 | 164 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.36 |
| HSL | 291.61º | 0.77% | 0.36% | - |
| HSV(B) | 291.61º | 0.87% | 0.64% | - |
| XYZ | 18.47 | 9.15 | 35.91 | - |
| YUV | 74.08 | 178.75 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 164 | 0.12 | 0.87 | 0 | 0.36 | 291.61 | 0.77 | 0.36 |
| Hex | 90 | 15 | A4 | C | 57 | 0 | 24 | 124 | 4D | 24 |
| Octal | 220 | 25 | 244 | 14 | 127 | 0 | 44 | 444 | 115 | 44 |
| Binary | 10010000 | 10101 | 10100100 | 1100 | 1010111 | 0 | 100100 | 100100100 | 1001101 | 100100 |
Color Harmonies of #9015A4
Complementary color
Monochromatic Colors of #9015A4
Black with #9015A4
Text Example
Text Example
White with #9015A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9015A4; }
p { color: rgb(144,21,164); }
H1.HeaderClassName
{
color: #9015A4;
}
.AnyTagClassName
{
color: #9015A4;
}
</style>
background-color css
<style>
a { background-color: #9015A4; }
a { background-color: rgb(144,21,164); }
div.DivClassName
{
background-color: #9015A4;
}
.BgClassName
{
background-color: #9015A4;
}
</style>
border-color css
<style>
span { border-color: #9015A4; }
span { border-color: rgb(144,21,164); }
td.TdClassName
{
border-color: #9015A4;
}
.TagClassName
{
border-color: #9015A4;
}
</style>