Shades of Dark Magenta #961198
Tints of Dark Magenta #961198
RGB
CMYK
RGB Variations
Color information
#961198 (or 0x961198) is known color: Dark Magenta. HEX triplet: 96, 11 and 98. RGB value is (150,17,152). Sum of RGB (Red+Green+Blue) = 150+17+152=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 152 (59.77% from 255 or 47.65% from 319); Max value from RGB is 152 - color contains mainly: blue. Hex color #961198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961198 is #69EE67. Grayscale: #474747. Windows color (decimal): -6942312 or 9965974. OLE color: 9965974.
HSL color Cylindrical-coordinate representation of color #961198: hue angle of 299.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #961198 is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 17 | 152 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.40 |
| HSL | 299.11º | 0.8% | 0.33% | - |
| HSV(B) | 299.11º | 0.89% | 0.6% | - |
| XYZ | 18.45 | 9.15 | 30.5 | - |
| YUV | 72.16 | 173.06 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 152 | 0.01 | 0.89 | 0 | 0.40 | 299.11 | 0.8 | 0.33 |
| Hex | 96 | 11 | 98 | 1 | 59 | 0 | 28 | 12B | 50 | 21 |
| Octal | 226 | 21 | 230 | 1 | 131 | 0 | 50 | 453 | 120 | 41 |
| Binary | 10010110 | 10001 | 10011000 | 1 | 1011001 | 0 | 101000 | 100101011 | 1010000 | 100001 |
Color Harmonies of #961198
Complementary color
Monochromatic Colors of #961198
Black with #961198
Text Example
Text Example
White with #961198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961198; }
p { color: rgb(150,17,152); }
H1.HeaderClassName
{
color: #961198;
}
.AnyTagClassName
{
color: #961198;
}
</style>
background-color css
<style>
a { background-color: #961198; }
a { background-color: rgb(150,17,152); }
div.DivClassName
{
background-color: #961198;
}
.BgClassName
{
background-color: #961198;
}
</style>
border-color css
<style>
span { border-color: #961198; }
span { border-color: rgb(150,17,152); }
td.TdClassName
{
border-color: #961198;
}
.TagClassName
{
border-color: #961198;
}
</style>