Shades of Amethyst #9D5ADE
Tints of Amethyst #9D5ADE
RGB
CMYK
RGB Variations
Color information
#9D5ADE (or 0x9D5ADE) is known color: Amethyst. HEX triplet: 9D, 5A and DE. RGB value is (157,90,222). Sum of RGB (Red+Green+Blue) = 157+90+222=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D5ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ADE is #62A521. Grayscale: #7C7C7C. Windows color (decimal): -6464802 or 14572189. OLE color: 14572189.
HSL color Cylindrical-coordinate representation of color #9D5ADE: hue angle of 270.45º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9D5ADE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 90 | 222 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.13 |
| HSL | 270.45º | 0.67% | 0.61% | - |
| HSV(B) | 270.45º | 0.59% | 0.87% | - |
| XYZ | 30.75 | 19.75 | 71.3 | - |
| YUV | 125.08 | 182.7 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 222 | 0.29 | 0.59 | 0 | 0.13 | 270.45 | 0.67 | 0.61 |
| Hex | 9D | 5A | DE | 1D | 3B | 0 | D | 10E | 43 | 3D |
| Octal | 235 | 132 | 336 | 35 | 73 | 0 | 15 | 416 | 103 | 75 |
| Binary | 10011101 | 1011010 | 11011110 | 11101 | 111011 | 0 | 1101 | 100001110 | 1000011 | 111101 |
Color Harmonies of #9D5ADE
Complementary color
Monochromatic Colors of #9D5ADE
Black with #9D5ADE
Text Example
Text Example
White with #9D5ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5ADE; }
p { color: rgb(157,90,222); }
H1.HeaderClassName
{
color: #9D5ADE;
}
.AnyTagClassName
{
color: #9D5ADE;
}
</style>
background-color css
<style>
a { background-color: #9D5ADE; }
a { background-color: rgb(157,90,222); }
div.DivClassName
{
background-color: #9D5ADE;
}
.BgClassName
{
background-color: #9D5ADE;
}
</style>
border-color css
<style>
span { border-color: #9D5ADE; }
span { border-color: rgb(157,90,222); }
td.TdClassName
{
border-color: #9D5ADE;
}
.TagClassName
{
border-color: #9D5ADE;
}
</style>