Shades of Amethyst #9A5ACF
Tints of Amethyst #9A5ACF
RGB
CMYK
RGB Variations
Color information
#9A5ACF (or 0x9A5ACF) is known color: Amethyst. HEX triplet: 9A, 5A and CF. RGB value is (154,90,207). Sum of RGB (Red+Green+Blue) = 154+90+207=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #9A5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5ACF is #65A530. Grayscale: #7A7A7A. Windows color (decimal): -6661425 or 13589146. OLE color: 13589146.
HSL color Cylindrical-coordinate representation of color #9A5ACF: hue angle of 272.82º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9A5ACF is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 90 | 207 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.19 |
| HSL | 272.82º | 0.55% | 0.58% | - |
| HSV(B) | 272.82º | 0.57% | 0.81% | - |
| XYZ | 28.25 | 18.69 | 61.15 | - |
| YUV | 122.47 | 175.7 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 90 | 207 | 0.26 | 0.57 | 0 | 0.19 | 272.82 | 0.55 | 0.58 |
| Hex | 9A | 5A | CF | 1A | 39 | 0 | 13 | 111 | 37 | 3A |
| Octal | 232 | 132 | 317 | 32 | 71 | 0 | 23 | 421 | 67 | 72 |
| Binary | 10011010 | 1011010 | 11001111 | 11010 | 111001 | 0 | 10011 | 100010001 | 110111 | 111010 |
Color Harmonies of #9A5ACF
Complementary color
Monochromatic Colors of #9A5ACF
Black with #9A5ACF
Text Example
Text Example
White with #9A5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5ACF; }
p { color: rgb(154,90,207); }
H1.HeaderClassName
{
color: #9A5ACF;
}
.AnyTagClassName
{
color: #9A5ACF;
}
</style>
background-color css
<style>
a { background-color: #9A5ACF; }
a { background-color: rgb(154,90,207); }
div.DivClassName
{
background-color: #9A5ACF;
}
.BgClassName
{
background-color: #9A5ACF;
}
</style>
border-color css
<style>
span { border-color: #9A5ACF; }
span { border-color: rgb(154,90,207); }
td.TdClassName
{
border-color: #9A5ACF;
}
.TagClassName
{
border-color: #9A5ACF;
}
</style>