Shades of Dark Magenta #961C98
Tints of Dark Magenta #961C98
RGB
CMYK
RGB Variations
Color information
#961C98 (or 0x961C98) is known color: Dark Magenta. HEX triplet: 96, 1C and 98. RGB value is (150,28,152). Sum of RGB (Red+Green+Blue) = 150+28+152=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #961C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961C98 is #69E367. Grayscale: #4E4E4E. Windows color (decimal): -6939496 or 9968790. OLE color: 9968790.
HSL color Cylindrical-coordinate representation of color #961C98: hue angle of 299.03º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #961C98 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 28 | 152 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.40 |
| HSL | 299.03º | 0.69% | 0.35% | - |
| HSV(B) | 299.03º | 0.82% | 0.6% | - |
| XYZ | 18.66 | 9.58 | 30.57 | - |
| YUV | 78.61 | 169.42 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 28 | 152 | 0.01 | 0.82 | 0 | 0.40 | 299.03 | 0.69 | 0.35 |
| Hex | 96 | 1C | 98 | 1 | 52 | 0 | 28 | 12B | 45 | 23 |
| Octal | 226 | 34 | 230 | 1 | 122 | 0 | 50 | 453 | 105 | 43 |
| Binary | 10010110 | 11100 | 10011000 | 1 | 1010010 | 0 | 101000 | 100101011 | 1000101 | 100011 |
Color Harmonies of #961C98
Complementary color
Monochromatic Colors of #961C98
Black with #961C98
Text Example
Text Example
White with #961C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961C98; }
p { color: rgb(150,28,152); }
H1.HeaderClassName
{
color: #961C98;
}
.AnyTagClassName
{
color: #961C98;
}
</style>
background-color css
<style>
a { background-color: #961C98; }
a { background-color: rgb(150,28,152); }
div.DivClassName
{
background-color: #961C98;
}
.BgClassName
{
background-color: #961C98;
}
</style>
border-color css
<style>
span { border-color: #961C98; }
span { border-color: rgb(150,28,152); }
td.TdClassName
{
border-color: #961C98;
}
.TagClassName
{
border-color: #961C98;
}
</style>