Shades of Dark Magenta #961E9B
Tints of Dark Magenta #961E9B
RGB
CMYK
RGB Variations
Color information
#961E9B (or 0x961E9B) is known color: Dark Magenta. HEX triplet: 96, 1E and 9B. RGB value is (150,30,155). Sum of RGB (Red+Green+Blue) = 150+30+155=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #961E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E9B is #69E164. Grayscale: #4F4F4F. Windows color (decimal): -6938981 or 10165910. OLE color: 10165910.
HSL color Cylindrical-coordinate representation of color #961E9B: hue angle of 297.6º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961E9B is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 30 | 155 | - |
| CMYK | 0.03 | 0.81 | 0 | 0.39 |
| HSL | 297.6º | 0.68% | 0.36% | - |
| HSV(B) | 297.6º | 0.81% | 0.61% | - |
| XYZ | 18.96 | 9.78 | 31.9 | - |
| YUV | 80.13 | 170.26 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 155 | 0.03 | 0.81 | 0 | 0.39 | 297.6 | 0.68 | 0.36 |
| Hex | 96 | 1E | 9B | 3 | 51 | 0 | 27 | 12A | 44 | 24 |
| Octal | 226 | 36 | 233 | 3 | 121 | 0 | 47 | 452 | 104 | 44 |
| Binary | 10010110 | 11110 | 10011011 | 11 | 1010001 | 0 | 100111 | 100101010 | 1000100 | 100100 |
Color Harmonies of #961E9B
Complementary color
Monochromatic Colors of #961E9B
Black with #961E9B
Text Example
Text Example
White with #961E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E9B; }
p { color: rgb(150,30,155); }
H1.HeaderClassName
{
color: #961E9B;
}
.AnyTagClassName
{
color: #961E9B;
}
</style>
background-color css
<style>
a { background-color: #961E9B; }
a { background-color: rgb(150,30,155); }
div.DivClassName
{
background-color: #961E9B;
}
.BgClassName
{
background-color: #961E9B;
}
</style>
border-color css
<style>
span { border-color: #961E9B; }
span { border-color: rgb(150,30,155); }
td.TdClassName
{
border-color: #961E9B;
}
.TagClassName
{
border-color: #961E9B;
}
</style>