Shades of Amethyst #9D5AD8
Tints of Amethyst #9D5AD8
RGB
CMYK
RGB Variations
Color information
#9D5AD8 (or 0x9D5AD8) is known color: Amethyst. HEX triplet: 9D, 5A and D8. RGB value is (157,90,216). Sum of RGB (Red+Green+Blue) = 157+90+216=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 216 (84.77% from 255 or 46.65% from 463); Max value from RGB is 216 - color contains mainly: blue. Hex color #9D5AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5AD8 is #62A527. Grayscale: #7B7B7B. Windows color (decimal): -6464808 or 14178973. OLE color: 14178973.
HSL color Cylindrical-coordinate representation of color #9D5AD8: hue angle of 271.9º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D5AD8 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 90 | 216 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.15 |
| HSL | 271.9º | 0.62% | 0.6% | - |
| HSV(B) | 271.9º | 0.58% | 0.85% | - |
| XYZ | 29.96 | 19.44 | 67.14 | - |
| YUV | 124.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 216 | 0.27 | 0.58 | 0 | 0.15 | 271.9 | 0.62 | 0.6 |
| Hex | 9D | 5A | D8 | 1B | 3A | 0 | F | 110 | 3E | 3C |
| Octal | 235 | 132 | 330 | 33 | 72 | 0 | 17 | 420 | 76 | 74 |
| Binary | 10011101 | 1011010 | 11011000 | 11011 | 111010 | 0 | 1111 | 100010000 | 111110 | 111100 |
Color Harmonies of #9D5AD8
Complementary color
Monochromatic Colors of #9D5AD8
Black with #9D5AD8
Text Example
Text Example
White with #9D5AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5AD8; }
p { color: rgb(157,90,216); }
H1.HeaderClassName
{
color: #9D5AD8;
}
.AnyTagClassName
{
color: #9D5AD8;
}
</style>
background-color css
<style>
a { background-color: #9D5AD8; }
a { background-color: rgb(157,90,216); }
div.DivClassName
{
background-color: #9D5AD8;
}
.BgClassName
{
background-color: #9D5AD8;
}
</style>
border-color css
<style>
span { border-color: #9D5AD8; }
span { border-color: rgb(157,90,216); }
td.TdClassName
{
border-color: #9D5AD8;
}
.TagClassName
{
border-color: #9D5AD8;
}
</style>