Shades of Dark Magenta #96098B
Tints of Dark Magenta #96098B
RGB
CMYK
RGB Variations
Color information
#96098B (or 0x96098B) is known color: Dark Magenta. HEX triplet: 96, 09 and 8B. RGB value is (150,9,139). Sum of RGB (Red+Green+Blue) = 150+9+139=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 9 (3.91% from 255 or 3.02% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96098B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96098B is #69F674. Grayscale: #414141. Windows color (decimal): -6944373 or 9111958. OLE color: 9111958.
HSL color Cylindrical-coordinate representation of color #96098B: hue angle of 304.68º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96098B is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 139 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.41 |
| HSL | 304.68º | 0.89% | 0.31% | - |
| HSV(B) | 304.68º | 0.94% | 0.59% | - |
| XYZ | 17.34 | 8.54 | 25.16 | - |
| YUV | 65.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 139 | 0 | 0.94 | 0.07 | 0.41 | 304.68 | 0.89 | 0.31 |
| Hex | 96 | 9 | 8B | 0 | 5E | 7 | 29 | 131 | 59 | 1F |
| Octal | 226 | 11 | 213 | 0 | 136 | 7 | 51 | 461 | 131 | 37 |
| Binary | 10010110 | 1001 | 10001011 | 0 | 1011110 | 111 | 101001 | 100110001 | 1011001 | 11111 |
Color Harmonies of #96098B
Complementary color
Monochromatic Colors of #96098B
Black with #96098B
Text Example
Text Example
White with #96098B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96098B; }
p { color: rgb(150,9,139); }
H1.HeaderClassName
{
color: #96098B;
}
.AnyTagClassName
{
color: #96098B;
}
</style>
background-color css
<style>
a { background-color: #96098B; }
a { background-color: rgb(150,9,139); }
div.DivClassName
{
background-color: #96098B;
}
.BgClassName
{
background-color: #96098B;
}
</style>
border-color css
<style>
span { border-color: #96098B; }
span { border-color: rgb(150,9,139); }
td.TdClassName
{
border-color: #96098B;
}
.TagClassName
{
border-color: #96098B;
}
</style>