Shades of Dark Magenta #961AA6
Tints of Dark Magenta #961AA6
RGB
CMYK
RGB Variations
Color information
#961AA6 (or 0x961AA6) is known color: Dark Magenta. HEX triplet: 96, 1A and A6. RGB value is (150,26,166). Sum of RGB (Red+Green+Blue) = 150+26+166=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 166 (65.23% from 255 or 48.54% from 342); Max value from RGB is 166 - color contains mainly: blue. Hex color #961AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961AA6 is #69E559. Grayscale: #4E4E4E. Windows color (decimal): -6939994 or 10885782. OLE color: 10885782.
HSL color Cylindrical-coordinate representation of color #961AA6: hue angle of 293.14º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961AA6 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 26 | 166 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.35 |
| HSL | 293.14º | 0.73% | 0.38% | - |
| HSV(B) | 293.14º | 0.84% | 0.65% | - |
| XYZ | 19.83 | 9.98 | 36.96 | - |
| YUV | 79.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 166 | 0.10 | 0.84 | 0 | 0.35 | 293.14 | 0.73 | 0.38 |
| Hex | 96 | 1A | A6 | A | 54 | 0 | 23 | 125 | 49 | 26 |
| Octal | 226 | 32 | 246 | 12 | 124 | 0 | 43 | 445 | 111 | 46 |
| Binary | 10010110 | 11010 | 10100110 | 1010 | 1010100 | 0 | 100011 | 100100101 | 1001001 | 100110 |
Color Harmonies of #961AA6
Complementary color
Monochromatic Colors of #961AA6
Black with #961AA6
Text Example
Text Example
White with #961AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961AA6; }
p { color: rgb(150,26,166); }
H1.HeaderClassName
{
color: #961AA6;
}
.AnyTagClassName
{
color: #961AA6;
}
</style>
background-color css
<style>
a { background-color: #961AA6; }
a { background-color: rgb(150,26,166); }
div.DivClassName
{
background-color: #961AA6;
}
.BgClassName
{
background-color: #961AA6;
}
</style>
border-color css
<style>
span { border-color: #961AA6; }
span { border-color: rgb(150,26,166); }
td.TdClassName
{
border-color: #961AA6;
}
.TagClassName
{
border-color: #961AA6;
}
</style>