Shades of Dark Magenta #970F8E
Tints of Dark Magenta #970F8E
RGB
CMYK
RGB Variations
Color information
#970F8E (or 0x970F8E) is known color: Dark Magenta. HEX triplet: 97, 0F and 8E. RGB value is (151,15,142). Sum of RGB (Red+Green+Blue) = 151+15+142=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 15 (6.25% from 255 or 4.87% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #970F8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970F8E is #68F071. Grayscale: #454545. Windows color (decimal): -6877298 or 9310103. OLE color: 9310103.
HSL color Cylindrical-coordinate representation of color #970F8E: hue angle of 303.97º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #970F8E is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 15 | 142 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.41 |
| HSL | 303.97º | 0.82% | 0.33% | - |
| HSV(B) | 303.97º | 0.9% | 0.59% | - |
| XYZ | 17.82 | 8.87 | 26.37 | - |
| YUV | 70.14 | 168.56 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 15 | 142 | 0 | 0.90 | 0.06 | 0.41 | 303.97 | 0.82 | 0.33 |
| Hex | 97 | F | 8E | 0 | 5A | 6 | 29 | 130 | 52 | 21 |
| Octal | 227 | 17 | 216 | 0 | 132 | 6 | 51 | 460 | 122 | 41 |
| Binary | 10010111 | 1111 | 10001110 | 0 | 1011010 | 110 | 101001 | 100110000 | 1010010 | 100001 |
Color Harmonies of #970F8E
Complementary color
Monochromatic Colors of #970F8E
Black with #970F8E
Text Example
Text Example
White with #970F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970F8E; }
p { color: rgb(151,15,142); }
H1.HeaderClassName
{
color: #970F8E;
}
.AnyTagClassName
{
color: #970F8E;
}
</style>
background-color css
<style>
a { background-color: #970F8E; }
a { background-color: rgb(151,15,142); }
div.DivClassName
{
background-color: #970F8E;
}
.BgClassName
{
background-color: #970F8E;
}
</style>
border-color css
<style>
span { border-color: #970F8E; }
span { border-color: rgb(151,15,142); }
td.TdClassName
{
border-color: #970F8E;
}
.TagClassName
{
border-color: #970F8E;
}
</style>