Shades of Dark Magenta #970DAC
Tints of Dark Magenta #970DAC
RGB
CMYK
RGB Variations
Color information
#970DAC (or 0x970DAC) is known color: Dark Magenta. HEX triplet: 97, 0D and AC. RGB value is (151,13,172). Sum of RGB (Red+Green+Blue) = 151+13+172=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #970DAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970DAC is #68F253. Grayscale: #474747. Windows color (decimal): -6877780 or 11275671. OLE color: 11275671.
HSL color Cylindrical-coordinate representation of color #970DAC: hue angle of 292.08º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970DAC is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 151 | 13 | 172 | - |
| CMYK | 0.12 | 0.92 | 0 | 0.33 |
| HSL | 292.08º | 0.86% | 0.36% | - |
| HSV(B) | 292.08º | 0.92% | 0.67% | - |
| XYZ | 20.35 | 9.85 | 39.86 | - |
| YUV | 72.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 13 | 172 | 0.12 | 0.92 | 0 | 0.33 | 292.08 | 0.86 | 0.36 |
| Hex | 97 | D | AC | C | 5C | 0 | 21 | 124 | 56 | 24 |
| Octal | 227 | 15 | 254 | 14 | 134 | 0 | 41 | 444 | 126 | 44 |
| Binary | 10010111 | 1101 | 10101100 | 1100 | 1011100 | 0 | 100001 | 100100100 | 1010110 | 100100 |
Color Harmonies of #970DAC
Complementary color
Monochromatic Colors of #970DAC
Black with #970DAC
Text Example
Text Example
White with #970DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970DAC; }
p { color: rgb(151,13,172); }
H1.HeaderClassName
{
color: #970DAC;
}
.AnyTagClassName
{
color: #970DAC;
}
</style>
background-color css
<style>
a { background-color: #970DAC; }
a { background-color: rgb(151,13,172); }
div.DivClassName
{
background-color: #970DAC;
}
.BgClassName
{
background-color: #970DAC;
}
</style>
border-color css
<style>
span { border-color: #970DAC; }
span { border-color: rgb(151,13,172); }
td.TdClassName
{
border-color: #970DAC;
}
.TagClassName
{
border-color: #970DAC;
}
</style>