Shades of Dark Magenta #960391
Tints of Dark Magenta #960391
RGB
CMYK
RGB Variations
Color information
#960391 (or 0x960391) is known color: Dark Magenta. HEX triplet: 96, 03 and 91. RGB value is (150,3,145). Sum of RGB (Red+Green+Blue) = 150+3+145=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #960391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960391 is #69FC6E. Grayscale: #3E3E3E. Windows color (decimal): -6945903 or 9503638. OLE color: 9503638.
HSL color Cylindrical-coordinate representation of color #960391: hue angle of 302.04º 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 #960391 is Cyan = 0, Magento = 0.98, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 3 | 145 | - |
| CMYK | 0 | 0.98 | 0.03 | 0.41 |
| HSL | 302.04º | 0.96% | 0.3% | - |
| HSV(B) | 302.04º | 0.98% | 0.59% | - |
| XYZ | 17.72 | 8.59 | 27.51 | - |
| YUV | 63.14 | 174.2 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 3 | 145 | 0 | 0.98 | 0.03 | 0.41 | 302.04 | 0.96 | 0.3 |
| Hex | 96 | 3 | 91 | 0 | 62 | 3 | 29 | 12E | 60 | 1E |
| Octal | 226 | 3 | 221 | 0 | 142 | 3 | 51 | 456 | 140 | 36 |
| Binary | 10010110 | 11 | 10010001 | 0 | 1100010 | 11 | 101001 | 100101110 | 1100000 | 11110 |
Color Harmonies of #960391
Complementary color
Monochromatic Colors of #960391
Black with #960391
Text Example
Text Example
White with #960391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960391; }
p { color: rgb(150,3,145); }
H1.HeaderClassName
{
color: #960391;
}
.AnyTagClassName
{
color: #960391;
}
</style>
background-color css
<style>
a { background-color: #960391; }
a { background-color: rgb(150,3,145); }
div.DivClassName
{
background-color: #960391;
}
.BgClassName
{
background-color: #960391;
}
</style>
border-color css
<style>
span { border-color: #960391; }
span { border-color: rgb(150,3,145); }
td.TdClassName
{
border-color: #960391;
}
.TagClassName
{
border-color: #960391;
}
</style>