Shades of Dark Magenta #9A07A0
Tints of Dark Magenta #9A07A0
RGB
CMYK
RGB Variations
Color information
#9A07A0 (or 0x9A07A0) is known color: Dark Magenta. HEX triplet: 9A, 07 and A0. RGB value is (154,7,160). Sum of RGB (Red+Green+Blue) = 154+7+160=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #9A07A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A07A0 is #65F85F. Grayscale: #434343. Windows color (decimal): -6682720 or 10487706. OLE color: 10487706.
HSL color Cylindrical-coordinate representation of color #9A07A0: hue angle of 297.65º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A07A0 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 7 | 160 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.37 |
| HSL | 297.65º | 0.92% | 0.33% | - |
| HSV(B) | 297.65º | 0.96% | 0.63% | - |
| XYZ | 19.75 | 9.56 | 34.06 | - |
| YUV | 68.4 | 179.7 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 160 | 0.04 | 0.96 | 0 | 0.37 | 297.65 | 0.92 | 0.33 |
| Hex | 9A | 7 | A0 | 4 | 60 | 0 | 25 | 12A | 5C | 21 |
| Octal | 232 | 7 | 240 | 4 | 140 | 0 | 45 | 452 | 134 | 41 |
| Binary | 10011010 | 111 | 10100000 | 100 | 1100000 | 0 | 100101 | 100101010 | 1011100 | 100001 |
Color Harmonies of #9A07A0
Complementary color
Monochromatic Colors of #9A07A0
Black with #9A07A0
Text Example
Text Example
White with #9A07A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A07A0; }
p { color: rgb(154,7,160); }
H1.HeaderClassName
{
color: #9A07A0;
}
.AnyTagClassName
{
color: #9A07A0;
}
</style>
background-color css
<style>
a { background-color: #9A07A0; }
a { background-color: rgb(154,7,160); }
div.DivClassName
{
background-color: #9A07A0;
}
.BgClassName
{
background-color: #9A07A0;
}
</style>
border-color css
<style>
span { border-color: #9A07A0; }
span { border-color: rgb(154,7,160); }
td.TdClassName
{
border-color: #9A07A0;
}
.TagClassName
{
border-color: #9A07A0;
}
</style>