Shades of Dark Magenta #960492
Tints of Dark Magenta #960492
RGB
CMYK
RGB Variations
Color information
#960492 (or 0x960492) is known color: Dark Magenta. HEX triplet: 96, 04 and 92. RGB value is (150,4,146). Sum of RGB (Red+Green+Blue) = 150+4+146=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 4 (1.95% from 255 or 1.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #960492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960492 is #69FB6D. Grayscale: #3F3F3F. Windows color (decimal): -6945646 or 9569430. OLE color: 9569430.
HSL color Cylindrical-coordinate representation of color #960492: hue angle of 301.64º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960492 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 4 | 146 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.41 |
| HSL | 301.64º | 0.95% | 0.3% | - |
| HSV(B) | 301.64º | 0.97% | 0.59% | - |
| XYZ | 17.81 | 8.65 | 27.92 | - |
| YUV | 63.84 | 174.37 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 4 | 146 | 0 | 0.97 | 0.03 | 0.41 | 301.64 | 0.95 | 0.3 |
| Hex | 96 | 4 | 92 | 0 | 61 | 3 | 29 | 12E | 5F | 1E |
| Octal | 226 | 4 | 222 | 0 | 141 | 3 | 51 | 456 | 137 | 36 |
| Binary | 10010110 | 100 | 10010010 | 0 | 1100001 | 11 | 101001 | 100101110 | 1011111 | 11110 |
Color Harmonies of #960492
Complementary color
Monochromatic Colors of #960492
Black with #960492
Text Example
Text Example
White with #960492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #960492; }
p { color: rgb(150,4,146); }
H1.HeaderClassName
{
color: #960492;
}
.AnyTagClassName
{
color: #960492;
}
</style>
background-color css
<style>
a { background-color: #960492; }
a { background-color: rgb(150,4,146); }
div.DivClassName
{
background-color: #960492;
}
.BgClassName
{
background-color: #960492;
}
</style>
border-color css
<style>
span { border-color: #960492; }
span { border-color: rgb(150,4,146); }
td.TdClassName
{
border-color: #960492;
}
.TagClassName
{
border-color: #960492;
}
</style>