Shades of Amethyst #9D63DC
Tints of Amethyst #9D63DC
RGB
CMYK
RGB Variations
Color information
#9D63DC (or 0x9D63DC) is known color: Amethyst. HEX triplet: 9D, 63 and DC. RGB value is (157,99,220). Sum of RGB (Red+Green+Blue) = 157+99+220=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D63DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D63DC is #629C23. Grayscale: #818181. Windows color (decimal): -6462500 or 14443421. OLE color: 14443421.
HSL color Cylindrical-coordinate representation of color #9D63DC: hue angle of 268.76º 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 #9D63DC is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 157 | 99 | 220 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.14 |
| HSL | 268.76º | 0.63% | 0.63% | - |
| HSV(B) | 268.76º | 0.55% | 0.86% | - |
| XYZ | 31.28 | 21.26 | 70.16 | - |
| YUV | 130.14 | 178.72 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 220 | 0.29 | 0.55 | 0 | 0.14 | 268.76 | 0.63 | 0.63 |
| Hex | 9D | 63 | DC | 1D | 37 | 0 | E | 10D | 3F | 3F |
| Octal | 235 | 143 | 334 | 35 | 67 | 0 | 16 | 415 | 77 | 77 |
| Binary | 10011101 | 1100011 | 11011100 | 11101 | 110111 | 0 | 1110 | 100001101 | 111111 | 111111 |
Color Harmonies of #9D63DC
Complementary color
Monochromatic Colors of #9D63DC
Black with #9D63DC
Text Example
Text Example
White with #9D63DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D63DC; }
p { color: rgb(157,99,220); }
H1.HeaderClassName
{
color: #9D63DC;
}
.AnyTagClassName
{
color: #9D63DC;
}
</style>
background-color css
<style>
a { background-color: #9D63DC; }
a { background-color: rgb(157,99,220); }
div.DivClassName
{
background-color: #9D63DC;
}
.BgClassName
{
background-color: #9D63DC;
}
</style>
border-color css
<style>
span { border-color: #9D63DC; }
span { border-color: rgb(157,99,220); }
td.TdClassName
{
border-color: #9D63DC;
}
.TagClassName
{
border-color: #9D63DC;
}
</style>