Shades of Dark Magenta #971295
Tints of Dark Magenta #971295
RGB
CMYK
RGB Variations
Color information
#971295 (or 0x971295) is known color: Dark Magenta. HEX triplet: 97, 12 and 95. RGB value is (151,18,149). Sum of RGB (Red+Green+Blue) = 151+18+149=318 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.48% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 151 - color contains mainly: red. Hex color #971295 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971295 is #68ED6A. Grayscale: #484848. Windows color (decimal): -6876523 or 9769623. OLE color: 9769623.
HSL color Cylindrical-coordinate representation of color #971295: hue angle of 300.9º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971295 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 149 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.41 |
| HSL | 300.9º | 0.79% | 0.33% | - |
| HSV(B) | 300.9º | 0.88% | 0.59% | - |
| XYZ | 18.4 | 9.18 | 29.24 | - |
| YUV | 72.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 149 | 0 | 0.88 | 0.01 | 0.41 | 300.9 | 0.79 | 0.33 |
| Hex | 97 | 12 | 95 | 0 | 58 | 1 | 29 | 12D | 4F | 21 |
| Octal | 227 | 22 | 225 | 0 | 130 | 1 | 51 | 455 | 117 | 41 |
| Binary | 10010111 | 10010 | 10010101 | 0 | 1011000 | 1 | 101001 | 100101101 | 1001111 | 100001 |
Color Harmonies of #971295
Complementary color
Monochromatic Colors of #971295
Black with #971295
Text Example
Text Example
White with #971295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971295; }
p { color: rgb(151,18,149); }
H1.HeaderClassName
{
color: #971295;
}
.AnyTagClassName
{
color: #971295;
}
</style>
background-color css
<style>
a { background-color: #971295; }
a { background-color: rgb(151,18,149); }
div.DivClassName
{
background-color: #971295;
}
.BgClassName
{
background-color: #971295;
}
</style>
border-color css
<style>
span { border-color: #971295; }
span { border-color: rgb(151,18,149); }
td.TdClassName
{
border-color: #971295;
}
.TagClassName
{
border-color: #971295;
}
</style>