Shades of Dark Magenta #9C1390
Tints of Dark Magenta #9C1390
RGB
CMYK
RGB Variations
Color information
#9C1390 (or 0x9C1390) is known color: Dark Magenta. HEX triplet: 9C, 13 and 90. RGB value is (156,19,144). Sum of RGB (Red+Green+Blue) = 156+19+144=319 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.90% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C1390 is #63EC6F. Grayscale: #494949. Windows color (decimal): -6548592 or 9442204. OLE color: 9442204.
HSL color Cylindrical-coordinate representation of color #9C1390: hue angle of 305.26º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C1390 is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 144 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.39 |
| HSL | 305.26º | 0.78% | 0.34% | - |
| HSV(B) | 305.26º | 0.88% | 0.61% | - |
| XYZ | 18.98 | 9.55 | 27.23 | - |
| YUV | 74.21 | 167.39 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 144 | 0 | 0.88 | 0.08 | 0.39 | 305.26 | 0.78 | 0.34 |
| Hex | 9C | 13 | 90 | 0 | 58 | 8 | 27 | 131 | 4E | 22 |
| Octal | 234 | 23 | 220 | 0 | 130 | 10 | 47 | 461 | 116 | 42 |
| Binary | 10011100 | 10011 | 10010000 | 0 | 1011000 | 1000 | 100111 | 100110001 | 1001110 | 100010 |
Color Harmonies of #9C1390
Complementary color
Monochromatic Colors of #9C1390
Black with #9C1390
Text Example
Text Example
White with #9C1390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1390; }
p { color: rgb(156,19,144); }
H1.HeaderClassName
{
color: #9C1390;
}
.AnyTagClassName
{
color: #9C1390;
}
</style>
background-color css
<style>
a { background-color: #9C1390; }
a { background-color: rgb(156,19,144); }
div.DivClassName
{
background-color: #9C1390;
}
.BgClassName
{
background-color: #9C1390;
}
</style>
border-color css
<style>
span { border-color: #9C1390; }
span { border-color: rgb(156,19,144); }
td.TdClassName
{
border-color: #9C1390;
}
.TagClassName
{
border-color: #9C1390;
}
</style>