Shades of Dark Magenta #961BA4
Tints of Dark Magenta #961BA4
RGB
CMYK
RGB Variations
Color information
#961BA4 (or 0x961BA4) is known color: Dark Magenta. HEX triplet: 96, 1B and A4. RGB value is (150,27,164). Sum of RGB (Red+Green+Blue) = 150+27+164=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #961BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961BA4 is #69E45B. Grayscale: #4E4E4E. Windows color (decimal): -6939740 or 10754966. OLE color: 10754966.
HSL color Cylindrical-coordinate representation of color #961BA4: hue angle of 293.87º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961BA4 is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 27 | 164 | - |
| CMYK | 0.09 | 0.84 | 0 | 0.36 |
| HSL | 293.87º | 0.72% | 0.37% | - |
| HSV(B) | 293.87º | 0.84% | 0.64% | - |
| XYZ | 19.67 | 9.95 | 36.01 | - |
| YUV | 79.4 | 175.75 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 164 | 0.09 | 0.84 | 0 | 0.36 | 293.87 | 0.72 | 0.37 |
| Hex | 96 | 1B | A4 | 9 | 54 | 0 | 24 | 126 | 48 | 25 |
| Octal | 226 | 33 | 244 | 11 | 124 | 0 | 44 | 446 | 110 | 45 |
| Binary | 10010110 | 11011 | 10100100 | 1001 | 1010100 | 0 | 100100 | 100100110 | 1001000 | 100101 |
Color Harmonies of #961BA4
Complementary color
Monochromatic Colors of #961BA4
Black with #961BA4
Text Example
Text Example
White with #961BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BA4; }
p { color: rgb(150,27,164); }
H1.HeaderClassName
{
color: #961BA4;
}
.AnyTagClassName
{
color: #961BA4;
}
</style>
background-color css
<style>
a { background-color: #961BA4; }
a { background-color: rgb(150,27,164); }
div.DivClassName
{
background-color: #961BA4;
}
.BgClassName
{
background-color: #961BA4;
}
</style>
border-color css
<style>
span { border-color: #961BA4; }
span { border-color: rgb(150,27,164); }
td.TdClassName
{
border-color: #961BA4;
}
.TagClassName
{
border-color: #961BA4;
}
</style>