Shades of Dark Magenta #9A15AA
Tints of Dark Magenta #9A15AA
RGB
CMYK
RGB Variations
Color information
#9A15AA (or 0x9A15AA) is known color: Dark Magenta. HEX triplet: 9A, 15 and AA. RGB value is (154,21,170). Sum of RGB (Red+Green+Blue) = 154+21+170=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A15AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A15AA is #65EA55. Grayscale: #4D4D4D. Windows color (decimal): -6679126 or 11146650. OLE color: 11146650.
HSL color Cylindrical-coordinate representation of color #9A15AA: hue angle of 293.56º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A15AA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 21 | 170 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.33 |
| HSL | 293.56º | 0.78% | 0.37% | - |
| HSV(B) | 293.56º | 0.88% | 0.67% | - |
| XYZ | 20.85 | 10.31 | 38.92 | - |
| YUV | 77.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 170 | 0.09 | 0.88 | 0 | 0.33 | 293.56 | 0.78 | 0.37 |
| Hex | 9A | 15 | AA | 9 | 58 | 0 | 21 | 126 | 4E | 25 |
| Octal | 232 | 25 | 252 | 11 | 130 | 0 | 41 | 446 | 116 | 45 |
| Binary | 10011010 | 10101 | 10101010 | 1001 | 1011000 | 0 | 100001 | 100100110 | 1001110 | 100101 |
Color Harmonies of #9A15AA
Complementary color
Monochromatic Colors of #9A15AA
Black with #9A15AA
Text Example
Text Example
White with #9A15AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A15AA; }
p { color: rgb(154,21,170); }
H1.HeaderClassName
{
color: #9A15AA;
}
.AnyTagClassName
{
color: #9A15AA;
}
</style>
background-color css
<style>
a { background-color: #9A15AA; }
a { background-color: rgb(154,21,170); }
div.DivClassName
{
background-color: #9A15AA;
}
.BgClassName
{
background-color: #9A15AA;
}
</style>
border-color css
<style>
span { border-color: #9A15AA; }
span { border-color: rgb(154,21,170); }
td.TdClassName
{
border-color: #9A15AA;
}
.TagClassName
{
border-color: #9A15AA;
}
</style>