Shades of Amethyst #9A60CF
Tints of Amethyst #9A60CF
RGB
CMYK
RGB Variations
Color information
#9A60CF (or 0x9A60CF) is known color: Amethyst. HEX triplet: 9A, 60 and CF. RGB value is (154,96,207). Sum of RGB (Red+Green+Blue) = 154+96+207=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 96 (37.89% from 255 or 21.01% from 457); Blue value is 207 (81.25% from 255 or 45.30% from 457); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A60CF is #659F30. Grayscale: #7D7D7D. Windows color (decimal): -6659889 or 13590682. OLE color: 13590682.
HSL color Cylindrical-coordinate representation of color #9A60CF: hue angle of 271.35º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9A60CF is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 96 | 207 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.19 |
| HSL | 271.35º | 0.54% | 0.59% | - |
| HSV(B) | 271.35º | 0.54% | 0.81% | - |
| XYZ | 28.77 | 19.74 | 61.33 | - |
| YUV | 126 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 96 | 207 | 0.26 | 0.54 | 0 | 0.19 | 271.35 | 0.54 | 0.59 |
| Hex | 9A | 60 | CF | 1A | 36 | 0 | 13 | 10F | 36 | 3B |
| Octal | 232 | 140 | 317 | 32 | 66 | 0 | 23 | 417 | 66 | 73 |
| Binary | 10011010 | 1100000 | 11001111 | 11010 | 110110 | 0 | 10011 | 100001111 | 110110 | 111011 |
Color Harmonies of #9A60CF
Complementary color
Monochromatic Colors of #9A60CF
Black with #9A60CF
Text Example
Text Example
White with #9A60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A60CF; }
p { color: rgb(154,96,207); }
H1.HeaderClassName
{
color: #9A60CF;
}
.AnyTagClassName
{
color: #9A60CF;
}
</style>
background-color css
<style>
a { background-color: #9A60CF; }
a { background-color: rgb(154,96,207); }
div.DivClassName
{
background-color: #9A60CF;
}
.BgClassName
{
background-color: #9A60CF;
}
</style>
border-color css
<style>
span { border-color: #9A60CF; }
span { border-color: rgb(154,96,207); }
td.TdClassName
{
border-color: #9A60CF;
}
.TagClassName
{
border-color: #9A60CF;
}
</style>