Shades of Dark Magenta #96168C
Tints of Dark Magenta #96168C
RGB
CMYK
RGB Variations
Color information
#96168C (or 0x96168C) is known color: Dark Magenta. HEX triplet: 96, 16 and 8C. RGB value is (150,22,140). Sum of RGB (Red+Green+Blue) = 150+22+140=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 22 (8.98% from 255 or 7.05% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96168C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96168C is #69E973. Grayscale: #494949. Windows color (decimal): -6941044 or 9180822. OLE color: 9180822.
HSL color Cylindrical-coordinate representation of color #96168C: hue angle of 304.69º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96168C is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 140 | - |
| CMYK | 0 | 0.85 | 0.07 | 0.41 |
| HSL | 304.69º | 0.74% | 0.34% | - |
| HSV(B) | 304.69º | 0.85% | 0.59% | - |
| XYZ | 17.6 | 8.95 | 25.61 | - |
| YUV | 73.72 | 165.41 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 140 | 0 | 0.85 | 0.07 | 0.41 | 304.69 | 0.74 | 0.34 |
| Hex | 96 | 16 | 8C | 0 | 55 | 7 | 29 | 131 | 4A | 22 |
| Octal | 226 | 26 | 214 | 0 | 125 | 7 | 51 | 461 | 112 | 42 |
| Binary | 10010110 | 10110 | 10001100 | 0 | 1010101 | 111 | 101001 | 100110001 | 1001010 | 100010 |
Color Harmonies of #96168C
Complementary color
Monochromatic Colors of #96168C
Black with #96168C
Text Example
Text Example
White with #96168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96168C; }
p { color: rgb(150,22,140); }
H1.HeaderClassName
{
color: #96168C;
}
.AnyTagClassName
{
color: #96168C;
}
</style>
background-color css
<style>
a { background-color: #96168C; }
a { background-color: rgb(150,22,140); }
div.DivClassName
{
background-color: #96168C;
}
.BgClassName
{
background-color: #96168C;
}
</style>
border-color css
<style>
span { border-color: #96168C; }
span { border-color: rgb(150,22,140); }
td.TdClassName
{
border-color: #96168C;
}
.TagClassName
{
border-color: #96168C;
}
</style>