Shades of Amethyst #9D5AD6
Tints of Amethyst #9D5AD6
RGB
CMYK
RGB Variations
Color information
#9D5AD6 (or 0x9D5AD6) is known color: Amethyst. HEX triplet: 9D, 5A and D6. RGB value is (157,90,214). Sum of RGB (Red+Green+Blue) = 157+90+214=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 214 (83.98% from 255 or 46.42% from 461); Max value from RGB is 214 - color contains mainly: blue. Hex color #9D5AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5AD6 is #62A529. Grayscale: #7B7B7B. Windows color (decimal): -6464810 or 14047901. OLE color: 14047901.
HSL color Cylindrical-coordinate representation of color #9D5AD6: hue angle of 272.42º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D5AD6 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 90 | 214 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.16 |
| HSL | 272.42º | 0.6% | 0.6% | - |
| HSV(B) | 272.42º | 0.58% | 0.84% | - |
| XYZ | 29.7 | 19.34 | 65.79 | - |
| YUV | 124.17 | 178.7 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 214 | 0.27 | 0.58 | 0 | 0.16 | 272.42 | 0.6 | 0.6 |
| Hex | 9D | 5A | D6 | 1B | 3A | 0 | 10 | 110 | 3C | 3C |
| Octal | 235 | 132 | 326 | 33 | 72 | 0 | 20 | 420 | 74 | 74 |
| Binary | 10011101 | 1011010 | 11010110 | 11011 | 111010 | 0 | 10000 | 100010000 | 111100 | 111100 |
Color Harmonies of #9D5AD6
Complementary color
Monochromatic Colors of #9D5AD6
Black with #9D5AD6
Text Example
Text Example
White with #9D5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5AD6; }
p { color: rgb(157,90,214); }
H1.HeaderClassName
{
color: #9D5AD6;
}
.AnyTagClassName
{
color: #9D5AD6;
}
</style>
background-color css
<style>
a { background-color: #9D5AD6; }
a { background-color: rgb(157,90,214); }
div.DivClassName
{
background-color: #9D5AD6;
}
.BgClassName
{
background-color: #9D5AD6;
}
</style>
border-color css
<style>
span { border-color: #9D5AD6; }
span { border-color: rgb(157,90,214); }
td.TdClassName
{
border-color: #9D5AD6;
}
.TagClassName
{
border-color: #9D5AD6;
}
</style>