Shades of Dark Magenta #960990
Tints of Dark Magenta #960990
RGB
CMYK
RGB Variations
Color information
#960990 (or 0x960990) is known color: Dark Magenta. HEX triplet: 96, 09 and 90. RGB value is (150,9,144). Sum of RGB (Red+Green+Blue) = 150+9+144=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 9 (3.91% from 255 or 2.97% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #960990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960990 is #69F66F. Grayscale: #424242. Windows color (decimal): -6944368 or 9439638. OLE color: 9439638.
HSL color Cylindrical-coordinate representation of color #960990: hue angle of 302.55º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960990 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 144 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.41 |
| HSL | 302.55º | 0.89% | 0.31% | - |
| HSV(B) | 302.55º | 0.94% | 0.59% | - |
| XYZ | 17.71 | 8.69 | 27.13 | - |
| YUV | 66.55 | 171.71 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 144 | 0 | 0.94 | 0.04 | 0.41 | 302.55 | 0.89 | 0.31 |
| Hex | 96 | 9 | 90 | 0 | 5E | 4 | 29 | 12F | 59 | 1F |
| Octal | 226 | 11 | 220 | 0 | 136 | 4 | 51 | 457 | 131 | 37 |
| Binary | 10010110 | 1001 | 10010000 | 0 | 1011110 | 100 | 101001 | 100101111 | 1011001 | 11111 |
Color Harmonies of #960990
Complementary color
Monochromatic Colors of #960990
Black with #960990
Text Example
Text Example
White with #960990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960990; }
p { color: rgb(150,9,144); }
H1.HeaderClassName
{
color: #960990;
}
.AnyTagClassName
{
color: #960990;
}
</style>
background-color css
<style>
a { background-color: #960990; }
a { background-color: rgb(150,9,144); }
div.DivClassName
{
background-color: #960990;
}
.BgClassName
{
background-color: #960990;
}
</style>
border-color css
<style>
span { border-color: #960990; }
span { border-color: rgb(150,9,144); }
td.TdClassName
{
border-color: #960990;
}
.TagClassName
{
border-color: #960990;
}
</style>