Shades of Dark Magenta #96017F
Tints of Dark Magenta #96017F
RGB
CMYK
RGB Variations
Color information
#96017F (or 0x96017F) is known color: Dark Magenta. HEX triplet: 96, 01 and 7F. RGB value is (150,1,127). Sum of RGB (Red+Green+Blue) = 150+1+127=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96017F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96017F is #69FE80. Grayscale: #3B3B3B. Windows color (decimal): -6946433 or 8323478. OLE color: 8323478.
HSL color Cylindrical-coordinate representation of color #96017F: hue angle of 309.26º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96017F is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 127 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.41 |
| HSL | 309.26º | 0.99% | 0.3% | - |
| HSV(B) | 309.26º | 0.99% | 0.59% | - |
| XYZ | 16.42 | 8.04 | 20.76 | - |
| YUV | 59.92 | 165.86 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 127 | 0 | 0.99 | 0.15 | 0.41 | 309.26 | 0.99 | 0.3 |
| Hex | 96 | 1 | 7F | 0 | 63 | F | 29 | 135 | 63 | 1E |
| Octal | 226 | 1 | 177 | 0 | 143 | 17 | 51 | 465 | 143 | 36 |
| Binary | 10010110 | 1 | 1111111 | 0 | 1100011 | 1111 | 101001 | 100110101 | 1100011 | 11110 |
Color Harmonies of #96017F
Complementary color
Monochromatic Colors of #96017F
Black with #96017F
Text Example
Text Example
White with #96017F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96017F; }
p { color: rgb(150,1,127); }
H1.HeaderClassName
{
color: #96017F;
}
.AnyTagClassName
{
color: #96017F;
}
</style>
background-color css
<style>
a { background-color: #96017F; }
a { background-color: rgb(150,1,127); }
div.DivClassName
{
background-color: #96017F;
}
.BgClassName
{
background-color: #96017F;
}
</style>
border-color css
<style>
span { border-color: #96017F; }
span { border-color: rgb(150,1,127); }
td.TdClassName
{
border-color: #96017F;
}
.TagClassName
{
border-color: #96017F;
}
</style>