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