Shades of Dark Magenta #970393
Tints of Dark Magenta #970393
RGB
CMYK
RGB Variations
Color information
#970393 (or 0x970393) is known color: Dark Magenta. HEX triplet: 97, 03 and 93. RGB value is (151,3,147). Sum of RGB (Red+Green+Blue) = 151+3+147=301 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.17% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 151 - color contains mainly: red. Hex color #970393 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970393 is #68FC6C. Grayscale: #3F3F3F. Windows color (decimal): -6880365 or 9634711. OLE color: 9634711.
HSL color Cylindrical-coordinate representation of color #970393: hue angle of 301.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #970393 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 147 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.41 |
| HSL | 301.62º | 0.96% | 0.3% | - |
| HSV(B) | 301.62º | 0.98% | 0.59% | - |
| XYZ | 18.06 | 8.75 | 28.34 | - |
| YUV | 63.67 | 175.03 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 147 | 0 | 0.98 | 0.03 | 0.41 | 301.62 | 0.96 | 0.3 |
| Hex | 97 | 3 | 93 | 0 | 62 | 3 | 29 | 12E | 60 | 1E |
| Octal | 227 | 3 | 223 | 0 | 142 | 3 | 51 | 456 | 140 | 36 |
| Binary | 10010111 | 11 | 10010011 | 0 | 1100010 | 11 | 101001 | 100101110 | 1100000 | 11110 |
Color Harmonies of #970393
Complementary color
Monochromatic Colors of #970393
Black with #970393
Text Example
Text Example
White with #970393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970393; }
p { color: rgb(151,3,147); }
H1.HeaderClassName
{
color: #970393;
}
.AnyTagClassName
{
color: #970393;
}
</style>
background-color css
<style>
a { background-color: #970393; }
a { background-color: rgb(151,3,147); }
div.DivClassName
{
background-color: #970393;
}
.BgClassName
{
background-color: #970393;
}
</style>
border-color css
<style>
span { border-color: #970393; }
span { border-color: rgb(151,3,147); }
td.TdClassName
{
border-color: #970393;
}
.TagClassName
{
border-color: #970393;
}
</style>