Shades of Dark Magenta #961D9C
Tints of Dark Magenta #961D9C
RGB
CMYK
RGB Variations
Color information
#961D9C (or 0x961D9C) is known color: Dark Magenta. HEX triplet: 96, 1D and 9C. RGB value is (150,29,156). Sum of RGB (Red+Green+Blue) = 150+29+156=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #961D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961D9C is #69E263. Grayscale: #4F4F4F. Windows color (decimal): -6939236 or 10231190. OLE color: 10231190.
HSL color Cylindrical-coordinate representation of color #961D9C: hue angle of 297.17º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961D9C is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 29 | 156 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.39 |
| HSL | 297.17º | 0.69% | 0.36% | - |
| HSV(B) | 297.17º | 0.81% | 0.61% | - |
| XYZ | 19.02 | 9.76 | 32.33 | - |
| YUV | 79.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 156 | 0.04 | 0.81 | 0 | 0.39 | 297.17 | 0.69 | 0.36 |
| Hex | 96 | 1D | 9C | 4 | 51 | 0 | 27 | 129 | 45 | 24 |
| Octal | 226 | 35 | 234 | 4 | 121 | 0 | 47 | 451 | 105 | 44 |
| Binary | 10010110 | 11101 | 10011100 | 100 | 1010001 | 0 | 100111 | 100101001 | 1000101 | 100100 |
Color Harmonies of #961D9C
Complementary color
Monochromatic Colors of #961D9C
Black with #961D9C
Text Example
Text Example
White with #961D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961D9C; }
p { color: rgb(150,29,156); }
H1.HeaderClassName
{
color: #961D9C;
}
.AnyTagClassName
{
color: #961D9C;
}
</style>
background-color css
<style>
a { background-color: #961D9C; }
a { background-color: rgb(150,29,156); }
div.DivClassName
{
background-color: #961D9C;
}
.BgClassName
{
background-color: #961D9C;
}
</style>
border-color css
<style>
span { border-color: #961D9C; }
span { border-color: rgb(150,29,156); }
td.TdClassName
{
border-color: #961D9C;
}
.TagClassName
{
border-color: #961D9C;
}
</style>