Shades of Dark Magenta #96019D
Tints of Dark Magenta #96019D
RGB
CMYK
RGB Variations
Color information
#96019D (or 0x96019D) is known color: Dark Magenta. HEX triplet: 96, 01 and 9D. RGB value is (150,1,157). Sum of RGB (Red+Green+Blue) = 150+1+157=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #96019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96019D is #69FE62. Grayscale: #3E3E3E. Windows color (decimal): -6946403 or 10289558. OLE color: 10289558.
HSL color Cylindrical-coordinate representation of color #96019D: hue angle of 297.31º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96019D is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 1 | 157 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.38 |
| HSL | 297.31º | 0.99% | 0.31% | - |
| HSV(B) | 297.31º | 0.99% | 0.62% | - |
| XYZ | 18.67 | 8.94 | 32.64 | - |
| YUV | 63.34 | 180.86 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 157 | 0.04 | 0.99 | 0 | 0.38 | 297.31 | 0.99 | 0.31 |
| Hex | 96 | 1 | 9D | 4 | 63 | 0 | 26 | 129 | 63 | 1F |
| Octal | 226 | 1 | 235 | 4 | 143 | 0 | 46 | 451 | 143 | 37 |
| Binary | 10010110 | 1 | 10011101 | 100 | 1100011 | 0 | 100110 | 100101001 | 1100011 | 11111 |
Color Harmonies of #96019D
Complementary color
Monochromatic Colors of #96019D
Black with #96019D
Text Example
Text Example
White with #96019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96019D; }
p { color: rgb(150,1,157); }
H1.HeaderClassName
{
color: #96019D;
}
.AnyTagClassName
{
color: #96019D;
}
</style>
background-color css
<style>
a { background-color: #96019D; }
a { background-color: rgb(150,1,157); }
div.DivClassName
{
background-color: #96019D;
}
.BgClassName
{
background-color: #96019D;
}
</style>
border-color css
<style>
span { border-color: #96019D; }
span { border-color: rgb(150,1,157); }
td.TdClassName
{
border-color: #96019D;
}
.TagClassName
{
border-color: #96019D;
}
</style>