Shades of Dark Magenta #9914AD
Tints of Dark Magenta #9914AD
RGB
CMYK
RGB Variations
Color information
#9914AD (or 0x9914AD) is known color: Dark Magenta. HEX triplet: 99, 14 and AD. RGB value is (153,20,173). Sum of RGB (Red+Green+Blue) = 153+20+173=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 20 (8.20% from 255 or 5.78% 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 #9914AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9914AD is #66EB52. Grayscale: #4C4C4C. Windows color (decimal): -6744915 or 11343001. OLE color: 11343001.
HSL color Cylindrical-coordinate representation of color #9914AD: hue angle of 292.16º degrees, saturation: 0.79, 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 #9914AD is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 153 | 20 | 173 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.32 |
| HSL | 292.16º | 0.79% | 0.38% | - |
| HSV(B) | 292.16º | 0.88% | 0.68% | - |
| XYZ | 20.93 | 10.29 | 40.42 | - |
| YUV | 77.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 173 | 0.12 | 0.88 | 0 | 0.32 | 292.16 | 0.79 | 0.38 |
| Hex | 99 | 14 | AD | C | 58 | 0 | 20 | 124 | 4F | 26 |
| Octal | 231 | 24 | 255 | 14 | 130 | 0 | 40 | 444 | 117 | 46 |
| Binary | 10011001 | 10100 | 10101101 | 1100 | 1011000 | 0 | 100000 | 100100100 | 1001111 | 100110 |
Color Harmonies of #9914AD
Complementary color
Monochromatic Colors of #9914AD
Black with #9914AD
Text Example
Text Example
White with #9914AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9914AD; }
p { color: rgb(153,20,173); }
H1.HeaderClassName
{
color: #9914AD;
}
.AnyTagClassName
{
color: #9914AD;
}
</style>
background-color css
<style>
a { background-color: #9914AD; }
a { background-color: rgb(153,20,173); }
div.DivClassName
{
background-color: #9914AD;
}
.BgClassName
{
background-color: #9914AD;
}
</style>
border-color css
<style>
span { border-color: #9914AD; }
span { border-color: rgb(153,20,173); }
td.TdClassName
{
border-color: #9914AD;
}
.TagClassName
{
border-color: #9914AD;
}
</style>