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