Shades of Dark Magenta #970880
Tints of Dark Magenta #970880
RGB
CMYK
RGB Variations
Color information
#970880 (or 0x970880) is known color: Dark Magenta. HEX triplet: 97, 08 and 80. RGB value is (151,8,128). Sum of RGB (Red+Green+Blue) = 151+8+128=287 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.61% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 128 (50.39% from 255 or 44.60% from 287); Max value from RGB is 151 - color contains mainly: red. Hex color #970880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970880 is #68F77F. Grayscale: #404040. Windows color (decimal): -6879104 or 8390807. OLE color: 8390807.
HSL color Cylindrical-coordinate representation of color #970880: hue angle of 309.65º degrees, saturation: 0.9, 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 #970880 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 8 | 128 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.41 |
| HSL | 309.65º | 0.9% | 0.31% | - |
| HSV(B) | 309.65º | 0.95% | 0.59% | - |
| XYZ | 16.75 | 8.31 | 21.14 | - |
| YUV | 64.44 | 163.88 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 8 | 128 | 0 | 0.95 | 0.15 | 0.41 | 309.65 | 0.9 | 0.31 |
| Hex | 97 | 8 | 80 | 0 | 5F | F | 29 | 136 | 5A | 1F |
| Octal | 227 | 10 | 200 | 0 | 137 | 17 | 51 | 466 | 132 | 37 |
| Binary | 10010111 | 1000 | 10000000 | 0 | 1011111 | 1111 | 101001 | 100110110 | 1011010 | 11111 |
Color Harmonies of #970880
Complementary color
Monochromatic Colors of #970880
Black with #970880
Text Example
Text Example
White with #970880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970880; }
p { color: rgb(151,8,128); }
H1.HeaderClassName
{
color: #970880;
}
.AnyTagClassName
{
color: #970880;
}
</style>
background-color css
<style>
a { background-color: #970880; }
a { background-color: rgb(151,8,128); }
div.DivClassName
{
background-color: #970880;
}
.BgClassName
{
background-color: #970880;
}
</style>
border-color css
<style>
span { border-color: #970880; }
span { border-color: rgb(151,8,128); }
td.TdClassName
{
border-color: #970880;
}
.TagClassName
{
border-color: #970880;
}
</style>