Shades of Dark Magenta #96168F
Tints of Dark Magenta #96168F
RGB
CMYK
RGB Variations
Color information
#96168F (or 0x96168F) is known color: Dark Magenta. HEX triplet: 96, 16 and 8F. RGB value is (150,22,143). Sum of RGB (Red+Green+Blue) = 150+22+143=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 22 (8.98% from 255 or 6.98% from 315); Blue value is 143 (56.25% from 255 or 45.40% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96168F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96168F is #69E970. Grayscale: #494949. Windows color (decimal): -6941041 or 9377430. OLE color: 9377430.
HSL color Cylindrical-coordinate representation of color #96168F: hue angle of 303.28º 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 #96168F is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 22 | 143 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.41 |
| HSL | 303.28º | 0.74% | 0.34% | - |
| HSV(B) | 303.28º | 0.85% | 0.59% | - |
| XYZ | 17.82 | 9.04 | 26.79 | - |
| YUV | 74.07 | 166.91 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 22 | 143 | 0 | 0.85 | 0.05 | 0.41 | 303.28 | 0.74 | 0.34 |
| Hex | 96 | 16 | 8F | 0 | 55 | 5 | 29 | 12F | 4A | 22 |
| Octal | 226 | 26 | 217 | 0 | 125 | 5 | 51 | 457 | 112 | 42 |
| Binary | 10010110 | 10110 | 10001111 | 0 | 1010101 | 101 | 101001 | 100101111 | 1001010 | 100010 |
Color Harmonies of #96168F
Complementary color
Monochromatic Colors of #96168F
Black with #96168F
Text Example
Text Example
White with #96168F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96168F; }
p { color: rgb(150,22,143); }
H1.HeaderClassName
{
color: #96168F;
}
.AnyTagClassName
{
color: #96168F;
}
</style>
background-color css
<style>
a { background-color: #96168F; }
a { background-color: rgb(150,22,143); }
div.DivClassName
{
background-color: #96168F;
}
.BgClassName
{
background-color: #96168F;
}
</style>
border-color css
<style>
span { border-color: #96168F; }
span { border-color: rgb(150,22,143); }
td.TdClassName
{
border-color: #96168F;
}
.TagClassName
{
border-color: #96168F;
}
</style>