Shades of Dark Magenta #96118F
Tints of Dark Magenta #96118F
RGB
CMYK
RGB Variations
Color information
#96118F (or 0x96118F) is known color: Dark Magenta. HEX triplet: 96, 11 and 8F. RGB value is (150,17,143). Sum of RGB (Red+Green+Blue) = 150+17+143=310 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.39% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 150 - color contains mainly: red. Hex color #96118F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96118F is #69EE70. Grayscale: #464646. Windows color (decimal): -6942321 or 9376150. OLE color: 9376150.
HSL color Cylindrical-coordinate representation of color #96118F: hue angle of 303.16º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #96118F is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 17 | 143 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.41 |
| HSL | 303.16º | 0.8% | 0.33% | - |
| HSV(B) | 303.16º | 0.89% | 0.59% | - |
| XYZ | 17.74 | 8.87 | 26.76 | - |
| YUV | 71.13 | 168.56 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 17 | 143 | 0 | 0.89 | 0.05 | 0.41 | 303.16 | 0.8 | 0.33 |
| Hex | 96 | 11 | 8F | 0 | 59 | 5 | 29 | 12F | 50 | 21 |
| Octal | 226 | 21 | 217 | 0 | 131 | 5 | 51 | 457 | 120 | 41 |
| Binary | 10010110 | 10001 | 10001111 | 0 | 1011001 | 101 | 101001 | 100101111 | 1010000 | 100001 |
Color Harmonies of #96118F
Complementary color
Monochromatic Colors of #96118F
Black with #96118F
Text Example
Text Example
White with #96118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96118F; }
p { color: rgb(150,17,143); }
H1.HeaderClassName
{
color: #96118F;
}
.AnyTagClassName
{
color: #96118F;
}
</style>
background-color css
<style>
a { background-color: #96118F; }
a { background-color: rgb(150,17,143); }
div.DivClassName
{
background-color: #96118F;
}
.BgClassName
{
background-color: #96118F;
}
</style>
border-color css
<style>
span { border-color: #96118F; }
span { border-color: rgb(150,17,143); }
td.TdClassName
{
border-color: #96118F;
}
.TagClassName
{
border-color: #96118F;
}
</style>