Shades of Dark Magenta #960C93
Tints of Dark Magenta #960C93
RGB
CMYK
RGB Variations
Color information
#960C93 (or 0x960C93) is known color: Dark Magenta. HEX triplet: 96, 0C and 93. RGB value is (150,12,147). Sum of RGB (Red+Green+Blue) = 150+12+147=309 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.54% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 150 - color contains mainly: red. Hex color #960C93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960C93 is #69F36C. Grayscale: #444444. Windows color (decimal): -6943597 or 9637014. OLE color: 9637014.
HSL color Cylindrical-coordinate representation of color #960C93: hue angle of 301.3º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #960C93 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 12 | 147 | - |
| CMYK | 0 | 0.92 | 0.02 | 0.41 |
| HSL | 301.3º | 0.85% | 0.32% | - |
| HSV(B) | 301.3º | 0.92% | 0.59% | - |
| XYZ | 17.98 | 8.85 | 28.37 | - |
| YUV | 68.65 | 172.22 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 12 | 147 | 0 | 0.92 | 0.02 | 0.41 | 301.3 | 0.85 | 0.32 |
| Hex | 96 | C | 93 | 0 | 5C | 2 | 29 | 12D | 55 | 20 |
| Octal | 226 | 14 | 223 | 0 | 134 | 2 | 51 | 455 | 125 | 40 |
| Binary | 10010110 | 1100 | 10010011 | 0 | 1011100 | 10 | 101001 | 100101101 | 1010101 | 100000 |
Color Harmonies of #960C93
Complementary color
Monochromatic Colors of #960C93
Black with #960C93
Text Example
Text Example
White with #960C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960C93; }
p { color: rgb(150,12,147); }
H1.HeaderClassName
{
color: #960C93;
}
.AnyTagClassName
{
color: #960C93;
}
</style>
background-color css
<style>
a { background-color: #960C93; }
a { background-color: rgb(150,12,147); }
div.DivClassName
{
background-color: #960C93;
}
.BgClassName
{
background-color: #960C93;
}
</style>
border-color css
<style>
span { border-color: #960C93; }
span { border-color: rgb(150,12,147); }
td.TdClassName
{
border-color: #960C93;
}
.TagClassName
{
border-color: #960C93;
}
</style>