Shades of Dark Magenta #970392
Tints of Dark Magenta #970392
RGB
CMYK
RGB Variations
Color information
#970392 (or 0x970392) is known color: Dark Magenta. HEX triplet: 97, 03 and 92. RGB value is (151,3,146). Sum of RGB (Red+Green+Blue) = 151+3+146=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 3 (1.56% from 255 or 1% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #970392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #970392 is #68FC6D. Grayscale: #3F3F3F. Windows color (decimal): -6880366 or 9569175. OLE color: 9569175.
HSL color Cylindrical-coordinate representation of color #970392: hue angle of 302.03º 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 #970392 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 3 | 146 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.41 |
| HSL | 302.03º | 0.96% | 0.3% | - |
| HSV(B) | 302.03º | 0.98% | 0.59% | - |
| XYZ | 17.98 | 8.72 | 27.93 | - |
| YUV | 63.55 | 174.53 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 3 | 146 | 0 | 0.98 | 0.03 | 0.41 | 302.03 | 0.96 | 0.3 |
| Hex | 97 | 3 | 92 | 0 | 62 | 3 | 29 | 12E | 60 | 1E |
| Octal | 227 | 3 | 222 | 0 | 142 | 3 | 51 | 456 | 140 | 36 |
| Binary | 10010111 | 11 | 10010010 | 0 | 1100010 | 11 | 101001 | 100101110 | 1100000 | 11110 |
Color Harmonies of #970392
Complementary color
Monochromatic Colors of #970392
Black with #970392
Text Example
Text Example
White with #970392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #970392; }
p { color: rgb(151,3,146); }
H1.HeaderClassName
{
color: #970392;
}
.AnyTagClassName
{
color: #970392;
}
</style>
background-color css
<style>
a { background-color: #970392; }
a { background-color: rgb(151,3,146); }
div.DivClassName
{
background-color: #970392;
}
.BgClassName
{
background-color: #970392;
}
</style>
border-color css
<style>
span { border-color: #970392; }
span { border-color: rgb(151,3,146); }
td.TdClassName
{
border-color: #970392;
}
.TagClassName
{
border-color: #970392;
}
</style>