Shades of Dark Magenta #96029A
Tints of Dark Magenta #96029A
RGB
CMYK
RGB Variations
Color information
#96029A (or 0x96029A) is known color: Dark Magenta. HEX triplet: 96, 02 and 9A. RGB value is (150,2,154). Sum of RGB (Red+Green+Blue) = 150+2+154=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #96029A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96029A is #69FD65. Grayscale: #3F3F3F. Windows color (decimal): -6946150 or 10093206. OLE color: 10093206.
HSL color Cylindrical-coordinate representation of color #96029A: hue angle of 298.42º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96029A is Cyan = 0.03, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 150 | 2 | 154 | - |
| CMYK | 0.03 | 0.99 | 0 | 0.40 |
| HSL | 298.42º | 0.97% | 0.31% | - |
| HSV(B) | 298.42º | 0.99% | 0.6% | - |
| XYZ | 18.43 | 8.86 | 31.31 | - |
| YUV | 63.58 | 179.03 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 2 | 154 | 0.03 | 0.99 | 0 | 0.40 | 298.42 | 0.97 | 0.31 |
| Hex | 96 | 2 | 9A | 3 | 63 | 0 | 28 | 12A | 61 | 1F |
| Octal | 226 | 2 | 232 | 3 | 143 | 0 | 50 | 452 | 141 | 37 |
| Binary | 10010110 | 10 | 10011010 | 11 | 1100011 | 0 | 101000 | 100101010 | 1100001 | 11111 |
Color Harmonies of #96029A
Complementary color
Monochromatic Colors of #96029A
Black with #96029A
Text Example
Text Example
White with #96029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96029A; }
p { color: rgb(150,2,154); }
H1.HeaderClassName
{
color: #96029A;
}
.AnyTagClassName
{
color: #96029A;
}
</style>
background-color css
<style>
a { background-color: #96029A; }
a { background-color: rgb(150,2,154); }
div.DivClassName
{
background-color: #96029A;
}
.BgClassName
{
background-color: #96029A;
}
</style>
border-color css
<style>
span { border-color: #96029A; }
span { border-color: rgb(150,2,154); }
td.TdClassName
{
border-color: #96029A;
}
.TagClassName
{
border-color: #96029A;
}
</style>