Shades of Amethyst #9D64DC
Tints of Amethyst #9D64DC
RGB
CMYK
RGB Variations
Color information
#9D64DC (or 0x9D64DC) is known color: Amethyst. HEX triplet: 9D, 64 and DC. RGB value is (157,100,220). Sum of RGB (Red+Green+Blue) = 157+100+220=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D64DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D64DC is #629B23. Grayscale: #828282. Windows color (decimal): -6462244 or 14443677. OLE color: 14443677.
HSL color Cylindrical-coordinate representation of color #9D64DC: hue angle of 268.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D64DC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 100 | 220 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.14 |
| HSL | 268.5º | 0.63% | 0.63% | - |
| HSV(B) | 268.5º | 0.55% | 0.86% | - |
| XYZ | 31.38 | 21.45 | 70.2 | - |
| YUV | 130.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 220 | 0.29 | 0.55 | 0 | 0.14 | 268.5 | 0.63 | 0.63 |
| Hex | 9D | 64 | DC | 1D | 37 | 0 | E | 10C | 3F | 3F |
| Octal | 235 | 144 | 334 | 35 | 67 | 0 | 16 | 414 | 77 | 77 |
| Binary | 10011101 | 1100100 | 11011100 | 11101 | 110111 | 0 | 1110 | 100001100 | 111111 | 111111 |
Color Harmonies of #9D64DC
Complementary color
Monochromatic Colors of #9D64DC
Black with #9D64DC
Text Example
Text Example
White with #9D64DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D64DC; }
p { color: rgb(157,100,220); }
H1.HeaderClassName
{
color: #9D64DC;
}
.AnyTagClassName
{
color: #9D64DC;
}
</style>
background-color css
<style>
a { background-color: #9D64DC; }
a { background-color: rgb(157,100,220); }
div.DivClassName
{
background-color: #9D64DC;
}
.BgClassName
{
background-color: #9D64DC;
}
</style>
border-color css
<style>
span { border-color: #9D64DC; }
span { border-color: rgb(157,100,220); }
td.TdClassName
{
border-color: #9D64DC;
}
.TagClassName
{
border-color: #9D64DC;
}
</style>