Shades of Dark Magenta #960A99
Tints of Dark Magenta #960A99
RGB
CMYK
RGB Variations
Color information
#960A99 (or 0x960A99) is known color: Dark Magenta. HEX triplet: 96, 0A and 99. RGB value is (150,10,153). Sum of RGB (Red+Green+Blue) = 150+10+153=313 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.92% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #960A99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960A99 is #69F566. Grayscale: #434343. Windows color (decimal): -6944103 or 10029718. OLE color: 10029718.
HSL color Cylindrical-coordinate representation of color #960A99: hue angle of 298.74º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960A99 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 10 | 153 | - |
| CMYK | 0.02 | 0.93 | 0 | 0.4 |
| HSL | 298.74º | 0.88% | 0.32% | - |
| HSV(B) | 298.74º | 0.93% | 0.6% | - |
| XYZ | 18.44 | 9 | 30.9 | - |
| YUV | 68.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 10 | 153 | 0.02 | 0.93 | 0 | 0.4 | 298.74 | 0.88 | 0.32 |
| Hex | 96 | A | 99 | 2 | 5D | 0 | 28 | 12B | 58 | 20 |
| Octal | 226 | 12 | 231 | 2 | 135 | 0 | 50 | 453 | 130 | 40 |
| Binary | 10010110 | 1010 | 10011001 | 10 | 1011101 | 0 | 101000 | 100101011 | 1011000 | 100000 |
Color Harmonies of #960A99
Complementary color
Monochromatic Colors of #960A99
Black with #960A99
Text Example
Text Example
White with #960A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960A99; }
p { color: rgb(150,10,153); }
H1.HeaderClassName
{
color: #960A99;
}
.AnyTagClassName
{
color: #960A99;
}
</style>
background-color css
<style>
a { background-color: #960A99; }
a { background-color: rgb(150,10,153); }
div.DivClassName
{
background-color: #960A99;
}
.BgClassName
{
background-color: #960A99;
}
</style>
border-color css
<style>
span { border-color: #960A99; }
span { border-color: rgb(150,10,153); }
td.TdClassName
{
border-color: #960A99;
}
.TagClassName
{
border-color: #960A99;
}
</style>