Shades of Dark Magenta #970C9B
Tints of Dark Magenta #970C9B
RGB
CMYK
RGB Variations
Color information
#970C9B (or 0x970C9B) is known color: Dark Magenta. HEX triplet: 97, 0C and 9B. RGB value is (151,12,155). Sum of RGB (Red+Green+Blue) = 151+12+155=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 155 (60.94% from 255 or 48.74% from 318); Max value from RGB is 155 - color contains mainly: blue. Hex color #970C9B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970C9B is #68F364. Grayscale: #454545. Windows color (decimal): -6878053 or 10161303. OLE color: 10161303.
HSL color Cylindrical-coordinate representation of color #970C9B: hue angle of 298.32º 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 #970C9B is Cyan = 0.03, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 12 | 155 | - |
| CMYK | 0.03 | 0.92 | 0 | 0.39 |
| HSL | 298.32º | 0.86% | 0.33% | - |
| HSV(B) | 298.32º | 0.92% | 0.61% | - |
| XYZ | 18.81 | 9.21 | 31.8 | - |
| YUV | 69.86 | 176.05 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 12 | 155 | 0.03 | 0.92 | 0 | 0.39 | 298.32 | 0.86 | 0.33 |
| Hex | 97 | C | 9B | 3 | 5C | 0 | 27 | 12A | 56 | 21 |
| Octal | 227 | 14 | 233 | 3 | 134 | 0 | 47 | 452 | 126 | 41 |
| Binary | 10010111 | 1100 | 10011011 | 11 | 1011100 | 0 | 100111 | 100101010 | 1010110 | 100001 |
Color Harmonies of #970C9B
Complementary color
Monochromatic Colors of #970C9B
Black with #970C9B
Text Example
Text Example
White with #970C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970C9B; }
p { color: rgb(151,12,155); }
H1.HeaderClassName
{
color: #970C9B;
}
.AnyTagClassName
{
color: #970C9B;
}
</style>
background-color css
<style>
a { background-color: #970C9B; }
a { background-color: rgb(151,12,155); }
div.DivClassName
{
background-color: #970C9B;
}
.BgClassName
{
background-color: #970C9B;
}
</style>
border-color css
<style>
span { border-color: #970C9B; }
span { border-color: rgb(151,12,155); }
td.TdClassName
{
border-color: #970C9B;
}
.TagClassName
{
border-color: #970C9B;
}
</style>