Shades of Amethyst #9D63DD
Tints of Amethyst #9D63DD
RGB
CMYK
RGB Variations
Color information
#9D63DD (or 0x9D63DD) is known color: Amethyst. HEX triplet: 9D, 63 and DD. RGB value is (157,99,221). Sum of RGB (Red+Green+Blue) = 157+99+221=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D63DD is #629C22. Grayscale: #818181. Windows color (decimal): -6462499 or 14508957. OLE color: 14508957.
HSL color Cylindrical-coordinate representation of color #9D63DD: hue angle of 268.52º 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 #9D63DD is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 99 | 221 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.13 |
| HSL | 268.52º | 0.64% | 0.63% | - |
| HSV(B) | 268.52º | 0.55% | 0.87% | - |
| XYZ | 31.42 | 21.31 | 70.86 | - |
| YUV | 130.25 | 179.22 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 221 | 0.29 | 0.55 | 0 | 0.13 | 268.52 | 0.64 | 0.63 |
| Hex | 9D | 63 | DD | 1D | 37 | 0 | D | 10D | 40 | 3F |
| Octal | 235 | 143 | 335 | 35 | 67 | 0 | 15 | 415 | 100 | 77 |
| Binary | 10011101 | 1100011 | 11011101 | 11101 | 110111 | 0 | 1101 | 100001101 | 1000000 | 111111 |
Color Harmonies of #9D63DD
Complementary color
Monochromatic Colors of #9D63DD
Black with #9D63DD
Text Example
Text Example
White with #9D63DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D63DD; }
p { color: rgb(157,99,221); }
H1.HeaderClassName
{
color: #9D63DD;
}
.AnyTagClassName
{
color: #9D63DD;
}
</style>
background-color css
<style>
a { background-color: #9D63DD; }
a { background-color: rgb(157,99,221); }
div.DivClassName
{
background-color: #9D63DD;
}
.BgClassName
{
background-color: #9D63DD;
}
</style>
border-color css
<style>
span { border-color: #9D63DD; }
span { border-color: rgb(157,99,221); }
td.TdClassName
{
border-color: #9D63DD;
}
.TagClassName
{
border-color: #9D63DD;
}
</style>