Shades of Dark Magenta #970A8D
Tints of Dark Magenta #970A8D
RGB
CMYK
RGB Variations
Color information
#970A8D (or 0x970A8D) is known color: Dark Magenta. HEX triplet: 97, 0A and 8D. RGB value is (151,10,141). Sum of RGB (Red+Green+Blue) = 151+10+141=302 (40% of max value = 765). Red value is 151 (59.38% from 255 or 50% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 151 - color contains mainly: red. Hex color #970A8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970A8D is #68F572. Grayscale: #424242. Windows color (decimal): -6878579 or 9243287. OLE color: 9243287.
HSL color Cylindrical-coordinate representation of color #970A8D: hue angle of 304.26º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A8D is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 141 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.41 |
| HSL | 304.26º | 0.88% | 0.32% | - |
| HSV(B) | 304.26º | 0.93% | 0.59% | - |
| XYZ | 17.68 | 8.72 | 25.95 | - |
| YUV | 67.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 141 | 0 | 0.93 | 0.07 | 0.41 | 304.26 | 0.88 | 0.32 |
| Hex | 97 | A | 8D | 0 | 5D | 7 | 29 | 130 | 58 | 20 |
| Octal | 227 | 12 | 215 | 0 | 135 | 7 | 51 | 460 | 130 | 40 |
| Binary | 10010111 | 1010 | 10001101 | 0 | 1011101 | 111 | 101001 | 100110000 | 1011000 | 100000 |
Color Harmonies of #970A8D
Complementary color
Monochromatic Colors of #970A8D
Black with #970A8D
Text Example
Text Example
White with #970A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A8D; }
p { color: rgb(151,10,141); }
H1.HeaderClassName
{
color: #970A8D;
}
.AnyTagClassName
{
color: #970A8D;
}
</style>
background-color css
<style>
a { background-color: #970A8D; }
a { background-color: rgb(151,10,141); }
div.DivClassName
{
background-color: #970A8D;
}
.BgClassName
{
background-color: #970A8D;
}
</style>
border-color css
<style>
span { border-color: #970A8D; }
span { border-color: rgb(151,10,141); }
td.TdClassName
{
border-color: #970A8D;
}
.TagClassName
{
border-color: #970A8D;
}
</style>