Shades of Amethyst #9F64DD
Tints of Amethyst #9F64DD
RGB
CMYK
RGB Variations
Color information
#9F64DD (or 0x9F64DD) is known color: Amethyst. HEX triplet: 9F, 64 and DD. RGB value is (159,100,221). Sum of RGB (Red+Green+Blue) = 159+100+221=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #9F64DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F64DD is #609B22. Grayscale: #838383. Windows color (decimal): -6331171 or 14509215. OLE color: 14509215.
HSL color Cylindrical-coordinate representation of color #9F64DD: hue angle of 269.26º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F64DD is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 100 | 221 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.13 |
| HSL | 269.26º | 0.64% | 0.63% | - |
| HSV(B) | 269.26º | 0.55% | 0.87% | - |
| XYZ | 31.91 | 21.71 | 70.91 | - |
| YUV | 131.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 221 | 0.28 | 0.55 | 0 | 0.13 | 269.26 | 0.64 | 0.63 |
| Hex | 9F | 64 | DD | 1C | 37 | 0 | D | 10D | 40 | 3F |
| Octal | 237 | 144 | 335 | 34 | 67 | 0 | 15 | 415 | 100 | 77 |
| Binary | 10011111 | 1100100 | 11011101 | 11100 | 110111 | 0 | 1101 | 100001101 | 1000000 | 111111 |
Color Harmonies of #9F64DD
Complementary color
Monochromatic Colors of #9F64DD
Black with #9F64DD
Text Example
Text Example
White with #9F64DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F64DD; }
p { color: rgb(159,100,221); }
H1.HeaderClassName
{
color: #9F64DD;
}
.AnyTagClassName
{
color: #9F64DD;
}
</style>
background-color css
<style>
a { background-color: #9F64DD; }
a { background-color: rgb(159,100,221); }
div.DivClassName
{
background-color: #9F64DD;
}
.BgClassName
{
background-color: #9F64DD;
}
</style>
border-color css
<style>
span { border-color: #9F64DD; }
span { border-color: rgb(159,100,221); }
td.TdClassName
{
border-color: #9F64DD;
}
.TagClassName
{
border-color: #9F64DD;
}
</style>