Shades of Dark Magenta #9A179D
Tints of Dark Magenta #9A179D
RGB
CMYK
RGB Variations
Color information
#9A179D (or 0x9A179D) is known color: Dark Magenta. HEX triplet: 9A, 17 and 9D. RGB value is (154,23,157). Sum of RGB (Red+Green+Blue) = 154+23+157=334 (44% of max value = 765). Red value is 154 (60.55% from 255 or 46.11% from 334); Green value is 23 (9.38% from 255 or 6.89% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A179D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A179D is #65E862. Grayscale: #4D4D4D. Windows color (decimal): -6678627 or 10295194. OLE color: 10295194.
HSL color Cylindrical-coordinate representation of color #9A179D: hue angle of 298.66º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A179D is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 23 | 157 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.38 |
| HSL | 298.66º | 0.74% | 0.35% | - |
| HSV(B) | 298.66º | 0.85% | 0.62% | - |
| XYZ | 19.72 | 9.92 | 32.77 | - |
| YUV | 77.45 | 172.9 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 23 | 157 | 0.02 | 0.85 | 0 | 0.38 | 298.66 | 0.74 | 0.35 |
| Hex | 9A | 17 | 9D | 2 | 55 | 0 | 26 | 12B | 4A | 23 |
| Octal | 232 | 27 | 235 | 2 | 125 | 0 | 46 | 453 | 112 | 43 |
| Binary | 10011010 | 10111 | 10011101 | 10 | 1010101 | 0 | 100110 | 100101011 | 1001010 | 100011 |
Color Harmonies of #9A179D
Complementary color
Monochromatic Colors of #9A179D
Black with #9A179D
Text Example
Text Example
White with #9A179D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A179D; }
p { color: rgb(154,23,157); }
H1.HeaderClassName
{
color: #9A179D;
}
.AnyTagClassName
{
color: #9A179D;
}
</style>
background-color css
<style>
a { background-color: #9A179D; }
a { background-color: rgb(154,23,157); }
div.DivClassName
{
background-color: #9A179D;
}
.BgClassName
{
background-color: #9A179D;
}
</style>
border-color css
<style>
span { border-color: #9A179D; }
span { border-color: rgb(154,23,157); }
td.TdClassName
{
border-color: #9A179D;
}
.TagClassName
{
border-color: #9A179D;
}
</style>