Shades of Dark Magenta #961893
Tints of Dark Magenta #961893
RGB
CMYK
RGB Variations
Color information
#961893 (or 0x961893) is known color: Dark Magenta. HEX triplet: 96, 18 and 93. RGB value is (150,24,147). Sum of RGB (Red+Green+Blue) = 150+24+147=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 24 (9.77% from 255 or 7.48% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #961893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961893 is #69E76C. Grayscale: #4B4B4B. Windows color (decimal): -6940525 or 9640086. OLE color: 9640086.
HSL color Cylindrical-coordinate representation of color #961893: hue angle of 301.43º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961893 is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 24 | 147 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.41 |
| HSL | 301.43º | 0.72% | 0.34% | - |
| HSV(B) | 301.43º | 0.84% | 0.59% | - |
| XYZ | 18.17 | 9.24 | 28.43 | - |
| YUV | 75.7 | 168.24 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 147 | 0 | 0.84 | 0.02 | 0.41 | 301.43 | 0.72 | 0.34 |
| Hex | 96 | 18 | 93 | 0 | 54 | 2 | 29 | 12D | 48 | 22 |
| Octal | 226 | 30 | 223 | 0 | 124 | 2 | 51 | 455 | 110 | 42 |
| Binary | 10010110 | 11000 | 10010011 | 0 | 1010100 | 10 | 101001 | 100101101 | 1001000 | 100010 |
Color Harmonies of #961893
Complementary color
Monochromatic Colors of #961893
Black with #961893
Text Example
Text Example
White with #961893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961893; }
p { color: rgb(150,24,147); }
H1.HeaderClassName
{
color: #961893;
}
.AnyTagClassName
{
color: #961893;
}
</style>
background-color css
<style>
a { background-color: #961893; }
a { background-color: rgb(150,24,147); }
div.DivClassName
{
background-color: #961893;
}
.BgClassName
{
background-color: #961893;
}
</style>
border-color css
<style>
span { border-color: #961893; }
span { border-color: rgb(150,24,147); }
td.TdClassName
{
border-color: #961893;
}
.TagClassName
{
border-color: #961893;
}
</style>