Shades of Dark Magenta #9815AD
Tints of Dark Magenta #9815AD
RGB
CMYK
RGB Variations
Color information
#9815AD (or 0x9815AD) is known color: Dark Magenta. HEX triplet: 98, 15 and AD. RGB value is (152,21,173). Sum of RGB (Red+Green+Blue) = 152+21+173=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 21 (8.59% from 255 or 6.07% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #9815AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9815AD is #67EA52. Grayscale: #4D4D4D. Windows color (decimal): -6810195 or 11343256. OLE color: 11343256.
HSL color Cylindrical-coordinate representation of color #9815AD: hue angle of 291.71º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9815AD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 21 | 173 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.32 |
| HSL | 291.71º | 0.78% | 0.38% | - |
| HSV(B) | 291.71º | 0.88% | 0.68% | - |
| XYZ | 20.76 | 10.23 | 40.42 | - |
| YUV | 77.5 | 181.9 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 173 | 0.12 | 0.88 | 0 | 0.32 | 291.71 | 0.78 | 0.38 |
| Hex | 98 | 15 | AD | C | 58 | 0 | 20 | 124 | 4E | 26 |
| Octal | 230 | 25 | 255 | 14 | 130 | 0 | 40 | 444 | 116 | 46 |
| Binary | 10011000 | 10101 | 10101101 | 1100 | 1011000 | 0 | 100000 | 100100100 | 1001110 | 100110 |
Color Harmonies of #9815AD
Complementary color
Monochromatic Colors of #9815AD
Black with #9815AD
Text Example
Text Example
White with #9815AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9815AD; }
p { color: rgb(152,21,173); }
H1.HeaderClassName
{
color: #9815AD;
}
.AnyTagClassName
{
color: #9815AD;
}
</style>
background-color css
<style>
a { background-color: #9815AD; }
a { background-color: rgb(152,21,173); }
div.DivClassName
{
background-color: #9815AD;
}
.BgClassName
{
background-color: #9815AD;
}
</style>
border-color css
<style>
span { border-color: #9815AD; }
span { border-color: rgb(152,21,173); }
td.TdClassName
{
border-color: #9815AD;
}
.TagClassName
{
border-color: #9815AD;
}
</style>