Shades of Dark Magenta #961395
Tints of Dark Magenta #961395
RGB
CMYK
RGB Variations
Color information
#961395 (or 0x961395) is known color: Dark Magenta. HEX triplet: 96, 13 and 95. RGB value is (150,19,149). Sum of RGB (Red+Green+Blue) = 150+19+149=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #961395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961395 is #69EC6A. Grayscale: #484848. Windows color (decimal): -6941803 or 9769878. OLE color: 9769878.
HSL color Cylindrical-coordinate representation of color #961395: hue angle of 300.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961395 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 19 | 149 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.41 |
| HSL | 300.46º | 0.78% | 0.33% | - |
| HSV(B) | 300.46º | 0.87% | 0.59% | - |
| XYZ | 18.24 | 9.12 | 29.23 | - |
| YUV | 72.99 | 170.9 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 19 | 149 | 0 | 0.87 | 0.01 | 0.41 | 300.46 | 0.78 | 0.33 |
| Hex | 96 | 13 | 95 | 0 | 57 | 1 | 29 | 12C | 4E | 21 |
| Octal | 226 | 23 | 225 | 0 | 127 | 1 | 51 | 454 | 116 | 41 |
| Binary | 10010110 | 10011 | 10010101 | 0 | 1010111 | 1 | 101001 | 100101100 | 1001110 | 100001 |
Color Harmonies of #961395
Complementary color
Monochromatic Colors of #961395
Black with #961395
Text Example
Text Example
White with #961395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961395; }
p { color: rgb(150,19,149); }
H1.HeaderClassName
{
color: #961395;
}
.AnyTagClassName
{
color: #961395;
}
</style>
background-color css
<style>
a { background-color: #961395; }
a { background-color: rgb(150,19,149); }
div.DivClassName
{
background-color: #961395;
}
.BgClassName
{
background-color: #961395;
}
</style>
border-color css
<style>
span { border-color: #961395; }
span { border-color: rgb(150,19,149); }
td.TdClassName
{
border-color: #961395;
}
.TagClassName
{
border-color: #961395;
}
</style>