Shades of Dark Magenta #96018D
Tints of Dark Magenta #96018D
RGB
CMYK
RGB Variations
Color information
#96018D (or 0x96018D) is known color: Dark Magenta. HEX triplet: 96, 01 and 8D. RGB value is (150,1,141). Sum of RGB (Red+Green+Blue) = 150+1+141=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96018D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96018D is #69FE72. Grayscale: #3D3D3D. Windows color (decimal): -6946419 or 9240982. OLE color: 9240982.
HSL color Cylindrical-coordinate representation of color #96018D: hue angle of 303.62º 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 #96018D is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 141 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.41 |
| HSL | 303.62º | 0.99% | 0.3% | - |
| HSV(B) | 303.62º | 0.99% | 0.59% | - |
| XYZ | 17.4 | 8.43 | 25.91 | - |
| YUV | 61.51 | 172.86 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 141 | 0 | 0.99 | 0.06 | 0.41 | 303.62 | 0.99 | 0.3 |
| Hex | 96 | 1 | 8D | 0 | 63 | 6 | 29 | 130 | 63 | 1E |
| Octal | 226 | 1 | 215 | 0 | 143 | 6 | 51 | 460 | 143 | 36 |
| Binary | 10010110 | 1 | 10001101 | 0 | 1100011 | 110 | 101001 | 100110000 | 1100011 | 11110 |
Color Harmonies of #96018D
Complementary color
Monochromatic Colors of #96018D
Black with #96018D
Text Example
Text Example
White with #96018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96018D; }
p { color: rgb(150,1,141); }
H1.HeaderClassName
{
color: #96018D;
}
.AnyTagClassName
{
color: #96018D;
}
</style>
background-color css
<style>
a { background-color: #96018D; }
a { background-color: rgb(150,1,141); }
div.DivClassName
{
background-color: #96018D;
}
.BgClassName
{
background-color: #96018D;
}
</style>
border-color css
<style>
span { border-color: #96018D; }
span { border-color: rgb(150,1,141); }
td.TdClassName
{
border-color: #96018D;
}
.TagClassName
{
border-color: #96018D;
}
</style>