Shades of Dark Magenta #9C04A4
Tints of Dark Magenta #9C04A4
RGB
CMYK
RGB Variations
Color information
#9C04A4 (or 0x9C04A4) is known color: Dark Magenta. HEX triplet: 9C, 04 and A4. RGB value is (156,4,164). Sum of RGB (Red+Green+Blue) = 156+4+164=324 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.15% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C04A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C04A4 is #63FB5B. Grayscale: #434343. Windows color (decimal): -6552412 or 10749084. OLE color: 10749084.
HSL color Cylindrical-coordinate representation of color #9C04A4: hue angle of 297º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04A4 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 156 | 4 | 164 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.36 |
| HSL | 297º | 0.95% | 0.33% | - |
| HSV(B) | 297º | 0.98% | 0.64% | - |
| XYZ | 20.45 | 9.84 | 35.94 | - |
| YUV | 67.69 | 182.36 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 164 | 0.05 | 0.98 | 0 | 0.36 | 297 | 0.95 | 0.33 |
| Hex | 9C | 4 | A4 | 5 | 62 | 0 | 24 | 129 | 5F | 21 |
| Octal | 234 | 4 | 244 | 5 | 142 | 0 | 44 | 451 | 137 | 41 |
| Binary | 10011100 | 100 | 10100100 | 101 | 1100010 | 0 | 100100 | 100101001 | 1011111 | 100001 |
Color Harmonies of #9C04A4
Complementary color
Monochromatic Colors of #9C04A4
Black with #9C04A4
Text Example
Text Example
White with #9C04A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C04A4; }
p { color: rgb(156,4,164); }
H1.HeaderClassName
{
color: #9C04A4;
}
.AnyTagClassName
{
color: #9C04A4;
}
</style>
background-color css
<style>
a { background-color: #9C04A4; }
a { background-color: rgb(156,4,164); }
div.DivClassName
{
background-color: #9C04A4;
}
.BgClassName
{
background-color: #9C04A4;
}
</style>
border-color css
<style>
span { border-color: #9C04A4; }
span { border-color: rgb(156,4,164); }
td.TdClassName
{
border-color: #9C04A4;
}
.TagClassName
{
border-color: #9C04A4;
}
</style>