Shades of Dark Magenta #961E98
Tints of Dark Magenta #961E98
RGB
CMYK
RGB Variations
Color information
#961E98 (or 0x961E98) is known color: Dark Magenta. HEX triplet: 96, 1E and 98. RGB value is (150,30,152). Sum of RGB (Red+Green+Blue) = 150+30+152=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #961E98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961E98 is #69E167. Grayscale: #4F4F4F. Windows color (decimal): -6938984 or 9969302. OLE color: 9969302.
HSL color Cylindrical-coordinate representation of color #961E98: hue angle of 299.02º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #961E98 is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 30 | 152 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.40 |
| HSL | 299.02º | 0.67% | 0.36% | - |
| HSV(B) | 299.02º | 0.8% | 0.6% | - |
| XYZ | 18.71 | 9.68 | 30.59 | - |
| YUV | 79.79 | 168.76 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 30 | 152 | 0.01 | 0.80 | 0 | 0.40 | 299.02 | 0.67 | 0.36 |
| Hex | 96 | 1E | 98 | 1 | 50 | 0 | 28 | 12B | 43 | 24 |
| Octal | 226 | 36 | 230 | 1 | 120 | 0 | 50 | 453 | 103 | 44 |
| Binary | 10010110 | 11110 | 10011000 | 1 | 1010000 | 0 | 101000 | 100101011 | 1000011 | 100100 |
Color Harmonies of #961E98
Complementary color
Monochromatic Colors of #961E98
Black with #961E98
Text Example
Text Example
White with #961E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961E98; }
p { color: rgb(150,30,152); }
H1.HeaderClassName
{
color: #961E98;
}
.AnyTagClassName
{
color: #961E98;
}
</style>
background-color css
<style>
a { background-color: #961E98; }
a { background-color: rgb(150,30,152); }
div.DivClassName
{
background-color: #961E98;
}
.BgClassName
{
background-color: #961E98;
}
</style>
border-color css
<style>
span { border-color: #961E98; }
span { border-color: rgb(150,30,152); }
td.TdClassName
{
border-color: #961E98;
}
.TagClassName
{
border-color: #961E98;
}
</style>