Shades of Dark Magenta #970186
Tints of Dark Magenta #970186
RGB
CMYK
RGB Variations
Color information
#970186 (or 0x970186) is known color: Dark Magenta. HEX triplet: 97, 01 and 86. RGB value is (151,1,134). Sum of RGB (Red+Green+Blue) = 151+1+134=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #970186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970186 is #68FE79. Grayscale: #3C3C3C. Windows color (decimal): -6880890 or 8782231. OLE color: 8782231.
HSL color Cylindrical-coordinate representation of color #970186: hue angle of 306.8º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970186 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 1 | 134 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.41 |
| HSL | 306.8º | 0.99% | 0.3% | - |
| HSV(B) | 306.8º | 0.99% | 0.59% | - |
| XYZ | 17.08 | 8.32 | 23.26 | - |
| YUV | 61.01 | 169.2 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 1 | 134 | 0 | 0.99 | 0.11 | 0.41 | 306.8 | 0.99 | 0.3 |
| Hex | 97 | 1 | 86 | 0 | 63 | B | 29 | 133 | 63 | 1E |
| Octal | 227 | 1 | 206 | 0 | 143 | 13 | 51 | 463 | 143 | 36 |
| Binary | 10010111 | 1 | 10000110 | 0 | 1100011 | 1011 | 101001 | 100110011 | 1100011 | 11110 |
Color Harmonies of #970186
Complementary color
Monochromatic Colors of #970186
Black with #970186
Text Example
Text Example
White with #970186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970186; }
p { color: rgb(151,1,134); }
H1.HeaderClassName
{
color: #970186;
}
.AnyTagClassName
{
color: #970186;
}
</style>
background-color css
<style>
a { background-color: #970186; }
a { background-color: rgb(151,1,134); }
div.DivClassName
{
background-color: #970186;
}
.BgClassName
{
background-color: #970186;
}
</style>
border-color css
<style>
span { border-color: #970186; }
span { border-color: rgb(151,1,134); }
td.TdClassName
{
border-color: #970186;
}
.TagClassName
{
border-color: #970186;
}
</style>