Shades of Dark Magenta #9A079D
Tints of Dark Magenta #9A079D
RGB
CMYK
RGB Variations
Color information
#9A079D (or 0x9A079D) is known color: Dark Magenta. HEX triplet: 9A, 07 and 9D. RGB value is (154,7,157). Sum of RGB (Red+Green+Blue) = 154+7+157=318 (42% of max value = 765). Red value is 154 (60.55% from 255 or 48.43% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A079D is #65F862. Grayscale: #434343. Windows color (decimal): -6682723 or 10291098. OLE color: 10291098.
HSL color Cylindrical-coordinate representation of color #9A079D: hue angle of 298.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A079D is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 7 | 157 | - |
| CMYK | 0.02 | 0.96 | 0 | 0.38 |
| HSL | 298.8º | 0.91% | 0.32% | - |
| HSV(B) | 298.8º | 0.96% | 0.62% | - |
| XYZ | 19.49 | 9.46 | 32.7 | - |
| YUV | 68.05 | 178.2 | 189.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 157 | 0.02 | 0.96 | 0 | 0.38 | 298.8 | 0.91 | 0.32 |
| Hex | 9A | 7 | 9D | 2 | 60 | 0 | 26 | 12B | 5B | 20 |
| Octal | 232 | 7 | 235 | 2 | 140 | 0 | 46 | 453 | 133 | 40 |
| Binary | 10011010 | 111 | 10011101 | 10 | 1100000 | 0 | 100110 | 100101011 | 1011011 | 100000 |
Color Harmonies of #9A079D
Complementary color
Monochromatic Colors of #9A079D
Black with #9A079D
Text Example
Text Example
White with #9A079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A079D; }
p { color: rgb(154,7,157); }
H1.HeaderClassName
{
color: #9A079D;
}
.AnyTagClassName
{
color: #9A079D;
}
</style>
background-color css
<style>
a { background-color: #9A079D; }
a { background-color: rgb(154,7,157); }
div.DivClassName
{
background-color: #9A079D;
}
.BgClassName
{
background-color: #9A079D;
}
</style>
border-color css
<style>
span { border-color: #9A079D; }
span { border-color: rgb(154,7,157); }
td.TdClassName
{
border-color: #9A079D;
}
.TagClassName
{
border-color: #9A079D;
}
</style>