Shades of Dark Magenta #961BA3
Tints of Dark Magenta #961BA3
RGB
CMYK
RGB Variations
Color information
#961BA3 (or 0x961BA3) is known color: Dark Magenta. HEX triplet: 96, 1B and A3. RGB value is (150,27,163). Sum of RGB (Red+Green+Blue) = 150+27+163=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 163 - color contains mainly: blue. Hex color #961BA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961BA3 is #69E45C. Grayscale: #4E4E4E. Windows color (decimal): -6939741 or 10689430. OLE color: 10689430.
HSL color Cylindrical-coordinate representation of color #961BA3: hue angle of 294.26º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961BA3 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 27 | 163 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.36 |
| HSL | 294.26º | 0.72% | 0.37% | - |
| HSV(B) | 294.26º | 0.83% | 0.64% | - |
| XYZ | 19.58 | 9.91 | 35.53 | - |
| YUV | 79.28 | 175.25 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 27 | 163 | 0.08 | 0.83 | 0 | 0.36 | 294.26 | 0.72 | 0.37 |
| Hex | 96 | 1B | A3 | 8 | 53 | 0 | 24 | 126 | 48 | 25 |
| Octal | 226 | 33 | 243 | 10 | 123 | 0 | 44 | 446 | 110 | 45 |
| Binary | 10010110 | 11011 | 10100011 | 1000 | 1010011 | 0 | 100100 | 100100110 | 1001000 | 100101 |
Color Harmonies of #961BA3
Complementary color
Monochromatic Colors of #961BA3
Black with #961BA3
Text Example
Text Example
White with #961BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961BA3; }
p { color: rgb(150,27,163); }
H1.HeaderClassName
{
color: #961BA3;
}
.AnyTagClassName
{
color: #961BA3;
}
</style>
background-color css
<style>
a { background-color: #961BA3; }
a { background-color: rgb(150,27,163); }
div.DivClassName
{
background-color: #961BA3;
}
.BgClassName
{
background-color: #961BA3;
}
</style>
border-color css
<style>
span { border-color: #961BA3; }
span { border-color: rgb(150,27,163); }
td.TdClassName
{
border-color: #961BA3;
}
.TagClassName
{
border-color: #961BA3;
}
</style>