Shades of Dark Magenta #960199
Tints of Dark Magenta #960199
RGB
CMYK
RGB Variations
Color information
#960199 (or 0x960199) is known color: Dark Magenta. HEX triplet: 96, 01 and 99. RGB value is (150,1,153). Sum of RGB (Red+Green+Blue) = 150+1+153=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #960199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960199 is #69FE66. Grayscale: #3E3E3E. Windows color (decimal): -6946407 or 10027414. OLE color: 10027414.
HSL color Cylindrical-coordinate representation of color #960199: hue angle of 298.82º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960199 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 1 | 153 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.4 |
| HSL | 298.82º | 0.99% | 0.3% | - |
| HSV(B) | 298.82º | 0.99% | 0.6% | - |
| XYZ | 18.34 | 8.81 | 30.87 | - |
| YUV | 62.88 | 178.86 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 153 | 0.02 | 0.99 | 0 | 0.4 | 298.82 | 0.99 | 0.3 |
| Hex | 96 | 1 | 99 | 2 | 63 | 0 | 28 | 12B | 63 | 1E |
| Octal | 226 | 1 | 231 | 2 | 143 | 0 | 50 | 453 | 143 | 36 |
| Binary | 10010110 | 1 | 10011001 | 10 | 1100011 | 0 | 101000 | 100101011 | 1100011 | 11110 |
Color Harmonies of #960199
Complementary color
Monochromatic Colors of #960199
Black with #960199
Text Example
Text Example
White with #960199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960199; }
p { color: rgb(150,1,153); }
H1.HeaderClassName
{
color: #960199;
}
.AnyTagClassName
{
color: #960199;
}
</style>
background-color css
<style>
a { background-color: #960199; }
a { background-color: rgb(150,1,153); }
div.DivClassName
{
background-color: #960199;
}
.BgClassName
{
background-color: #960199;
}
</style>
border-color css
<style>
span { border-color: #960199; }
span { border-color: rgb(150,1,153); }
td.TdClassName
{
border-color: #960199;
}
.TagClassName
{
border-color: #960199;
}
</style>