Shades of Dark Magenta #9D00AE
Tints of Dark Magenta #9D00AE
RGB
CMYK
RGB Variations
Color information
#9D00AE (or 0x9D00AE) is known color: Dark Magenta. HEX triplet: 9D, 00 and AE. RGB value is (157,0,174). Sum of RGB (Red+Green+Blue) = 157+0+174=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D00AE is #62FF51. Grayscale: #424242. Windows color (decimal): -6487890 or 11403421. OLE color: 11403421.
HSL color Cylindrical-coordinate representation of color #9D00AE: hue angle of 294.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9D00AE is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 0 | 174 | - |
| CMYK | 0.10 | 1 | 0 | 0.32 |
| HSL | 294.14º | 1% | 0.34% | - |
| HSV(B) | 294.14º | 1% | 0.68% | - |
| XYZ | 21.54 | 10.22 | 40.88 | - |
| YUV | 66.78 | 188.51 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 0 | 174 | 0.10 | 1 | 0 | 0.32 | 294.14 | 1 | 0.34 |
| Hex | 9D | 0 | AE | A | 64 | 0 | 20 | 126 | 64 | 22 |
| Octal | 235 | 0 | 256 | 12 | 144 | 0 | 40 | 446 | 144 | 42 |
| Binary | 10011101 | 0 | 10101110 | 1010 | 1100100 | 0 | 100000 | 100100110 | 1100100 | 100010 |
Color Harmonies of #9D00AE
Complementary color
Monochromatic Colors of #9D00AE
Black with #9D00AE
Text Example
Text Example
White with #9D00AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D00AE; }
p { color: rgb(157,0,174); }
H1.HeaderClassName
{
color: #9D00AE;
}
.AnyTagClassName
{
color: #9D00AE;
}
</style>
background-color css
<style>
a { background-color: #9D00AE; }
a { background-color: rgb(157,0,174); }
div.DivClassName
{
background-color: #9D00AE;
}
.BgClassName
{
background-color: #9D00AE;
}
</style>
border-color css
<style>
span { border-color: #9D00AE; }
span { border-color: rgb(157,0,174); }
td.TdClassName
{
border-color: #9D00AE;
}
.TagClassName
{
border-color: #9D00AE;
}
</style>