Shades of Dark Magenta #9816AD
Tints of Dark Magenta #9816AD
RGB
CMYK
RGB Variations
Color information
#9816AD (or 0x9816AD) is known color: Dark Magenta. HEX triplet: 98, 16 and AD. RGB value is (152,22,173). Sum of RGB (Red+Green+Blue) = 152+22+173=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #9816AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9816AD is #67E952. Grayscale: #4D4D4D. Windows color (decimal): -6809939 or 11343512. OLE color: 11343512.
HSL color Cylindrical-coordinate representation of color #9816AD: hue angle of 291.66º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9816AD is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 22 | 173 | - |
| CMYK | 0.12 | 0.87 | 0 | 0.32 |
| HSL | 291.66º | 0.77% | 0.38% | - |
| HSV(B) | 291.66º | 0.87% | 0.68% | - |
| XYZ | 20.78 | 10.27 | 40.42 | - |
| YUV | 78.08 | 181.57 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 22 | 173 | 0.12 | 0.87 | 0 | 0.32 | 291.66 | 0.77 | 0.38 |
| Hex | 98 | 16 | AD | C | 57 | 0 | 20 | 124 | 4D | 26 |
| Octal | 230 | 26 | 255 | 14 | 127 | 0 | 40 | 444 | 115 | 46 |
| Binary | 10011000 | 10110 | 10101101 | 1100 | 1010111 | 0 | 100000 | 100100100 | 1001101 | 100110 |
Color Harmonies of #9816AD
Complementary color
Monochromatic Colors of #9816AD
Black with #9816AD
Text Example
Text Example
White with #9816AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9816AD; }
p { color: rgb(152,22,173); }
H1.HeaderClassName
{
color: #9816AD;
}
.AnyTagClassName
{
color: #9816AD;
}
</style>
background-color css
<style>
a { background-color: #9816AD; }
a { background-color: rgb(152,22,173); }
div.DivClassName
{
background-color: #9816AD;
}
.BgClassName
{
background-color: #9816AD;
}
</style>
border-color css
<style>
span { border-color: #9816AD; }
span { border-color: rgb(152,22,173); }
td.TdClassName
{
border-color: #9816AD;
}
.TagClassName
{
border-color: #9816AD;
}
</style>