Shades of Dark Magenta #961BA7
Tints of Dark Magenta #961BA7
RGB
CMYK
RGB Variations
Color information
#961BA7 (or 0x961BA7) is known color: Dark Magenta. HEX triplet: 96, 1B and A7. RGB value is (150,27,167). Sum of RGB (Red+Green+Blue) = 150+27+167=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 167 (65.62% from 255 or 48.55% from 344); Max value from RGB is 167 - color contains mainly: blue. Hex color #961BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961BA7 is #69E458. Grayscale: #4F4F4F. Windows color (decimal): -6939737 or 10951574. OLE color: 10951574.
HSL color Cylindrical-coordinate representation of color #961BA7: hue angle of 292.71º degrees, saturation: 0.72, 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 #961BA7 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 27 | 167 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.35 |
| HSL | 292.71º | 0.72% | 0.38% | - |
| HSV(B) | 292.71º | 0.84% | 0.65% | - |
| XYZ | 19.94 | 10.06 | 37.45 | - |
| YUV | 79.74 | 177.25 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 167 | 0.10 | 0.84 | 0 | 0.35 | 292.71 | 0.72 | 0.38 |
| Hex | 96 | 1B | A7 | A | 54 | 0 | 23 | 125 | 48 | 26 |
| Octal | 226 | 33 | 247 | 12 | 124 | 0 | 43 | 445 | 110 | 46 |
| Binary | 10010110 | 11011 | 10100111 | 1010 | 1010100 | 0 | 100011 | 100100101 | 1001000 | 100110 |
Color Harmonies of #961BA7
Complementary color
Monochromatic Colors of #961BA7
Black with #961BA7
Text Example
Text Example
White with #961BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BA7; }
p { color: rgb(150,27,167); }
H1.HeaderClassName
{
color: #961BA7;
}
.AnyTagClassName
{
color: #961BA7;
}
</style>
background-color css
<style>
a { background-color: #961BA7; }
a { background-color: rgb(150,27,167); }
div.DivClassName
{
background-color: #961BA7;
}
.BgClassName
{
background-color: #961BA7;
}
</style>
border-color css
<style>
span { border-color: #961BA7; }
span { border-color: rgb(150,27,167); }
td.TdClassName
{
border-color: #961BA7;
}
.TagClassName
{
border-color: #961BA7;
}
</style>