Shades of Dark Magenta #9D15AB
Tints of Dark Magenta #9D15AB
RGB
CMYK
RGB Variations
Color information
#9D15AB (or 0x9D15AB) is known color: Dark Magenta. HEX triplet: 9D, 15 and AB. RGB value is (157,21,171). Sum of RGB (Red+Green+Blue) = 157+21+171=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D15AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D15AB is #62EA54. Grayscale: #4E4E4E. Windows color (decimal): -6482517 or 11212189. OLE color: 11212189.
HSL color Cylindrical-coordinate representation of color #9D15AB: hue angle of 294.4º 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 #9D15AB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 21 | 171 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.33 |
| HSL | 294.4º | 0.78% | 0.38% | - |
| HSV(B) | 294.4º | 0.88% | 0.67% | - |
| XYZ | 21.52 | 10.64 | 39.45 | - |
| YUV | 78.76 | 180.06 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 171 | 0.08 | 0.88 | 0 | 0.33 | 294.4 | 0.78 | 0.38 |
| Hex | 9D | 15 | AB | 8 | 58 | 0 | 21 | 126 | 4E | 26 |
| Octal | 235 | 25 | 253 | 10 | 130 | 0 | 41 | 446 | 116 | 46 |
| Binary | 10011101 | 10101 | 10101011 | 1000 | 1011000 | 0 | 100001 | 100100110 | 1001110 | 100110 |
Color Harmonies of #9D15AB
Complementary color
Monochromatic Colors of #9D15AB
Black with #9D15AB
Text Example
Text Example
White with #9D15AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D15AB; }
p { color: rgb(157,21,171); }
H1.HeaderClassName
{
color: #9D15AB;
}
.AnyTagClassName
{
color: #9D15AB;
}
</style>
background-color css
<style>
a { background-color: #9D15AB; }
a { background-color: rgb(157,21,171); }
div.DivClassName
{
background-color: #9D15AB;
}
.BgClassName
{
background-color: #9D15AB;
}
</style>
border-color css
<style>
span { border-color: #9D15AB; }
span { border-color: rgb(157,21,171); }
td.TdClassName
{
border-color: #9D15AB;
}
.TagClassName
{
border-color: #9D15AB;
}
</style>