Shades of Dark Magenta #960D8D
Tints of Dark Magenta #960D8D
RGB
CMYK
RGB Variations
Color information
#960D8D (or 0x960D8D) is known color: Dark Magenta. HEX triplet: 96, 0D and 8D. RGB value is (150,13,141). Sum of RGB (Red+Green+Blue) = 150+13+141=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #960D8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960D8D is #69F272. Grayscale: #444444. Windows color (decimal): -6943347 or 9244054. OLE color: 9244054.
HSL color Cylindrical-coordinate representation of color #960D8D: hue angle of 303.94º 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 #960D8D is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 13 | 141 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.41 |
| HSL | 303.94º | 0.84% | 0.32% | - |
| HSV(B) | 303.94º | 0.91% | 0.59% | - |
| XYZ | 17.53 | 8.69 | 25.95 | - |
| YUV | 68.56 | 168.89 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 13 | 141 | 0 | 0.91 | 0.06 | 0.41 | 303.94 | 0.84 | 0.32 |
| Hex | 96 | D | 8D | 0 | 5B | 6 | 29 | 130 | 54 | 20 |
| Octal | 226 | 15 | 215 | 0 | 133 | 6 | 51 | 460 | 124 | 40 |
| Binary | 10010110 | 1101 | 10001101 | 0 | 1011011 | 110 | 101001 | 100110000 | 1010100 | 100000 |
Color Harmonies of #960D8D
Complementary color
Monochromatic Colors of #960D8D
Black with #960D8D
Text Example
Text Example
White with #960D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960D8D; }
p { color: rgb(150,13,141); }
H1.HeaderClassName
{
color: #960D8D;
}
.AnyTagClassName
{
color: #960D8D;
}
</style>
background-color css
<style>
a { background-color: #960D8D; }
a { background-color: rgb(150,13,141); }
div.DivClassName
{
background-color: #960D8D;
}
.BgClassName
{
background-color: #960D8D;
}
</style>
border-color css
<style>
span { border-color: #960D8D; }
span { border-color: rgb(150,13,141); }
td.TdClassName
{
border-color: #960D8D;
}
.TagClassName
{
border-color: #960D8D;
}
</style>