Shades of Dark Magenta #96018E
Tints of Dark Magenta #96018E
RGB
CMYK
RGB Variations
Color information
#96018E (or 0x96018E) is known color: Dark Magenta. HEX triplet: 96, 01 and 8E. RGB value is (150,1,142). Sum of RGB (Red+Green+Blue) = 150+1+142=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96018E is #69FE71. Grayscale: #3D3D3D. Windows color (decimal): -6946418 or 9306518. OLE color: 9306518.
HSL color Cylindrical-coordinate representation of color #96018E: hue angle of 303.22º 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 #96018E is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 1 | 142 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.41 |
| HSL | 303.22º | 0.99% | 0.3% | - |
| HSV(B) | 303.22º | 0.99% | 0.59% | - |
| XYZ | 17.47 | 8.46 | 26.3 | - |
| YUV | 61.63 | 173.36 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 1 | 142 | 0 | 0.99 | 0.05 | 0.41 | 303.22 | 0.99 | 0.3 |
| Hex | 96 | 1 | 8E | 0 | 63 | 5 | 29 | 12F | 63 | 1E |
| Octal | 226 | 1 | 216 | 0 | 143 | 5 | 51 | 457 | 143 | 36 |
| Binary | 10010110 | 1 | 10001110 | 0 | 1100011 | 101 | 101001 | 100101111 | 1100011 | 11110 |
Color Harmonies of #96018E
Complementary color
Monochromatic Colors of #96018E
Black with #96018E
Text Example
Text Example
White with #96018E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96018E; }
p { color: rgb(150,1,142); }
H1.HeaderClassName
{
color: #96018E;
}
.AnyTagClassName
{
color: #96018E;
}
</style>
background-color css
<style>
a { background-color: #96018E; }
a { background-color: rgb(150,1,142); }
div.DivClassName
{
background-color: #96018E;
}
.BgClassName
{
background-color: #96018E;
}
</style>
border-color css
<style>
span { border-color: #96018E; }
span { border-color: rgb(150,1,142); }
td.TdClassName
{
border-color: #96018E;
}
.TagClassName
{
border-color: #96018E;
}
</style>