Shades of Dark Magenta #9A06AA
Tints of Dark Magenta #9A06AA
RGB
CMYK
RGB Variations
Color information
#9A06AA (or 0x9A06AA) is known color: Dark Magenta. HEX triplet: 9A, 06 and AA. RGB value is (154,6,170). Sum of RGB (Red+Green+Blue) = 154+6+170=330 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.67% from 330); Green value is 6 (2.73% from 255 or 1.82% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A06AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A06AA is #65F955. Grayscale: #444444. Windows color (decimal): -6682966 or 11142810. OLE color: 11142810.
HSL color Cylindrical-coordinate representation of color #9A06AA: hue angle of 294.15º degrees, saturation: 0.93, 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 #9A06AA is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 6 | 170 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.33 |
| HSL | 294.15º | 0.93% | 0.35% | - |
| HSV(B) | 294.15º | 0.96% | 0.67% | - |
| XYZ | 20.65 | 9.9 | 38.85 | - |
| YUV | 68.95 | 185.03 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 170 | 0.09 | 0.96 | 0 | 0.33 | 294.15 | 0.93 | 0.35 |
| Hex | 9A | 6 | AA | 9 | 60 | 0 | 21 | 126 | 5D | 23 |
| Octal | 232 | 6 | 252 | 11 | 140 | 0 | 41 | 446 | 135 | 43 |
| Binary | 10011010 | 110 | 10101010 | 1001 | 1100000 | 0 | 100001 | 100100110 | 1011101 | 100011 |
Color Harmonies of #9A06AA
Complementary color
Monochromatic Colors of #9A06AA
Black with #9A06AA
Text Example
Text Example
White with #9A06AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A06AA; }
p { color: rgb(154,6,170); }
H1.HeaderClassName
{
color: #9A06AA;
}
.AnyTagClassName
{
color: #9A06AA;
}
</style>
background-color css
<style>
a { background-color: #9A06AA; }
a { background-color: rgb(154,6,170); }
div.DivClassName
{
background-color: #9A06AA;
}
.BgClassName
{
background-color: #9A06AA;
}
</style>
border-color css
<style>
span { border-color: #9A06AA; }
span { border-color: rgb(154,6,170); }
td.TdClassName
{
border-color: #9A06AA;
}
.TagClassName
{
border-color: #9A06AA;
}
</style>