Shades of Dark Magenta #960099
Tints of Dark Magenta #960099
RGB
CMYK
RGB Variations
Color information
#960099 (or 0x960099) is known color: Dark Magenta. HEX triplet: 96, 00 and 99. RGB value is (150,0,153). Sum of RGB (Red+Green+Blue) = 150+0+153=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #960099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960099 is #69FF66. Grayscale: #3D3D3D. Windows color (decimal): -6946663 or 10027158. OLE color: 10027158.
HSL color Cylindrical-coordinate representation of color #960099: hue angle of 298.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960099 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 0 | 153 | - |
| CMYK | 0.02 | 1 | 0 | 0.4 |
| HSL | 298.82º | 1% | 0.3% | - |
| HSV(B) | 298.82º | 1% | 0.6% | - |
| XYZ | 18.33 | 8.78 | 30.87 | - |
| YUV | 62.29 | 179.2 | 190.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 153 | 0.02 | 1 | 0 | 0.4 | 298.82 | 1 | 0.3 |
| Hex | 96 | 0 | 99 | 2 | 64 | 0 | 28 | 12B | 64 | 1E |
| Octal | 226 | 0 | 231 | 2 | 144 | 0 | 50 | 453 | 144 | 36 |
| Binary | 10010110 | 0 | 10011001 | 10 | 1100100 | 0 | 101000 | 100101011 | 1100100 | 11110 |
Color Harmonies of #960099
Complementary color
Monochromatic Colors of #960099
Black with #960099
Text Example
Text Example
White with #960099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960099; }
p { color: rgb(150,0,153); }
H1.HeaderClassName
{
color: #960099;
}
.AnyTagClassName
{
color: #960099;
}
</style>
background-color css
<style>
a { background-color: #960099; }
a { background-color: rgb(150,0,153); }
div.DivClassName
{
background-color: #960099;
}
.BgClassName
{
background-color: #960099;
}
</style>
border-color css
<style>
span { border-color: #960099; }
span { border-color: rgb(150,0,153); }
td.TdClassName
{
border-color: #960099;
}
.TagClassName
{
border-color: #960099;
}
</style>