Shades of Dark Magenta #961194
Tints of Dark Magenta #961194
RGB
CMYK
RGB Variations
Color information
#961194 (or 0x961194) is known color: Dark Magenta. HEX triplet: 96, 11 and 94. RGB value is (150,17,148). Sum of RGB (Red+Green+Blue) = 150+17+148=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 17 (7.03% from 255 or 5.40% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #961194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961194 is #69EE6B. Grayscale: #474747. Windows color (decimal): -6942316 or 9703830. OLE color: 9703830.
HSL color Cylindrical-coordinate representation of color #961194: hue angle of 300.9º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961194 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 148 | - |
| CMYK | 0 | 0.89 | 0.01 | 0.41 |
| HSL | 300.9º | 0.8% | 0.33% | - |
| HSV(B) | 300.9º | 0.89% | 0.59% | - |
| XYZ | 18.12 | 9.02 | 28.8 | - |
| YUV | 71.7 | 171.06 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 148 | 0 | 0.89 | 0.01 | 0.41 | 300.9 | 0.8 | 0.33 |
| Hex | 96 | 11 | 94 | 0 | 59 | 1 | 29 | 12D | 50 | 21 |
| Octal | 226 | 21 | 224 | 0 | 131 | 1 | 51 | 455 | 120 | 41 |
| Binary | 10010110 | 10001 | 10010100 | 0 | 1011001 | 1 | 101001 | 100101101 | 1010000 | 100001 |
Color Harmonies of #961194
Complementary color
Monochromatic Colors of #961194
Black with #961194
Text Example
Text Example
White with #961194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961194; }
p { color: rgb(150,17,148); }
H1.HeaderClassName
{
color: #961194;
}
.AnyTagClassName
{
color: #961194;
}
</style>
background-color css
<style>
a { background-color: #961194; }
a { background-color: rgb(150,17,148); }
div.DivClassName
{
background-color: #961194;
}
.BgClassName
{
background-color: #961194;
}
</style>
border-color css
<style>
span { border-color: #961194; }
span { border-color: rgb(150,17,148); }
td.TdClassName
{
border-color: #961194;
}
.TagClassName
{
border-color: #961194;
}
</style>