Shades of Dark Magenta #970689
Tints of Dark Magenta #970689
RGB
CMYK
RGB Variations
Color information
#970689 (or 0x970689) is known color: Dark Magenta. HEX triplet: 97, 06 and 89. RGB value is (151,6,137). Sum of RGB (Red+Green+Blue) = 151+6+137=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #970689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970689 is #68F976. Grayscale: #3F3F3F. Windows color (decimal): -6879607 or 8980119. OLE color: 8980119.
HSL color Cylindrical-coordinate representation of color #970689: hue angle of 305.79º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #970689 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 6 | 137 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.41 |
| HSL | 305.79º | 0.92% | 0.31% | - |
| HSV(B) | 305.79º | 0.96% | 0.59% | - |
| XYZ | 17.34 | 8.52 | 24.4 | - |
| YUV | 64.29 | 169.04 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 6 | 137 | 0 | 0.96 | 0.09 | 0.41 | 305.79 | 0.92 | 0.31 |
| Hex | 97 | 6 | 89 | 0 | 60 | 9 | 29 | 132 | 5C | 1F |
| Octal | 227 | 6 | 211 | 0 | 140 | 11 | 51 | 462 | 134 | 37 |
| Binary | 10010111 | 110 | 10001001 | 0 | 1100000 | 1001 | 101001 | 100110010 | 1011100 | 11111 |
Color Harmonies of #970689
Complementary color
Monochromatic Colors of #970689
Black with #970689
Text Example
Text Example
White with #970689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970689; }
p { color: rgb(151,6,137); }
H1.HeaderClassName
{
color: #970689;
}
.AnyTagClassName
{
color: #970689;
}
</style>
background-color css
<style>
a { background-color: #970689; }
a { background-color: rgb(151,6,137); }
div.DivClassName
{
background-color: #970689;
}
.BgClassName
{
background-color: #970689;
}
</style>
border-color css
<style>
span { border-color: #970689; }
span { border-color: rgb(151,6,137); }
td.TdClassName
{
border-color: #970689;
}
.TagClassName
{
border-color: #970689;
}
</style>