Shades of Dark Magenta #96017B
Tints of Dark Magenta #96017B
RGB
CMYK
RGB Variations
Color information
#96017B (or 0x96017B) is known color: Dark Magenta. HEX triplet: 96, 01 and 7B. RGB value is (150,1,123). Sum of RGB (Red+Green+Blue) = 150+1+123=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96017B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96017B is #69FE84. Grayscale: #3B3B3B. Windows color (decimal): -6946437 or 8061334. OLE color: 8061334.
HSL color Cylindrical-coordinate representation of color #96017B: hue angle of 310.87º 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 #96017B is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 123 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.41 |
| HSL | 310.87º | 0.99% | 0.3% | - |
| HSV(B) | 310.87º | 0.99% | 0.59% | - |
| XYZ | 16.16 | 7.94 | 19.42 | - |
| YUV | 59.46 | 163.86 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 123 | 0 | 0.99 | 0.18 | 0.41 | 310.87 | 0.99 | 0.3 |
| Hex | 96 | 1 | 7B | 0 | 63 | 12 | 29 | 137 | 63 | 1E |
| Octal | 226 | 1 | 173 | 0 | 143 | 22 | 51 | 467 | 143 | 36 |
| Binary | 10010110 | 1 | 1111011 | 0 | 1100011 | 10010 | 101001 | 100110111 | 1100011 | 11110 |
Color Harmonies of #96017B
Complementary color
Monochromatic Colors of #96017B
Black with #96017B
Text Example
Text Example
White with #96017B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96017B; }
p { color: rgb(150,1,123); }
H1.HeaderClassName
{
color: #96017B;
}
.AnyTagClassName
{
color: #96017B;
}
</style>
background-color css
<style>
a { background-color: #96017B; }
a { background-color: rgb(150,1,123); }
div.DivClassName
{
background-color: #96017B;
}
.BgClassName
{
background-color: #96017B;
}
</style>
border-color css
<style>
span { border-color: #96017B; }
span { border-color: rgb(150,1,123); }
td.TdClassName
{
border-color: #96017B;
}
.TagClassName
{
border-color: #96017B;
}
</style>