Shades of Dark Magenta #9A179C
Tints of Dark Magenta #9A179C
RGB
CMYK
RGB Variations
Color information
#9A179C (or 0x9A179C) is known color: Dark Magenta. HEX triplet: 9A, 17 and 9C. RGB value is (154,23,156). Sum of RGB (Red+Green+Blue) = 154+23+156=333 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.25% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #9A179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A179C is #65E863. Grayscale: #4C4C4C. Windows color (decimal): -6678628 or 10229658. OLE color: 10229658.
HSL color Cylindrical-coordinate representation of color #9A179C: hue angle of 299.1º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A179C is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 154 | 23 | 156 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.39 |
| HSL | 299.1º | 0.74% | 0.35% | - |
| HSV(B) | 299.1º | 0.85% | 0.61% | - |
| XYZ | 19.63 | 9.88 | 32.33 | - |
| YUV | 77.33 | 172.4 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 156 | 0.01 | 0.85 | 0 | 0.39 | 299.1 | 0.74 | 0.35 |
| Hex | 9A | 17 | 9C | 1 | 55 | 0 | 27 | 12B | 4A | 23 |
| Octal | 232 | 27 | 234 | 1 | 125 | 0 | 47 | 453 | 112 | 43 |
| Binary | 10011010 | 10111 | 10011100 | 1 | 1010101 | 0 | 100111 | 100101011 | 1001010 | 100011 |
Color Harmonies of #9A179C
Complementary color
Monochromatic Colors of #9A179C
Black with #9A179C
Text Example
Text Example
White with #9A179C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A179C; }
p { color: rgb(154,23,156); }
H1.HeaderClassName
{
color: #9A179C;
}
.AnyTagClassName
{
color: #9A179C;
}
</style>
background-color css
<style>
a { background-color: #9A179C; }
a { background-color: rgb(154,23,156); }
div.DivClassName
{
background-color: #9A179C;
}
.BgClassName
{
background-color: #9A179C;
}
</style>
border-color css
<style>
span { border-color: #9A179C; }
span { border-color: rgb(154,23,156); }
td.TdClassName
{
border-color: #9A179C;
}
.TagClassName
{
border-color: #9A179C;
}
</style>