Shades of Dark Magenta #970C9C
Tints of Dark Magenta #970C9C
RGB
CMYK
RGB Variations
Color information
#970C9C (or 0x970C9C) is known color: Dark Magenta. HEX triplet: 97, 0C and 9C. RGB value is (151,12,156). Sum of RGB (Red+Green+Blue) = 151+12+156=319 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.34% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #970C9C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970C9C is #68F363. Grayscale: #454545. Windows color (decimal): -6878052 or 10226839. OLE color: 10226839.
HSL color Cylindrical-coordinate representation of color #970C9C: hue angle of 297.92º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #970C9C is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 12 | 156 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.39 |
| HSL | 297.92º | 0.86% | 0.33% | - |
| HSV(B) | 297.92º | 0.92% | 0.61% | - |
| XYZ | 18.89 | 9.24 | 32.24 | - |
| YUV | 69.98 | 176.55 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 156 | 0.03 | 0.92 | 0 | 0.39 | 297.92 | 0.86 | 0.33 |
| Hex | 97 | C | 9C | 3 | 5C | 0 | 27 | 12A | 56 | 21 |
| Octal | 227 | 14 | 234 | 3 | 134 | 0 | 47 | 452 | 126 | 41 |
| Binary | 10010111 | 1100 | 10011100 | 11 | 1011100 | 0 | 100111 | 100101010 | 1010110 | 100001 |
Color Harmonies of #970C9C
Complementary color
Monochromatic Colors of #970C9C
Black with #970C9C
Text Example
Text Example
White with #970C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C9C; }
p { color: rgb(151,12,156); }
H1.HeaderClassName
{
color: #970C9C;
}
.AnyTagClassName
{
color: #970C9C;
}
</style>
background-color css
<style>
a { background-color: #970C9C; }
a { background-color: rgb(151,12,156); }
div.DivClassName
{
background-color: #970C9C;
}
.BgClassName
{
background-color: #970C9C;
}
</style>
border-color css
<style>
span { border-color: #970C9C; }
span { border-color: rgb(151,12,156); }
td.TdClassName
{
border-color: #970C9C;
}
.TagClassName
{
border-color: #970C9C;
}
</style>