Shades of Dark Magenta #9C0992
Tints of Dark Magenta #9C0992
RGB
CMYK
RGB Variations
Color information
#9C0992 (or 0x9C0992) is known color: Dark Magenta. HEX triplet: 9C, 09 and 92. RGB value is (156,9,146). Sum of RGB (Red+Green+Blue) = 156+9+146=311 (41% of max value = 765). Red value is 156 (61.33% from 255 or 50.16% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0992 is #63F66D. Grayscale: #444444. Windows color (decimal): -6551150 or 9570716. OLE color: 9570716.
HSL color Cylindrical-coordinate representation of color #9C0992: hue angle of 304.08º 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 #9C0992 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 9 | 146 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.39 |
| HSL | 304.08º | 0.89% | 0.32% | - |
| HSV(B) | 304.08º | 0.94% | 0.61% | - |
| XYZ | 19 | 9.34 | 28 | - |
| YUV | 68.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 9 | 146 | 0 | 0.94 | 0.06 | 0.39 | 304.08 | 0.89 | 0.32 |
| Hex | 9C | 9 | 92 | 0 | 5E | 6 | 27 | 130 | 59 | 20 |
| Octal | 234 | 11 | 222 | 0 | 136 | 6 | 47 | 460 | 131 | 40 |
| Binary | 10011100 | 1001 | 10010010 | 0 | 1011110 | 110 | 100111 | 100110000 | 1011001 | 100000 |
Color Harmonies of #9C0992
Complementary color
Monochromatic Colors of #9C0992
Black with #9C0992
Text Example
Text Example
White with #9C0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0992; }
p { color: rgb(156,9,146); }
H1.HeaderClassName
{
color: #9C0992;
}
.AnyTagClassName
{
color: #9C0992;
}
</style>
background-color css
<style>
a { background-color: #9C0992; }
a { background-color: rgb(156,9,146); }
div.DivClassName
{
background-color: #9C0992;
}
.BgClassName
{
background-color: #9C0992;
}
</style>
border-color css
<style>
span { border-color: #9C0992; }
span { border-color: rgb(156,9,146); }
td.TdClassName
{
border-color: #9C0992;
}
.TagClassName
{
border-color: #9C0992;
}
</style>