Shades of Dark Magenta #96088D
Tints of Dark Magenta #96088D
RGB
CMYK
RGB Variations
Color information
#96088D (or 0x96088D) is known color: Dark Magenta. HEX triplet: 96, 08 and 8D. RGB value is (150,8,141). Sum of RGB (Red+Green+Blue) = 150+8+141=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 8 (3.52% from 255 or 2.68% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96088D is #69F772. Grayscale: #414141. Windows color (decimal): -6944627 or 9242774. OLE color: 9242774.
HSL color Cylindrical-coordinate representation of color #96088D: hue angle of 303.8º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #96088D is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 8 | 141 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.41 |
| HSL | 303.8º | 0.9% | 0.31% | - |
| HSV(B) | 303.8º | 0.95% | 0.59% | - |
| XYZ | 17.47 | 8.58 | 25.93 | - |
| YUV | 65.62 | 170.54 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 8 | 141 | 0 | 0.95 | 0.06 | 0.41 | 303.8 | 0.9 | 0.31 |
| Hex | 96 | 8 | 8D | 0 | 5F | 6 | 29 | 130 | 5A | 1F |
| Octal | 226 | 10 | 215 | 0 | 137 | 6 | 51 | 460 | 132 | 37 |
| Binary | 10010110 | 1000 | 10001101 | 0 | 1011111 | 110 | 101001 | 100110000 | 1011010 | 11111 |
Color Harmonies of #96088D
Complementary color
Monochromatic Colors of #96088D
Black with #96088D
Text Example
Text Example
White with #96088D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96088D; }
p { color: rgb(150,8,141); }
H1.HeaderClassName
{
color: #96088D;
}
.AnyTagClassName
{
color: #96088D;
}
</style>
background-color css
<style>
a { background-color: #96088D; }
a { background-color: rgb(150,8,141); }
div.DivClassName
{
background-color: #96088D;
}
.BgClassName
{
background-color: #96088D;
}
</style>
border-color css
<style>
span { border-color: #96088D; }
span { border-color: rgb(150,8,141); }
td.TdClassName
{
border-color: #96088D;
}
.TagClassName
{
border-color: #96088D;
}
</style>