Shades of Amethyst #9A61C3
Tints of Amethyst #9A61C3
RGB
CMYK
RGB Variations
Color information
#9A61C3 (or 0x9A61C3) is known color: Amethyst. HEX triplet: 9A, 61 and C3. RGB value is (154,97,195). Sum of RGB (Red+Green+Blue) = 154+97+195=446 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.53% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #9A61C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A61C3 is #659E3C. Grayscale: #7C7C7C. Windows color (decimal): -6659645 or 12804506. OLE color: 12804506.
HSL color Cylindrical-coordinate representation of color #9A61C3: hue angle of 274.9º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9A61C3 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 97 | 195 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.24 |
| HSL | 274.9º | 0.45% | 0.57% | - |
| HSV(B) | 274.9º | 0.5% | 0.76% | - |
| XYZ | 27.45 | 19.36 | 53.92 | - |
| YUV | 125.22 | 167.38 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 97 | 195 | 0.21 | 0.50 | 0 | 0.24 | 274.9 | 0.45 | 0.57 |
| Hex | 9A | 61 | C3 | 15 | 32 | 0 | 18 | 113 | 2D | 39 |
| Octal | 232 | 141 | 303 | 25 | 62 | 0 | 30 | 423 | 55 | 71 |
| Binary | 10011010 | 1100001 | 11000011 | 10101 | 110010 | 0 | 11000 | 100010011 | 101101 | 111001 |
Color Harmonies of #9A61C3
Complementary color
Monochromatic Colors of #9A61C3
Black with #9A61C3
Text Example
Text Example
White with #9A61C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A61C3; }
p { color: rgb(154,97,195); }
H1.HeaderClassName
{
color: #9A61C3;
}
.AnyTagClassName
{
color: #9A61C3;
}
</style>
background-color css
<style>
a { background-color: #9A61C3; }
a { background-color: rgb(154,97,195); }
div.DivClassName
{
background-color: #9A61C3;
}
.BgClassName
{
background-color: #9A61C3;
}
</style>
border-color css
<style>
span { border-color: #9A61C3; }
span { border-color: rgb(154,97,195); }
td.TdClassName
{
border-color: #9A61C3;
}
.TagClassName
{
border-color: #9A61C3;
}
</style>