Shades of Dark Magenta #96097D
Tints of Dark Magenta #96097D
RGB
CMYK
RGB Variations
Color information
#96097D (or 0x96097D) is known color: Dark Magenta. HEX triplet: 96, 09 and 7D. RGB value is (150,9,125). Sum of RGB (Red+Green+Blue) = 150+9+125=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #96097D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96097D is #69F682. Grayscale: #404040. Windows color (decimal): -6944387 or 8194454. OLE color: 8194454.
HSL color Cylindrical-coordinate representation of color #96097D: hue angle of 310.64º 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 #96097D is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 9 | 125 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.41 |
| HSL | 310.64º | 0.89% | 0.31% | - |
| HSV(B) | 310.64º | 0.94% | 0.59% | - |
| XYZ | 16.38 | 8.16 | 20.11 | - |
| YUV | 64.38 | 162.21 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 125 | 0 | 0.94 | 0.17 | 0.41 | 310.64 | 0.89 | 0.31 |
| Hex | 96 | 9 | 7D | 0 | 5E | 11 | 29 | 137 | 59 | 1F |
| Octal | 226 | 11 | 175 | 0 | 136 | 21 | 51 | 467 | 131 | 37 |
| Binary | 10010110 | 1001 | 1111101 | 0 | 1011110 | 10001 | 101001 | 100110111 | 1011001 | 11111 |
Color Harmonies of #96097D
Complementary color
Monochromatic Colors of #96097D
Black with #96097D
Text Example
Text Example
White with #96097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96097D; }
p { color: rgb(150,9,125); }
H1.HeaderClassName
{
color: #96097D;
}
.AnyTagClassName
{
color: #96097D;
}
</style>
background-color css
<style>
a { background-color: #96097D; }
a { background-color: rgb(150,9,125); }
div.DivClassName
{
background-color: #96097D;
}
.BgClassName
{
background-color: #96097D;
}
</style>
border-color css
<style>
span { border-color: #96097D; }
span { border-color: rgb(150,9,125); }
td.TdClassName
{
border-color: #96097D;
}
.TagClassName
{
border-color: #96097D;
}
</style>