Shades of Dark Magenta #9D06A4
Tints of Dark Magenta #9D06A4
RGB
CMYK
RGB Variations
Color information
#9D06A4 (or 0x9D06A4) is known color: Dark Magenta. HEX triplet: 9D, 06 and A4. RGB value is (157,6,164). Sum of RGB (Red+Green+Blue) = 157+6+164=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 6 (2.73% from 255 or 1.83% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D06A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D06A4 is #62F95B. Grayscale: #444444. Windows color (decimal): -6486364 or 10749597. OLE color: 10749597.
HSL color Cylindrical-coordinate representation of color #9D06A4: hue angle of 297.34º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D06A4 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 6 | 164 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.36 |
| HSL | 297.34º | 0.93% | 0.33% | - |
| HSV(B) | 297.34º | 0.96% | 0.64% | - |
| XYZ | 20.67 | 9.98 | 35.96 | - |
| YUV | 69.16 | 181.53 | 190.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 164 | 0.04 | 0.96 | 0 | 0.36 | 297.34 | 0.93 | 0.33 |
| Hex | 9D | 6 | A4 | 4 | 60 | 0 | 24 | 129 | 5D | 21 |
| Octal | 235 | 6 | 244 | 4 | 140 | 0 | 44 | 451 | 135 | 41 |
| Binary | 10011101 | 110 | 10100100 | 100 | 1100000 | 0 | 100100 | 100101001 | 1011101 | 100001 |
Color Harmonies of #9D06A4
Complementary color
Monochromatic Colors of #9D06A4
Black with #9D06A4
Text Example
Text Example
White with #9D06A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D06A4; }
p { color: rgb(157,6,164); }
H1.HeaderClassName
{
color: #9D06A4;
}
.AnyTagClassName
{
color: #9D06A4;
}
</style>
background-color css
<style>
a { background-color: #9D06A4; }
a { background-color: rgb(157,6,164); }
div.DivClassName
{
background-color: #9D06A4;
}
.BgClassName
{
background-color: #9D06A4;
}
</style>
border-color css
<style>
span { border-color: #9D06A4; }
span { border-color: rgb(157,6,164); }
td.TdClassName
{
border-color: #9D06A4;
}
.TagClassName
{
border-color: #9D06A4;
}
</style>