Shades of Dark Magenta #961A9A
Tints of Dark Magenta #961A9A
RGB
CMYK
RGB Variations
Color information
#961A9A (or 0x961A9A) is known color: Dark Magenta. HEX triplet: 96, 1A and 9A. RGB value is (150,26,154). Sum of RGB (Red+Green+Blue) = 150+26+154=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 154 (60.55% from 255 or 46.67% from 330); Max value from RGB is 154 - color contains mainly: blue. Hex color #961A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A9A is #69E565. Grayscale: #4D4D4D. Windows color (decimal): -6940006 or 10099350. OLE color: 10099350.
HSL color Cylindrical-coordinate representation of color #961A9A: hue angle of 298.12º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A9A is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 26 | 154 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.40 |
| HSL | 298.13º | 0.71% | 0.35% | - |
| HSV(B) | 298.13º | 0.83% | 0.6% | - |
| XYZ | 18.78 | 9.56 | 31.43 | - |
| YUV | 77.67 | 171.08 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 154 | 0.03 | 0.83 | 0 | 0.40 | 298.13 | 0.71 | 0.35 |
| Hex | 96 | 1A | 9A | 3 | 53 | 0 | 28 | 12A | 47 | 23 |
| Octal | 226 | 32 | 232 | 3 | 123 | 0 | 50 | 452 | 107 | 43 |
| Binary | 10010110 | 11010 | 10011010 | 11 | 1010011 | 0 | 101000 | 100101010 | 1000111 | 100011 |
Color Harmonies of #961A9A
Complementary color
Monochromatic Colors of #961A9A
Black with #961A9A
Text Example
Text Example
White with #961A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961A9A; }
p { color: rgb(150,26,154); }
H1.HeaderClassName
{
color: #961A9A;
}
.AnyTagClassName
{
color: #961A9A;
}
</style>
background-color css
<style>
a { background-color: #961A9A; }
a { background-color: rgb(150,26,154); }
div.DivClassName
{
background-color: #961A9A;
}
.BgClassName
{
background-color: #961A9A;
}
</style>
border-color css
<style>
span { border-color: #961A9A; }
span { border-color: rgb(150,26,154); }
td.TdClassName
{
border-color: #961A9A;
}
.TagClassName
{
border-color: #961A9A;
}
</style>