Shades of Dark Magenta #960191
Tints of Dark Magenta #960191
RGB
CMYK
RGB Variations
Color information
#960191 (or 0x960191) is known color: Dark Magenta. HEX triplet: 96, 01 and 91. RGB value is (150,1,145). Sum of RGB (Red+Green+Blue) = 150+1+145=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #960191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960191 is #69FE6E. Grayscale: #3D3D3D. Windows color (decimal): -6946415 or 9503126. OLE color: 9503126.
HSL color Cylindrical-coordinate representation of color #960191: hue angle of 302.01º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960191 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 145 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.41 |
| HSL | 302.01º | 0.99% | 0.3% | - |
| HSV(B) | 302.01º | 0.99% | 0.59% | - |
| XYZ | 17.7 | 8.55 | 27.51 | - |
| YUV | 61.97 | 174.86 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 145 | 0 | 0.99 | 0.03 | 0.41 | 302.01 | 0.99 | 0.3 |
| Hex | 96 | 1 | 91 | 0 | 63 | 3 | 29 | 12E | 63 | 1E |
| Octal | 226 | 1 | 221 | 0 | 143 | 3 | 51 | 456 | 143 | 36 |
| Binary | 10010110 | 1 | 10010001 | 0 | 1100011 | 11 | 101001 | 100101110 | 1100011 | 11110 |
Color Harmonies of #960191
Complementary color
Monochromatic Colors of #960191
Black with #960191
Text Example
Text Example
White with #960191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960191; }
p { color: rgb(150,1,145); }
H1.HeaderClassName
{
color: #960191;
}
.AnyTagClassName
{
color: #960191;
}
</style>
background-color css
<style>
a { background-color: #960191; }
a { background-color: rgb(150,1,145); }
div.DivClassName
{
background-color: #960191;
}
.BgClassName
{
background-color: #960191;
}
</style>
border-color css
<style>
span { border-color: #960191; }
span { border-color: rgb(150,1,145); }
td.TdClassName
{
border-color: #960191;
}
.TagClassName
{
border-color: #960191;
}
</style>