Shades of Amethyst #9A60D7
Tints of Amethyst #9A60D7
RGB
CMYK
RGB Variations
Color information
#9A60D7 (or 0x9A60D7) is known color: Amethyst. HEX triplet: 9A, 60 and D7. RGB value is (154,96,215). Sum of RGB (Red+Green+Blue) = 154+96+215=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A60D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60D7 is #659F28. Grayscale: #7E7E7E. Windows color (decimal): -6659881 or 14114970. OLE color: 14114970.
HSL color Cylindrical-coordinate representation of color #9A60D7: hue angle of 269.24º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A60D7 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 96 | 215 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.16 |
| HSL | 269.24º | 0.6% | 0.61% | - |
| HSV(B) | 269.24º | 0.55% | 0.84% | - |
| XYZ | 29.78 | 20.14 | 66.61 | - |
| YUV | 126.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 215 | 0.28 | 0.55 | 0 | 0.16 | 269.24 | 0.6 | 0.61 |
| Hex | 9A | 60 | D7 | 1C | 37 | 0 | 10 | 10D | 3C | 3D |
| Octal | 232 | 140 | 327 | 34 | 67 | 0 | 20 | 415 | 74 | 75 |
| Binary | 10011010 | 1100000 | 11010111 | 11100 | 110111 | 0 | 10000 | 100001101 | 111100 | 111101 |
Color Harmonies of #9A60D7
Complementary color
Monochromatic Colors of #9A60D7
Black with #9A60D7
Text Example
Text Example
White with #9A60D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A60D7; }
p { color: rgb(154,96,215); }
H1.HeaderClassName
{
color: #9A60D7;
}
.AnyTagClassName
{
color: #9A60D7;
}
</style>
background-color css
<style>
a { background-color: #9A60D7; }
a { background-color: rgb(154,96,215); }
div.DivClassName
{
background-color: #9A60D7;
}
.BgClassName
{
background-color: #9A60D7;
}
</style>
border-color css
<style>
span { border-color: #9A60D7; }
span { border-color: rgb(154,96,215); }
td.TdClassName
{
border-color: #9A60D7;
}
.TagClassName
{
border-color: #9A60D7;
}
</style>