Shades of Dark Magenta #96028E
Tints of Dark Magenta #96028E
RGB
CMYK
RGB Variations
Color information
#96028E (or 0x96028E) is known color: Dark Magenta. HEX triplet: 96, 02 and 8E. RGB value is (150,2,142). Sum of RGB (Red+Green+Blue) = 150+2+142=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 142 (55.86% from 255 or 48.30% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96028E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96028E is #69FD71. Grayscale: #3D3D3D. Windows color (decimal): -6946162 or 9306774. OLE color: 9306774.
HSL color Cylindrical-coordinate representation of color #96028E: hue angle of 303.24º degrees, saturation: 0.97, 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 #96028E is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 2 | 142 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.41 |
| HSL | 303.24º | 0.97% | 0.3% | - |
| HSV(B) | 303.24º | 0.99% | 0.59% | - |
| XYZ | 17.48 | 8.48 | 26.31 | - |
| YUV | 62.21 | 173.03 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 142 | 0 | 0.99 | 0.05 | 0.41 | 303.24 | 0.97 | 0.3 |
| Hex | 96 | 2 | 8E | 0 | 63 | 5 | 29 | 12F | 61 | 1E |
| Octal | 226 | 2 | 216 | 0 | 143 | 5 | 51 | 457 | 141 | 36 |
| Binary | 10010110 | 10 | 10001110 | 0 | 1100011 | 101 | 101001 | 100101111 | 1100001 | 11110 |
Color Harmonies of #96028E
Complementary color
Monochromatic Colors of #96028E
Black with #96028E
Text Example
Text Example
White with #96028E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96028E; }
p { color: rgb(150,2,142); }
H1.HeaderClassName
{
color: #96028E;
}
.AnyTagClassName
{
color: #96028E;
}
</style>
background-color css
<style>
a { background-color: #96028E; }
a { background-color: rgb(150,2,142); }
div.DivClassName
{
background-color: #96028E;
}
.BgClassName
{
background-color: #96028E;
}
</style>
border-color css
<style>
span { border-color: #96028E; }
span { border-color: rgb(150,2,142); }
td.TdClassName
{
border-color: #96028E;
}
.TagClassName
{
border-color: #96028E;
}
</style>