Shades of Dark Magenta #960B7E
Tints of Dark Magenta #960B7E
RGB
CMYK
RGB Variations
Color information
#960B7E (or 0x960B7E) is known color: Dark Magenta. HEX triplet: 96, 0B and 7E. RGB value is (150,11,126). Sum of RGB (Red+Green+Blue) = 150+11+126=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #960B7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B7E is #69F481. Grayscale: #414141. Windows color (decimal): -6943874 or 8260502. OLE color: 8260502.
HSL color Cylindrical-coordinate representation of color #960B7E: hue angle of 310.36º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B7E is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 11 | 126 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.41 |
| HSL | 310.36º | 0.86% | 0.32% | - |
| HSV(B) | 310.36º | 0.93% | 0.59% | - |
| XYZ | 16.46 | 8.23 | 20.46 | - |
| YUV | 65.67 | 162.05 | 188.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 11 | 126 | 0 | 0.93 | 0.16 | 0.41 | 310.36 | 0.86 | 0.32 |
| Hex | 96 | B | 7E | 0 | 5D | 10 | 29 | 136 | 56 | 20 |
| Octal | 226 | 13 | 176 | 0 | 135 | 20 | 51 | 466 | 126 | 40 |
| Binary | 10010110 | 1011 | 1111110 | 0 | 1011101 | 10000 | 101001 | 100110110 | 1010110 | 100000 |
Color Harmonies of #960B7E
Complementary color
Monochromatic Colors of #960B7E
Black with #960B7E
Text Example
Text Example
White with #960B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960B7E; }
p { color: rgb(150,11,126); }
H1.HeaderClassName
{
color: #960B7E;
}
.AnyTagClassName
{
color: #960B7E;
}
</style>
background-color css
<style>
a { background-color: #960B7E; }
a { background-color: rgb(150,11,126); }
div.DivClassName
{
background-color: #960B7E;
}
.BgClassName
{
background-color: #960B7E;
}
</style>
border-color css
<style>
span { border-color: #960B7E; }
span { border-color: rgb(150,11,126); }
td.TdClassName
{
border-color: #960B7E;
}
.TagClassName
{
border-color: #960B7E;
}
</style>