Shades of Dark Magenta #970789
Tints of Dark Magenta #970789
RGB
CMYK
RGB Variations
Color information
#970789 (or 0x970789) is known color: Dark Magenta. HEX triplet: 97, 07 and 89. RGB value is (151,7,137). Sum of RGB (Red+Green+Blue) = 151+7+137=295 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.19% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 151 - color contains mainly: red. Hex color #970789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970789 is #68F876. Grayscale: #404040. Windows color (decimal): -6879351 or 8980375. OLE color: 8980375.
HSL color Cylindrical-coordinate representation of color #970789: hue angle of 305.83º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970789 is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 7 | 137 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.41 |
| HSL | 305.83º | 0.91% | 0.31% | - |
| HSV(B) | 305.83º | 0.95% | 0.59% | - |
| XYZ | 17.35 | 8.54 | 24.4 | - |
| YUV | 64.88 | 168.71 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 7 | 137 | 0 | 0.95 | 0.09 | 0.41 | 305.83 | 0.91 | 0.31 |
| Hex | 97 | 7 | 89 | 0 | 5F | 9 | 29 | 132 | 5B | 1F |
| Octal | 227 | 7 | 211 | 0 | 137 | 11 | 51 | 462 | 133 | 37 |
| Binary | 10010111 | 111 | 10001001 | 0 | 1011111 | 1001 | 101001 | 100110010 | 1011011 | 11111 |
Color Harmonies of #970789
Complementary color
Monochromatic Colors of #970789
Black with #970789
Text Example
Text Example
White with #970789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970789; }
p { color: rgb(151,7,137); }
H1.HeaderClassName
{
color: #970789;
}
.AnyTagClassName
{
color: #970789;
}
</style>
background-color css
<style>
a { background-color: #970789; }
a { background-color: rgb(151,7,137); }
div.DivClassName
{
background-color: #970789;
}
.BgClassName
{
background-color: #970789;
}
</style>
border-color css
<style>
span { border-color: #970789; }
span { border-color: rgb(151,7,137); }
td.TdClassName
{
border-color: #970789;
}
.TagClassName
{
border-color: #970789;
}
</style>