Shades of Dark Magenta #9A15AB
Tints of Dark Magenta #9A15AB
RGB
CMYK
RGB Variations
Color information
#9A15AB (or 0x9A15AB) is known color: Dark Magenta. HEX triplet: 9A, 15 and AB. RGB value is (154,21,171). Sum of RGB (Red+Green+Blue) = 154+21+171=346 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.51% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A15AB is #65EA54. Grayscale: #4D4D4D. Windows color (decimal): -6679125 or 11212186. OLE color: 11212186.
HSL color Cylindrical-coordinate representation of color #9A15AB: hue angle of 293.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A15AB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 21 | 171 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.33 |
| HSL | 293.2º | 0.78% | 0.38% | - |
| HSV(B) | 293.2º | 0.88% | 0.67% | - |
| XYZ | 20.95 | 10.35 | 39.42 | - |
| YUV | 77.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 21 | 171 | 0.10 | 0.88 | 0 | 0.33 | 293.2 | 0.78 | 0.38 |
| Hex | 9A | 15 | AB | A | 58 | 0 | 21 | 125 | 4E | 26 |
| Octal | 232 | 25 | 253 | 12 | 130 | 0 | 41 | 445 | 116 | 46 |
| Binary | 10011010 | 10101 | 10101011 | 1010 | 1011000 | 0 | 100001 | 100100101 | 1001110 | 100110 |
Color Harmonies of #9A15AB
Complementary color
Monochromatic Colors of #9A15AB
Black with #9A15AB
Text Example
Text Example
White with #9A15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A15AB; }
p { color: rgb(154,21,171); }
H1.HeaderClassName
{
color: #9A15AB;
}
.AnyTagClassName
{
color: #9A15AB;
}
</style>
background-color css
<style>
a { background-color: #9A15AB; }
a { background-color: rgb(154,21,171); }
div.DivClassName
{
background-color: #9A15AB;
}
.BgClassName
{
background-color: #9A15AB;
}
</style>
border-color css
<style>
span { border-color: #9A15AB; }
span { border-color: rgb(154,21,171); }
td.TdClassName
{
border-color: #9A15AB;
}
.TagClassName
{
border-color: #9A15AB;
}
</style>