Shades of Dark Magenta #961BA5
Tints of Dark Magenta #961BA5
RGB
CMYK
RGB Variations
Color information
#961BA5 (or 0x961BA5) is known color: Dark Magenta. HEX triplet: 96, 1B and A5. RGB value is (150,27,165). Sum of RGB (Red+Green+Blue) = 150+27+165=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 165 (64.84% from 255 or 48.25% from 342); Max value from RGB is 165 - color contains mainly: blue. Hex color #961BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961BA5 is #69E45A. Grayscale: #4F4F4F. Windows color (decimal): -6939739 or 10820502. OLE color: 10820502.
HSL color Cylindrical-coordinate representation of color #961BA5: hue angle of 293.48º 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 #961BA5 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 150 | 27 | 165 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.35 |
| HSL | 293.48º | 0.72% | 0.38% | - |
| HSV(B) | 293.48º | 0.84% | 0.65% | - |
| XYZ | 19.76 | 9.98 | 36.48 | - |
| YUV | 79.51 | 176.25 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 165 | 0.09 | 0.84 | 0 | 0.35 | 293.48 | 0.72 | 0.38 |
| Hex | 96 | 1B | A5 | 9 | 54 | 0 | 23 | 125 | 48 | 26 |
| Octal | 226 | 33 | 245 | 11 | 124 | 0 | 43 | 445 | 110 | 46 |
| Binary | 10010110 | 11011 | 10100101 | 1001 | 1010100 | 0 | 100011 | 100100101 | 1001000 | 100110 |
Color Harmonies of #961BA5
Complementary color
Monochromatic Colors of #961BA5
Black with #961BA5
Text Example
Text Example
White with #961BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BA5; }
p { color: rgb(150,27,165); }
H1.HeaderClassName
{
color: #961BA5;
}
.AnyTagClassName
{
color: #961BA5;
}
</style>
background-color css
<style>
a { background-color: #961BA5; }
a { background-color: rgb(150,27,165); }
div.DivClassName
{
background-color: #961BA5;
}
.BgClassName
{
background-color: #961BA5;
}
</style>
border-color css
<style>
span { border-color: #961BA5; }
span { border-color: rgb(150,27,165); }
td.TdClassName
{
border-color: #961BA5;
}
.TagClassName
{
border-color: #961BA5;
}
</style>