Shades of Dark Magenta #9A06A1
Tints of Dark Magenta #9A06A1
RGB
CMYK
RGB Variations
Color information
#9A06A1 (or 0x9A06A1) is known color: Dark Magenta. HEX triplet: 9A, 06 and A1. RGB value is (154,6,161). Sum of RGB (Red+Green+Blue) = 154+6+161=321 (42% of max value = 765). Red value is 154 (60.55% from 255 or 47.98% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 161 (63.28% from 255 or 50.16% from 321); Max value from RGB is 161 - color contains mainly: blue. Hex color #9A06A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9A06A1 is #65F95E. Grayscale: #434343. Windows color (decimal): -6682975 or 10552986. OLE color: 10552986.
HSL color Cylindrical-coordinate representation of color #9A06A1: hue angle of 297.29º degrees, saturation: 0.93, 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 #9A06A1 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 154 | 6 | 161 | - |
| CMYK | 0.04 | 0.96 | 0 | 0.37 |
| HSL | 297.29º | 0.93% | 0.33% | - |
| HSV(B) | 297.29º | 0.96% | 0.63% | - |
| XYZ | 19.82 | 9.57 | 34.52 | - |
| YUV | 67.92 | 180.53 | 189.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 6 | 161 | 0.04 | 0.96 | 0 | 0.37 | 297.29 | 0.93 | 0.33 |
| Hex | 9A | 6 | A1 | 4 | 60 | 0 | 25 | 129 | 5D | 21 |
| Octal | 232 | 6 | 241 | 4 | 140 | 0 | 45 | 451 | 135 | 41 |
| Binary | 10011010 | 110 | 10100001 | 100 | 1100000 | 0 | 100101 | 100101001 | 1011101 | 100001 |
Color Harmonies of #9A06A1
Complementary color
Monochromatic Colors of #9A06A1
Black with #9A06A1
Text Example
Text Example
White with #9A06A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A06A1; }
p { color: rgb(154,6,161); }
H1.HeaderClassName
{
color: #9A06A1;
}
.AnyTagClassName
{
color: #9A06A1;
}
</style>
background-color css
<style>
a { background-color: #9A06A1; }
a { background-color: rgb(154,6,161); }
div.DivClassName
{
background-color: #9A06A1;
}
.BgClassName
{
background-color: #9A06A1;
}
</style>
border-color css
<style>
span { border-color: #9A06A1; }
span { border-color: rgb(154,6,161); }
td.TdClassName
{
border-color: #9A06A1;
}
.TagClassName
{
border-color: #9A06A1;
}
</style>