Shades of Dark Magenta #96057F
Tints of Dark Magenta #96057F
RGB
CMYK
RGB Variations
Color information
#96057F (or 0x96057F) is known color: Dark Magenta. HEX triplet: 96, 05 and 7F. RGB value is (150,5,127). Sum of RGB (Red+Green+Blue) = 150+5+127=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96057F is #69FA80. Grayscale: #3D3D3D. Windows color (decimal): -6945409 or 8324502. OLE color: 8324502.
HSL color Cylindrical-coordinate representation of color #96057F: hue angle of 309.52º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96057F is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 5 | 127 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.41 |
| HSL | 309.52º | 0.94% | 0.3% | - |
| HSV(B) | 309.52º | 0.97% | 0.59% | - |
| XYZ | 16.46 | 8.12 | 20.78 | - |
| YUV | 62.26 | 164.54 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 5 | 127 | 0 | 0.97 | 0.15 | 0.41 | 309.52 | 0.94 | 0.3 |
| Hex | 96 | 5 | 7F | 0 | 61 | F | 29 | 136 | 5E | 1E |
| Octal | 226 | 5 | 177 | 0 | 141 | 17 | 51 | 466 | 136 | 36 |
| Binary | 10010110 | 101 | 1111111 | 0 | 1100001 | 1111 | 101001 | 100110110 | 1011110 | 11110 |
Color Harmonies of #96057F
Complementary color
Monochromatic Colors of #96057F
Black with #96057F
Text Example
Text Example
White with #96057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96057F; }
p { color: rgb(150,5,127); }
H1.HeaderClassName
{
color: #96057F;
}
.AnyTagClassName
{
color: #96057F;
}
</style>
background-color css
<style>
a { background-color: #96057F; }
a { background-color: rgb(150,5,127); }
div.DivClassName
{
background-color: #96057F;
}
.BgClassName
{
background-color: #96057F;
}
</style>
border-color css
<style>
span { border-color: #96057F; }
span { border-color: rgb(150,5,127); }
td.TdClassName
{
border-color: #96057F;
}
.TagClassName
{
border-color: #96057F;
}
</style>