Shades of Dark Magenta #971293
Tints of Dark Magenta #971293
RGB
CMYK
RGB Variations
Color information
#971293 (or 0x971293) is known color: Dark Magenta. HEX triplet: 97, 12 and 93. RGB value is (151,18,147). Sum of RGB (Red+Green+Blue) = 151+18+147=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 151 - color contains mainly: red. Hex color #971293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971293 is #68ED6C. Grayscale: #484848. Windows color (decimal): -6876525 or 9638551. OLE color: 9638551.
HSL color Cylindrical-coordinate representation of color #971293: hue angle of 301.8º 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 #971293 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 18 | 147 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.41 |
| HSL | 301.8º | 0.79% | 0.33% | - |
| HSV(B) | 301.8º | 0.88% | 0.59% | - |
| XYZ | 18.25 | 9.12 | 28.4 | - |
| YUV | 72.47 | 170.06 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 18 | 147 | 0 | 0.88 | 0.03 | 0.41 | 301.8 | 0.79 | 0.33 |
| Hex | 97 | 12 | 93 | 0 | 58 | 3 | 29 | 12E | 4F | 21 |
| Octal | 227 | 22 | 223 | 0 | 130 | 3 | 51 | 456 | 117 | 41 |
| Binary | 10010111 | 10010 | 10010011 | 0 | 1011000 | 11 | 101001 | 100101110 | 1001111 | 100001 |
Color Harmonies of #971293
Complementary color
Monochromatic Colors of #971293
Black with #971293
Text Example
Text Example
White with #971293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971293; }
p { color: rgb(151,18,147); }
H1.HeaderClassName
{
color: #971293;
}
.AnyTagClassName
{
color: #971293;
}
</style>
background-color css
<style>
a { background-color: #971293; }
a { background-color: rgb(151,18,147); }
div.DivClassName
{
background-color: #971293;
}
.BgClassName
{
background-color: #971293;
}
</style>
border-color css
<style>
span { border-color: #971293; }
span { border-color: rgb(151,18,147); }
td.TdClassName
{
border-color: #971293;
}
.TagClassName
{
border-color: #971293;
}
</style>