Shades of Dark Magenta #9C0384
Tints of Dark Magenta #9C0384
RGB
CMYK
RGB Variations
Color information
#9C0384 (or 0x9C0384) is known color: Dark Magenta. HEX triplet: 9C, 03 and 84. RGB value is (156,3,132). Sum of RGB (Red+Green+Blue) = 156+3+132=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 3 (1.56% from 255 or 1.03% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C0384 is #63FC7B. Grayscale: #3F3F3F. Windows color (decimal): -6552700 or 8651676. OLE color: 8651676.
HSL color Cylindrical-coordinate representation of color #9C0384: hue angle of 309.41º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C0384 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.39 |
| HSL | 309.41º | 0.96% | 0.31% | - |
| HSV(B) | 309.41º | 0.98% | 0.61% | - |
| XYZ | 17.91 | 8.8 | 22.58 | - |
| YUV | 63.45 | 166.69 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 3 | 132 | 0 | 0.98 | 0.15 | 0.39 | 309.41 | 0.96 | 0.31 |
| Hex | 9C | 3 | 84 | 0 | 62 | F | 27 | 135 | 60 | 1F |
| Octal | 234 | 3 | 204 | 0 | 142 | 17 | 47 | 465 | 140 | 37 |
| Binary | 10011100 | 11 | 10000100 | 0 | 1100010 | 1111 | 100111 | 100110101 | 1100000 | 11111 |
Color Harmonies of #9C0384
Complementary color
Monochromatic Colors of #9C0384
Black with #9C0384
Text Example
Text Example
White with #9C0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0384; }
p { color: rgb(156,3,132); }
H1.HeaderClassName
{
color: #9C0384;
}
.AnyTagClassName
{
color: #9C0384;
}
</style>
background-color css
<style>
a { background-color: #9C0384; }
a { background-color: rgb(156,3,132); }
div.DivClassName
{
background-color: #9C0384;
}
.BgClassName
{
background-color: #9C0384;
}
</style>
border-color css
<style>
span { border-color: #9C0384; }
span { border-color: rgb(156,3,132); }
td.TdClassName
{
border-color: #9C0384;
}
.TagClassName
{
border-color: #9C0384;
}
</style>