Shades of Amethyst #9D64DF
Tints of Amethyst #9D64DF
RGB
CMYK
RGB Variations
Color information
#9D64DF (or 0x9D64DF) is known color: Amethyst. HEX triplet: 9D, 64 and DF. RGB value is (157,100,223). Sum of RGB (Red+Green+Blue) = 157+100+223=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D64DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D64DF is #629B20. Grayscale: #828282. Windows color (decimal): -6462241 or 14640285. OLE color: 14640285.
HSL color Cylindrical-coordinate representation of color #9D64DF: hue angle of 267.8º degrees, saturation: 0.66, 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 #9D64DF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 100 | 223 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.13 |
| HSL | 267.8º | 0.66% | 0.63% | - |
| HSV(B) | 267.8º | 0.55% | 0.87% | - |
| XYZ | 31.78 | 21.61 | 72.31 | - |
| YUV | 131.07 | 179.88 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 223 | 0.30 | 0.55 | 0 | 0.13 | 267.8 | 0.66 | 0.63 |
| Hex | 9D | 64 | DF | 1E | 37 | 0 | D | 10C | 42 | 3F |
| Octal | 235 | 144 | 337 | 36 | 67 | 0 | 15 | 414 | 102 | 77 |
| Binary | 10011101 | 1100100 | 11011111 | 11110 | 110111 | 0 | 1101 | 100001100 | 1000010 | 111111 |
Color Harmonies of #9D64DF
Complementary color
Monochromatic Colors of #9D64DF
Black with #9D64DF
Text Example
Text Example
White with #9D64DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D64DF; }
p { color: rgb(157,100,223); }
H1.HeaderClassName
{
color: #9D64DF;
}
.AnyTagClassName
{
color: #9D64DF;
}
</style>
background-color css
<style>
a { background-color: #9D64DF; }
a { background-color: rgb(157,100,223); }
div.DivClassName
{
background-color: #9D64DF;
}
.BgClassName
{
background-color: #9D64DF;
}
</style>
border-color css
<style>
span { border-color: #9D64DF; }
span { border-color: rgb(157,100,223); }
td.TdClassName
{
border-color: #9D64DF;
}
.TagClassName
{
border-color: #9D64DF;
}
</style>