Shades of Dark Magenta #960D87
Tints of Dark Magenta #960D87
RGB
CMYK
RGB Variations
Color information
#960D87 (or 0x960D87) is known color: Dark Magenta. HEX triplet: 96, 0D and 87. RGB value is (150,13,135). Sum of RGB (Red+Green+Blue) = 150+13+135=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 13 (5.47% from 255 or 4.36% from 298); Blue value is 135 (53.12% from 255 or 45.30% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #960D87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960D87 is #69F278. Grayscale: #434343. Windows color (decimal): -6943353 or 8850838. OLE color: 8850838.
HSL color Cylindrical-coordinate representation of color #960D87: hue angle of 306.57º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #960D87 is Cyan = 0, Magento = 0.91, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 13 | 135 | - |
| CMYK | 0 | 0.91 | 0.1 | 0.41 |
| HSL | 306.57º | 0.84% | 0.32% | - |
| HSV(B) | 306.57º | 0.91% | 0.59% | - |
| XYZ | 17.09 | 8.52 | 23.67 | - |
| YUV | 67.87 | 165.89 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 135 | 0 | 0.91 | 0.1 | 0.41 | 306.57 | 0.84 | 0.32 |
| Hex | 96 | D | 87 | 0 | 5B | A | 29 | 133 | 54 | 20 |
| Octal | 226 | 15 | 207 | 0 | 133 | 12 | 51 | 463 | 124 | 40 |
| Binary | 10010110 | 1101 | 10000111 | 0 | 1011011 | 1010 | 101001 | 100110011 | 1010100 | 100000 |
Color Harmonies of #960D87
Complementary color
Monochromatic Colors of #960D87
Black with #960D87
Text Example
Text Example
White with #960D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960D87; }
p { color: rgb(150,13,135); }
H1.HeaderClassName
{
color: #960D87;
}
.AnyTagClassName
{
color: #960D87;
}
</style>
background-color css
<style>
a { background-color: #960D87; }
a { background-color: rgb(150,13,135); }
div.DivClassName
{
background-color: #960D87;
}
.BgClassName
{
background-color: #960D87;
}
</style>
border-color css
<style>
span { border-color: #960D87; }
span { border-color: rgb(150,13,135); }
td.TdClassName
{
border-color: #960D87;
}
.TagClassName
{
border-color: #960D87;
}
</style>