Shades of Dark Magenta #970C88
Tints of Dark Magenta #970C88
RGB
CMYK
RGB Variations
Color information
#970C88 (or 0x970C88) is known color: Dark Magenta. HEX triplet: 97, 0C and 88. RGB value is (151,12,136). Sum of RGB (Red+Green+Blue) = 151+12+136=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #970C88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970C88 is #68F377. Grayscale: #434343. Windows color (decimal): -6878072 or 8916119. OLE color: 8916119.
HSL color Cylindrical-coordinate representation of color #970C88: hue angle of 306.47º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C88 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 12 | 136 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.41 |
| HSL | 306.47º | 0.85% | 0.32% | - |
| HSV(B) | 306.47º | 0.92% | 0.59% | - |
| XYZ | 17.34 | 8.62 | 24.04 | - |
| YUV | 67.7 | 166.55 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 136 | 0 | 0.92 | 0.10 | 0.41 | 306.47 | 0.85 | 0.32 |
| Hex | 97 | C | 88 | 0 | 5C | A | 29 | 132 | 55 | 20 |
| Octal | 227 | 14 | 210 | 0 | 134 | 12 | 51 | 462 | 125 | 40 |
| Binary | 10010111 | 1100 | 10001000 | 0 | 1011100 | 1010 | 101001 | 100110010 | 1010101 | 100000 |
Color Harmonies of #970C88
Complementary color
Monochromatic Colors of #970C88
Black with #970C88
Text Example
Text Example
White with #970C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C88; }
p { color: rgb(151,12,136); }
H1.HeaderClassName
{
color: #970C88;
}
.AnyTagClassName
{
color: #970C88;
}
</style>
background-color css
<style>
a { background-color: #970C88; }
a { background-color: rgb(151,12,136); }
div.DivClassName
{
background-color: #970C88;
}
.BgClassName
{
background-color: #970C88;
}
</style>
border-color css
<style>
span { border-color: #970C88; }
span { border-color: rgb(151,12,136); }
td.TdClassName
{
border-color: #970C88;
}
.TagClassName
{
border-color: #970C88;
}
</style>