Shades of Dark Magenta #970A88
Tints of Dark Magenta #970A88
RGB
CMYK
RGB Variations
Color information
#970A88 (or 0x970A88) is known color: Dark Magenta. HEX triplet: 97, 0A and 88. RGB value is (151,10,136). Sum of RGB (Red+Green+Blue) = 151+10+136=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 10 (4.30% from 255 or 3.37% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #970A88 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970A88 is #68F577. Grayscale: #424242. Windows color (decimal): -6878584 or 8915607. OLE color: 8915607.
HSL color Cylindrical-coordinate representation of color #970A88: hue angle of 306.38º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #970A88 is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 10 | 136 | - |
| CMYK | 0 | 0.93 | 0.10 | 0.41 |
| HSL | 306.38º | 0.88% | 0.32% | - |
| HSV(B) | 306.38º | 0.93% | 0.59% | - |
| XYZ | 17.31 | 8.57 | 24.03 | - |
| YUV | 66.52 | 167.21 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 10 | 136 | 0 | 0.93 | 0.10 | 0.41 | 306.38 | 0.88 | 0.32 |
| Hex | 97 | A | 88 | 0 | 5D | A | 29 | 132 | 58 | 20 |
| Octal | 227 | 12 | 210 | 0 | 135 | 12 | 51 | 462 | 130 | 40 |
| Binary | 10010111 | 1010 | 10001000 | 0 | 1011101 | 1010 | 101001 | 100110010 | 1011000 | 100000 |
Color Harmonies of #970A88
Complementary color
Monochromatic Colors of #970A88
Black with #970A88
Text Example
Text Example
White with #970A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970A88; }
p { color: rgb(151,10,136); }
H1.HeaderClassName
{
color: #970A88;
}
.AnyTagClassName
{
color: #970A88;
}
</style>
background-color css
<style>
a { background-color: #970A88; }
a { background-color: rgb(151,10,136); }
div.DivClassName
{
background-color: #970A88;
}
.BgClassName
{
background-color: #970A88;
}
</style>
border-color css
<style>
span { border-color: #970A88; }
span { border-color: rgb(151,10,136); }
td.TdClassName
{
border-color: #970A88;
}
.TagClassName
{
border-color: #970A88;
}
</style>