Shades of Dark Magenta #9D0BAE
Tints of Dark Magenta #9D0BAE
RGB
CMYK
RGB Variations
Color information
#9D0BAE (or 0x9D0BAE) is known color: Dark Magenta. HEX triplet: 9D, 0B and AE. RGB value is (157,11,174). Sum of RGB (Red+Green+Blue) = 157+11+174=342 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.91% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #9D0BAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0BAE is #62F451. Grayscale: #484848. Windows color (decimal): -6485074 or 11406237. OLE color: 11406237.
HSL color Cylindrical-coordinate representation of color #9D0BAE: hue angle of 293.74º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0BAE is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 11 | 174 | - |
| CMYK | 0.10 | 0.94 | 0 | 0.32 |
| HSL | 293.74º | 0.88% | 0.36% | - |
| HSV(B) | 293.74º | 0.94% | 0.68% | - |
| XYZ | 21.66 | 10.46 | 40.92 | - |
| YUV | 73.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 11 | 174 | 0.10 | 0.94 | 0 | 0.32 | 293.74 | 0.88 | 0.36 |
| Hex | 9D | B | AE | A | 5E | 0 | 20 | 126 | 58 | 24 |
| Octal | 235 | 13 | 256 | 12 | 136 | 0 | 40 | 446 | 130 | 44 |
| Binary | 10011101 | 1011 | 10101110 | 1010 | 1011110 | 0 | 100000 | 100100110 | 1011000 | 100100 |
Color Harmonies of #9D0BAE
Complementary color
Monochromatic Colors of #9D0BAE
Black with #9D0BAE
Text Example
Text Example
White with #9D0BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0BAE; }
p { color: rgb(157,11,174); }
H1.HeaderClassName
{
color: #9D0BAE;
}
.AnyTagClassName
{
color: #9D0BAE;
}
</style>
background-color css
<style>
a { background-color: #9D0BAE; }
a { background-color: rgb(157,11,174); }
div.DivClassName
{
background-color: #9D0BAE;
}
.BgClassName
{
background-color: #9D0BAE;
}
</style>
border-color css
<style>
span { border-color: #9D0BAE; }
span { border-color: rgb(157,11,174); }
td.TdClassName
{
border-color: #9D0BAE;
}
.TagClassName
{
border-color: #9D0BAE;
}
</style>