Shades of Dark Magenta #9C1DA3
Tints of Dark Magenta #9C1DA3
RGB
CMYK
RGB Variations
Color information
#9C1DA3 (or 0x9C1DA3) is known color: Dark Magenta. HEX triplet: 9C, 1D and A3. RGB value is (156,29,163). Sum of RGB (Red+Green+Blue) = 156+29+163=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 163 (64.06% from 255 or 46.84% from 348); Max value from RGB is 163 - color contains mainly: blue. Hex color #9C1DA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C1DA3 is #63E25C. Grayscale: #515151. Windows color (decimal): -6546013 or 10689948. OLE color: 10689948.
HSL color Cylindrical-coordinate representation of color #9C1DA3: hue angle of 296.87º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C1DA3 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 29 | 163 | - |
| CMYK | 0.04 | 0.82 | 0 | 0.36 |
| HSL | 296.87º | 0.7% | 0.38% | - |
| HSV(B) | 296.87º | 0.82% | 0.64% | - |
| XYZ | 20.76 | 10.59 | 35.6 | - |
| YUV | 82.25 | 173.58 | 180.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 29 | 163 | 0.04 | 0.82 | 0 | 0.36 | 296.87 | 0.7 | 0.38 |
| Hex | 9C | 1D | A3 | 4 | 52 | 0 | 24 | 129 | 46 | 26 |
| Octal | 234 | 35 | 243 | 4 | 122 | 0 | 44 | 451 | 106 | 46 |
| Binary | 10011100 | 11101 | 10100011 | 100 | 1010010 | 0 | 100100 | 100101001 | 1000110 | 100110 |
Color Harmonies of #9C1DA3
Complementary color
Monochromatic Colors of #9C1DA3
Black with #9C1DA3
Text Example
Text Example
White with #9C1DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1DA3; }
p { color: rgb(156,29,163); }
H1.HeaderClassName
{
color: #9C1DA3;
}
.AnyTagClassName
{
color: #9C1DA3;
}
</style>
background-color css
<style>
a { background-color: #9C1DA3; }
a { background-color: rgb(156,29,163); }
div.DivClassName
{
background-color: #9C1DA3;
}
.BgClassName
{
background-color: #9C1DA3;
}
</style>
border-color css
<style>
span { border-color: #9C1DA3; }
span { border-color: rgb(156,29,163); }
td.TdClassName
{
border-color: #9C1DA3;
}
.TagClassName
{
border-color: #9C1DA3;
}
</style>