Shades of Dark Magenta #970093
Tints of Dark Magenta #970093
RGB
CMYK
RGB Variations
Color information
#970093 (or 0x970093) is known color: Dark Magenta. HEX triplet: 97, 00 and 93. RGB value is (151,0,147). Sum of RGB (Red+Green+Blue) = 151+0+147=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 0 (0.39% from 255 or 0% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #970093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970093 is #68FF6C. Grayscale: #3D3D3D. Windows color (decimal): -6881133 or 9633943. OLE color: 9633943.
HSL color Cylindrical-coordinate representation of color #970093: hue angle of 301.59º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #970093 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.03 | 0.41 |
| HSL | 301.59º | 1% | 0.3% | - |
| HSV(B) | 301.59º | 1% | 0.59% | - |
| XYZ | 18.03 | 8.69 | 28.33 | - |
| YUV | 61.91 | 176.03 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 0 | 147 | 0 | 1 | 0.03 | 0.41 | 301.59 | 1 | 0.3 |
| Hex | 97 | 0 | 93 | 0 | 64 | 3 | 29 | 12E | 64 | 1E |
| Octal | 227 | 0 | 223 | 0 | 144 | 3 | 51 | 456 | 144 | 36 |
| Binary | 10010111 | 0 | 10010011 | 0 | 1100100 | 11 | 101001 | 100101110 | 1100100 | 11110 |
Color Harmonies of #970093
Complementary color
Monochromatic Colors of #970093
Black with #970093
Text Example
Text Example
White with #970093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970093; }
p { color: rgb(151,0,147); }
H1.HeaderClassName
{
color: #970093;
}
.AnyTagClassName
{
color: #970093;
}
</style>
background-color css
<style>
a { background-color: #970093; }
a { background-color: rgb(151,0,147); }
div.DivClassName
{
background-color: #970093;
}
.BgClassName
{
background-color: #970093;
}
</style>
border-color css
<style>
span { border-color: #970093; }
span { border-color: rgb(151,0,147); }
td.TdClassName
{
border-color: #970093;
}
.TagClassName
{
border-color: #970093;
}
</style>