Shades of Amethyst #9D63C4
Tints of Amethyst #9D63C4
RGB
CMYK
RGB Variations
Color information
#9D63C4 (or 0x9D63C4) is known color: Amethyst. HEX triplet: 9D, 63 and C4. RGB value is (157,99,196). Sum of RGB (Red+Green+Blue) = 157+99+196=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 196 (76.95% from 255 or 43.36% from 452); Max value from RGB is 196 - color contains mainly: blue. Hex color #9D63C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D63C4 is #629C3B. Grayscale: #7F7F7F. Windows color (decimal): -6462524 or 12870557. OLE color: 12870557.
HSL color Cylindrical-coordinate representation of color #9D63C4: hue angle of 275.88º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D63C4 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 99 | 196 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.23 |
| HSL | 275.88º | 0.45% | 0.58% | - |
| HSV(B) | 275.88º | 0.49% | 0.77% | - |
| XYZ | 28.33 | 20.08 | 54.61 | - |
| YUV | 127.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 196 | 0.20 | 0.49 | 0 | 0.23 | 275.88 | 0.45 | 0.58 |
| Hex | 9D | 63 | C4 | 14 | 31 | 0 | 17 | 114 | 2D | 3A |
| Octal | 235 | 143 | 304 | 24 | 61 | 0 | 27 | 424 | 55 | 72 |
| Binary | 10011101 | 1100011 | 11000100 | 10100 | 110001 | 0 | 10111 | 100010100 | 101101 | 111010 |
Color Harmonies of #9D63C4
Complementary color
Monochromatic Colors of #9D63C4
Black with #9D63C4
Text Example
Text Example
White with #9D63C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D63C4; }
p { color: rgb(157,99,196); }
H1.HeaderClassName
{
color: #9D63C4;
}
.AnyTagClassName
{
color: #9D63C4;
}
</style>
background-color css
<style>
a { background-color: #9D63C4; }
a { background-color: rgb(157,99,196); }
div.DivClassName
{
background-color: #9D63C4;
}
.BgClassName
{
background-color: #9D63C4;
}
</style>
border-color css
<style>
span { border-color: #9D63C4; }
span { border-color: rgb(157,99,196); }
td.TdClassName
{
border-color: #9D63C4;
}
.TagClassName
{
border-color: #9D63C4;
}
</style>