Shades of Dark Magenta #971B96
Tints of Dark Magenta #971B96
RGB
CMYK
RGB Variations
Color information
#971B96 (or 0x971B96) is known color: Dark Magenta. HEX triplet: 97, 1B and 96. RGB value is (151,27,150). Sum of RGB (Red+Green+Blue) = 151+27+150=328 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.04% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 151 - color contains mainly: red. Hex color #971B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #971B96 is #68E469. Grayscale: #4D4D4D. Windows color (decimal): -6874218 or 9837463. OLE color: 9837463.
HSL color Cylindrical-coordinate representation of color #971B96: hue angle of 300.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #971B96 is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 27 | 150 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.41 |
| HSL | 300.48º | 0.7% | 0.35% | - |
| HSV(B) | 300.48º | 0.82% | 0.59% | - |
| XYZ | 18.66 | 9.57 | 29.72 | - |
| YUV | 78.1 | 168.58 | 180 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 27 | 150 | 0 | 0.82 | 0.01 | 0.41 | 300.48 | 0.7 | 0.35 |
| Hex | 97 | 1B | 96 | 0 | 52 | 1 | 29 | 12C | 46 | 23 |
| Octal | 227 | 33 | 226 | 0 | 122 | 1 | 51 | 454 | 106 | 43 |
| Binary | 10010111 | 11011 | 10010110 | 0 | 1010010 | 1 | 101001 | 100101100 | 1000110 | 100011 |
Color Harmonies of #971B96
Complementary color
Monochromatic Colors of #971B96
Black with #971B96
Text Example
Text Example
White with #971B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971B96; }
p { color: rgb(151,27,150); }
H1.HeaderClassName
{
color: #971B96;
}
.AnyTagClassName
{
color: #971B96;
}
</style>
background-color css
<style>
a { background-color: #971B96; }
a { background-color: rgb(151,27,150); }
div.DivClassName
{
background-color: #971B96;
}
.BgClassName
{
background-color: #971B96;
}
</style>
border-color css
<style>
span { border-color: #971B96; }
span { border-color: rgb(151,27,150); }
td.TdClassName
{
border-color: #971B96;
}
.TagClassName
{
border-color: #971B96;
}
</style>