Shades of Dark Magenta #9D15AC
Tints of Dark Magenta #9D15AC
RGB
CMYK
RGB Variations
Color information
#9D15AC (or 0x9D15AC) is known color: Dark Magenta. HEX triplet: 9D, 15 and AC. RGB value is (157,21,172). Sum of RGB (Red+Green+Blue) = 157+21+172=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D15AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D15AC is #62EA53. Grayscale: #4E4E4E. Windows color (decimal): -6482516 or 11277725. OLE color: 11277725.
HSL color Cylindrical-coordinate representation of color #9D15AC: hue angle of 294.04º 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 #9D15AC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 21 | 172 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.33 |
| HSL | 294.04º | 0.78% | 0.38% | - |
| HSV(B) | 294.04º | 0.88% | 0.67% | - |
| XYZ | 21.62 | 10.68 | 39.95 | - |
| YUV | 78.88 | 180.56 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 172 | 0.09 | 0.88 | 0 | 0.33 | 294.04 | 0.78 | 0.38 |
| Hex | 9D | 15 | AC | 9 | 58 | 0 | 21 | 126 | 4E | 26 |
| Octal | 235 | 25 | 254 | 11 | 130 | 0 | 41 | 446 | 116 | 46 |
| Binary | 10011101 | 10101 | 10101100 | 1001 | 1011000 | 0 | 100001 | 100100110 | 1001110 | 100110 |
Color Harmonies of #9D15AC
Complementary color
Monochromatic Colors of #9D15AC
Black with #9D15AC
Text Example
Text Example
White with #9D15AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D15AC; }
p { color: rgb(157,21,172); }
H1.HeaderClassName
{
color: #9D15AC;
}
.AnyTagClassName
{
color: #9D15AC;
}
</style>
background-color css
<style>
a { background-color: #9D15AC; }
a { background-color: rgb(157,21,172); }
div.DivClassName
{
background-color: #9D15AC;
}
.BgClassName
{
background-color: #9D15AC;
}
</style>
border-color css
<style>
span { border-color: #9D15AC; }
span { border-color: rgb(157,21,172); }
td.TdClassName
{
border-color: #9D15AC;
}
.TagClassName
{
border-color: #9D15AC;
}
</style>