Shades of Dark Magenta #9C0F99
Tints of Dark Magenta #9C0F99
RGB
CMYK
RGB Variations
Color information
#9C0F99 (or 0x9C0F99) is known color: Dark Magenta. HEX triplet: 9C, 0F and 99. RGB value is (156,15,153). Sum of RGB (Red+Green+Blue) = 156+15+153=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F99 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0F99 is #63F066. Grayscale: #484848. Windows color (decimal): -6549607 or 10031004. OLE color: 10031004.
HSL color Cylindrical-coordinate representation of color #9C0F99: hue angle of 301.28º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F99 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 153 | - |
| CMYK | 0 | 0.90 | 0.02 | 0.39 |
| HSL | 301.28º | 0.82% | 0.34% | - |
| HSV(B) | 301.28º | 0.9% | 0.61% | - |
| XYZ | 19.63 | 9.71 | 30.98 | - |
| YUV | 72.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 153 | 0 | 0.90 | 0.02 | 0.39 | 301.28 | 0.82 | 0.34 |
| Hex | 9C | F | 99 | 0 | 5A | 2 | 27 | 12D | 52 | 22 |
| Octal | 234 | 17 | 231 | 0 | 132 | 2 | 47 | 455 | 122 | 42 |
| Binary | 10011100 | 1111 | 10011001 | 0 | 1011010 | 10 | 100111 | 100101101 | 1010010 | 100010 |
Color Harmonies of #9C0F99
Complementary color
Monochromatic Colors of #9C0F99
Black with #9C0F99
Text Example
Text Example
White with #9C0F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F99; }
p { color: rgb(156,15,153); }
H1.HeaderClassName
{
color: #9C0F99;
}
.AnyTagClassName
{
color: #9C0F99;
}
</style>
background-color css
<style>
a { background-color: #9C0F99; }
a { background-color: rgb(156,15,153); }
div.DivClassName
{
background-color: #9C0F99;
}
.BgClassName
{
background-color: #9C0F99;
}
</style>
border-color css
<style>
span { border-color: #9C0F99; }
span { border-color: rgb(156,15,153); }
td.TdClassName
{
border-color: #9C0F99;
}
.TagClassName
{
border-color: #9C0F99;
}
</style>