Shades of Dark Magenta #96099C
Tints of Dark Magenta #96099C
RGB
CMYK
RGB Variations
Color information
#96099C (or 0x96099C) is known color: Dark Magenta. HEX triplet: 96, 09 and 9C. RGB value is (150,9,156). Sum of RGB (Red+Green+Blue) = 150+9+156=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #96099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96099C is #69F663. Grayscale: #434343. Windows color (decimal): -6944356 or 10226070. OLE color: 10226070.
HSL color Cylindrical-coordinate representation of color #96099C: hue angle of 297.55º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #96099C is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 9 | 156 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.39 |
| HSL | 297.55º | 0.89% | 0.32% | - |
| HSV(B) | 297.55º | 0.94% | 0.61% | - |
| XYZ | 18.68 | 9.08 | 32.22 | - |
| YUV | 67.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 9 | 156 | 0.04 | 0.94 | 0 | 0.39 | 297.55 | 0.89 | 0.32 |
| Hex | 96 | 9 | 9C | 4 | 5E | 0 | 27 | 12A | 59 | 20 |
| Octal | 226 | 11 | 234 | 4 | 136 | 0 | 47 | 452 | 131 | 40 |
| Binary | 10010110 | 1001 | 10011100 | 100 | 1011110 | 0 | 100111 | 100101010 | 1011001 | 100000 |
Color Harmonies of #96099C
Complementary color
Monochromatic Colors of #96099C
Black with #96099C
Text Example
Text Example
White with #96099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96099C; }
p { color: rgb(150,9,156); }
H1.HeaderClassName
{
color: #96099C;
}
.AnyTagClassName
{
color: #96099C;
}
</style>
background-color css
<style>
a { background-color: #96099C; }
a { background-color: rgb(150,9,156); }
div.DivClassName
{
background-color: #96099C;
}
.BgClassName
{
background-color: #96099C;
}
</style>
border-color css
<style>
span { border-color: #96099C; }
span { border-color: rgb(150,9,156); }
td.TdClassName
{
border-color: #96099C;
}
.TagClassName
{
border-color: #96099C;
}
</style>