Shades of Dark Magenta #9015A7
Tints of Dark Magenta #9015A7
RGB
CMYK
RGB Variations
Color information
#9015A7 (or 0x9015A7) is known color: Dark Magenta. HEX triplet: 90, 15 and A7. RGB value is (144,21,167). Sum of RGB (Red+Green+Blue) = 144+21+167=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 167 (65.62% from 255 or 50.30% from 332); Max value from RGB is 167 - color contains mainly: blue. Hex color #9015A7 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9015A7 is #6FEA58. Grayscale: #494949. Windows color (decimal): -7334489 or 10950032. OLE color: 10950032.
HSL color Cylindrical-coordinate representation of color #9015A7: hue angle of 290.55º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9015A7 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 21 | 167 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.35 |
| HSL | 290.55º | 0.78% | 0.37% | - |
| HSV(B) | 290.55º | 0.87% | 0.65% | - |
| XYZ | 18.74 | 9.26 | 37.36 | - |
| YUV | 74.42 | 180.25 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 21 | 167 | 0.14 | 0.87 | 0 | 0.35 | 290.55 | 0.78 | 0.37 |
| Hex | 90 | 15 | A7 | E | 57 | 0 | 23 | 123 | 4E | 25 |
| Octal | 220 | 25 | 247 | 16 | 127 | 0 | 43 | 443 | 116 | 45 |
| Binary | 10010000 | 10101 | 10100111 | 1110 | 1010111 | 0 | 100011 | 100100011 | 1001110 | 100101 |
Color Harmonies of #9015A7
Complementary color
Monochromatic Colors of #9015A7
Black with #9015A7
Text Example
Text Example
White with #9015A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9015A7; }
p { color: rgb(144,21,167); }
H1.HeaderClassName
{
color: #9015A7;
}
.AnyTagClassName
{
color: #9015A7;
}
</style>
background-color css
<style>
a { background-color: #9015A7; }
a { background-color: rgb(144,21,167); }
div.DivClassName
{
background-color: #9015A7;
}
.BgClassName
{
background-color: #9015A7;
}
</style>
border-color css
<style>
span { border-color: #9015A7; }
span { border-color: rgb(144,21,167); }
td.TdClassName
{
border-color: #9015A7;
}
.TagClassName
{
border-color: #9015A7;
}
</style>