Shades of Dark Magenta #9A07AA
Tints of Dark Magenta #9A07AA
RGB
CMYK
RGB Variations
Color information
#9A07AA (or 0x9A07AA) is known color: Dark Magenta. HEX triplet: 9A, 07 and AA. RGB value is (154,7,170). Sum of RGB (Red+Green+Blue) = 154+7+170=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A07AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A07AA is #65F855. Grayscale: #454545. Windows color (decimal): -6682710 or 11143066. OLE color: 11143066.
HSL color Cylindrical-coordinate representation of color #9A07AA: hue angle of 294.11º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A07AA is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 7 | 170 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.33 |
| HSL | 294.11º | 0.92% | 0.35% | - |
| HSV(B) | 294.11º | 0.96% | 0.67% | - |
| XYZ | 20.66 | 9.92 | 38.86 | - |
| YUV | 69.54 | 184.7 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 7 | 170 | 0.09 | 0.96 | 0 | 0.33 | 294.11 | 0.92 | 0.35 |
| Hex | 9A | 7 | AA | 9 | 60 | 0 | 21 | 126 | 5C | 23 |
| Octal | 232 | 7 | 252 | 11 | 140 | 0 | 41 | 446 | 134 | 43 |
| Binary | 10011010 | 111 | 10101010 | 1001 | 1100000 | 0 | 100001 | 100100110 | 1011100 | 100011 |
Color Harmonies of #9A07AA
Complementary color
Monochromatic Colors of #9A07AA
Black with #9A07AA
Text Example
Text Example
White with #9A07AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A07AA; }
p { color: rgb(154,7,170); }
H1.HeaderClassName
{
color: #9A07AA;
}
.AnyTagClassName
{
color: #9A07AA;
}
</style>
background-color css
<style>
a { background-color: #9A07AA; }
a { background-color: rgb(154,7,170); }
div.DivClassName
{
background-color: #9A07AA;
}
.BgClassName
{
background-color: #9A07AA;
}
</style>
border-color css
<style>
span { border-color: #9A07AA; }
span { border-color: rgb(154,7,170); }
td.TdClassName
{
border-color: #9A07AA;
}
.TagClassName
{
border-color: #9A07AA;
}
</style>