Shades of Dark Magenta #96008D
Tints of Dark Magenta #96008D
RGB
CMYK
RGB Variations
Color information
#96008D (or 0x96008D) is known color: Dark Magenta. HEX triplet: 96, 00 and 8D. RGB value is (150,0,141). Sum of RGB (Red+Green+Blue) = 150+0+141=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96008D is #69FF72. Grayscale: #3C3C3C. Windows color (decimal): -6946675 or 9240726. OLE color: 9240726.
HSL color Cylindrical-coordinate representation of color #96008D: hue angle of 303.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96008D is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 0 | 141 | - |
| CMYK | 0 | 1 | 0.06 | 0.41 |
| HSL | 303.6º | 1% | 0.29% | - |
| HSV(B) | 303.6º | 1% | 0.59% | - |
| XYZ | 17.39 | 8.41 | 25.91 | - |
| YUV | 60.92 | 173.2 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 0 | 141 | 0 | 1 | 0.06 | 0.41 | 303.6 | 1 | 0.29 |
| Hex | 96 | 0 | 8D | 0 | 64 | 6 | 29 | 130 | 64 | 1D |
| Octal | 226 | 0 | 215 | 0 | 144 | 6 | 51 | 460 | 144 | 35 |
| Binary | 10010110 | 0 | 10001101 | 0 | 1100100 | 110 | 101001 | 100110000 | 1100100 | 11101 |
Color Harmonies of #96008D
Complementary color
Monochromatic Colors of #96008D
Black with #96008D
Text Example
Text Example
White with #96008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96008D; }
p { color: rgb(150,0,141); }
H1.HeaderClassName
{
color: #96008D;
}
.AnyTagClassName
{
color: #96008D;
}
</style>
background-color css
<style>
a { background-color: #96008D; }
a { background-color: rgb(150,0,141); }
div.DivClassName
{
background-color: #96008D;
}
.BgClassName
{
background-color: #96008D;
}
</style>
border-color css
<style>
span { border-color: #96008D; }
span { border-color: rgb(150,0,141); }
td.TdClassName
{
border-color: #96008D;
}
.TagClassName
{
border-color: #96008D;
}
</style>