Shades of Dark Magenta #96017C
Tints of Dark Magenta #96017C
RGB
CMYK
RGB Variations
Color information
#96017C (or 0x96017C) is known color: Dark Magenta. HEX triplet: 96, 01 and 7C. RGB value is (150,1,124). Sum of RGB (Red+Green+Blue) = 150+1+124=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 124 (48.83% from 255 or 45.09% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96017C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96017C is #69FE83. Grayscale: #3B3B3B. Windows color (decimal): -6946436 or 8126870. OLE color: 8126870.
HSL color Cylindrical-coordinate representation of color #96017C: hue angle of 310.47º 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 #96017C is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 124 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.41 |
| HSL | 310.47º | 0.99% | 0.3% | - |
| HSV(B) | 310.47º | 0.99% | 0.59% | - |
| XYZ | 16.23 | 7.96 | 19.75 | - |
| YUV | 59.57 | 164.36 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 124 | 0 | 0.99 | 0.17 | 0.41 | 310.47 | 0.99 | 0.3 |
| Hex | 96 | 1 | 7C | 0 | 63 | 11 | 29 | 136 | 63 | 1E |
| Octal | 226 | 1 | 174 | 0 | 143 | 21 | 51 | 466 | 143 | 36 |
| Binary | 10010110 | 1 | 1111100 | 0 | 1100011 | 10001 | 101001 | 100110110 | 1100011 | 11110 |
Color Harmonies of #96017C
Complementary color
Monochromatic Colors of #96017C
Black with #96017C
Text Example
Text Example
White with #96017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96017C; }
p { color: rgb(150,1,124); }
H1.HeaderClassName
{
color: #96017C;
}
.AnyTagClassName
{
color: #96017C;
}
</style>
background-color css
<style>
a { background-color: #96017C; }
a { background-color: rgb(150,1,124); }
div.DivClassName
{
background-color: #96017C;
}
.BgClassName
{
background-color: #96017C;
}
</style>
border-color css
<style>
span { border-color: #96017C; }
span { border-color: rgb(150,1,124); }
td.TdClassName
{
border-color: #96017C;
}
.TagClassName
{
border-color: #96017C;
}
</style>