Shades of Dark Magenta #971084
Tints of Dark Magenta #971084
RGB
CMYK
RGB Variations
Color information
#971084 (or 0x971084) is known color: Dark Magenta. HEX triplet: 97, 10 and 84. RGB value is (151,16,132). Sum of RGB (Red+Green+Blue) = 151+16+132=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #971084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971084 is #68EF7B. Grayscale: #454545. Windows color (decimal): -6877052 or 8654999. OLE color: 8654999.
HSL color Cylindrical-coordinate representation of color #971084: hue angle of 308.44º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971084 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 16 | 132 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.41 |
| HSL | 308.44º | 0.81% | 0.33% | - |
| HSV(B) | 308.44º | 0.89% | 0.59% | - |
| XYZ | 17.11 | 8.62 | 22.59 | - |
| YUV | 69.59 | 163.23 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 16 | 132 | 0 | 0.89 | 0.13 | 0.41 | 308.44 | 0.81 | 0.33 |
| Hex | 97 | 10 | 84 | 0 | 59 | D | 29 | 134 | 51 | 21 |
| Octal | 227 | 20 | 204 | 0 | 131 | 15 | 51 | 464 | 121 | 41 |
| Binary | 10010111 | 10000 | 10000100 | 0 | 1011001 | 1101 | 101001 | 100110100 | 1010001 | 100001 |
Color Harmonies of #971084
Complementary color
Monochromatic Colors of #971084
Black with #971084
Text Example
Text Example
White with #971084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971084; }
p { color: rgb(151,16,132); }
H1.HeaderClassName
{
color: #971084;
}
.AnyTagClassName
{
color: #971084;
}
</style>
background-color css
<style>
a { background-color: #971084; }
a { background-color: rgb(151,16,132); }
div.DivClassName
{
background-color: #971084;
}
.BgClassName
{
background-color: #971084;
}
</style>
border-color css
<style>
span { border-color: #971084; }
span { border-color: rgb(151,16,132); }
td.TdClassName
{
border-color: #971084;
}
.TagClassName
{
border-color: #971084;
}
</style>