Shades of Dark Magenta #971693
Tints of Dark Magenta #971693
RGB
CMYK
RGB Variations
Color information
#971693 (or 0x971693) is known color: Dark Magenta. HEX triplet: 97, 16 and 93. RGB value is (151,22,147). Sum of RGB (Red+Green+Blue) = 151+22+147=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #971693 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971693 is #68E96C. Grayscale: #4A4A4A. Windows color (decimal): -6875501 or 9639575. OLE color: 9639575.
HSL color Cylindrical-coordinate representation of color #971693: hue angle of 301.86º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971693 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 22 | 147 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.41 |
| HSL | 301.86º | 0.75% | 0.34% | - |
| HSV(B) | 301.86º | 0.85% | 0.59% | - |
| XYZ | 18.32 | 9.26 | 28.43 | - |
| YUV | 74.82 | 168.74 | 182.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 147 | 0 | 0.85 | 0.03 | 0.41 | 301.86 | 0.75 | 0.34 |
| Hex | 97 | 16 | 93 | 0 | 55 | 3 | 29 | 12E | 4B | 22 |
| Octal | 227 | 26 | 223 | 0 | 125 | 3 | 51 | 456 | 113 | 42 |
| Binary | 10010111 | 10110 | 10010011 | 0 | 1010101 | 11 | 101001 | 100101110 | 1001011 | 100010 |
Color Harmonies of #971693
Complementary color
Monochromatic Colors of #971693
Black with #971693
Text Example
Text Example
White with #971693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971693; }
p { color: rgb(151,22,147); }
H1.HeaderClassName
{
color: #971693;
}
.AnyTagClassName
{
color: #971693;
}
</style>
background-color css
<style>
a { background-color: #971693; }
a { background-color: rgb(151,22,147); }
div.DivClassName
{
background-color: #971693;
}
.BgClassName
{
background-color: #971693;
}
</style>
border-color css
<style>
span { border-color: #971693; }
span { border-color: rgb(151,22,147); }
td.TdClassName
{
border-color: #971693;
}
.TagClassName
{
border-color: #971693;
}
</style>