Shades of Dark Magenta #970390
Tints of Dark Magenta #970390
RGB
CMYK
RGB Variations
Color information
#970390 (or 0x970390) is known color: Dark Magenta. HEX triplet: 97, 03 and 90. RGB value is (151,3,144). Sum of RGB (Red+Green+Blue) = 151+3+144=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #970390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970390 is #68FC6F. Grayscale: #3E3E3E. Windows color (decimal): -6880368 or 9438103. OLE color: 9438103.
HSL color Cylindrical-coordinate representation of color #970390: hue angle of 302.84º 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 #970390 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 144 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.41 |
| HSL | 302.84º | 0.96% | 0.3% | - |
| HSV(B) | 302.84º | 0.98% | 0.59% | - |
| XYZ | 17.83 | 8.66 | 27.12 | - |
| YUV | 63.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 144 | 0 | 0.98 | 0.05 | 0.41 | 302.84 | 0.96 | 0.3 |
| Hex | 97 | 3 | 90 | 0 | 62 | 5 | 29 | 12F | 60 | 1E |
| Octal | 227 | 3 | 220 | 0 | 142 | 5 | 51 | 457 | 140 | 36 |
| Binary | 10010111 | 11 | 10010000 | 0 | 1100010 | 101 | 101001 | 100101111 | 1100000 | 11110 |
Color Harmonies of #970390
Complementary color
Monochromatic Colors of #970390
Black with #970390
Text Example
Text Example
White with #970390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970390; }
p { color: rgb(151,3,144); }
H1.HeaderClassName
{
color: #970390;
}
.AnyTagClassName
{
color: #970390;
}
</style>
background-color css
<style>
a { background-color: #970390; }
a { background-color: rgb(151,3,144); }
div.DivClassName
{
background-color: #970390;
}
.BgClassName
{
background-color: #970390;
}
</style>
border-color css
<style>
span { border-color: #970390; }
span { border-color: rgb(151,3,144); }
td.TdClassName
{
border-color: #970390;
}
.TagClassName
{
border-color: #970390;
}
</style>