Shades of Amethyst #9D5BDE
Tints of Amethyst #9D5BDE
RGB
CMYK
RGB Variations
Color information
#9D5BDE (or 0x9D5BDE) is known color: Amethyst. HEX triplet: 9D, 5B and DE. RGB value is (157,91,222). Sum of RGB (Red+Green+Blue) = 157+91+222=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 91 (35.94% from 255 or 19.36% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D5BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5BDE is #62A421. Grayscale: #7D7D7D. Windows color (decimal): -6464546 or 14572445. OLE color: 14572445.
HSL color Cylindrical-coordinate representation of color #9D5BDE: hue angle of 270.23º degrees, saturation: 0.66, 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 #9D5BDE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 91 | 222 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.13 |
| HSL | 270.23º | 0.66% | 0.61% | - |
| HSV(B) | 270.23º | 0.59% | 0.87% | - |
| XYZ | 30.83 | 19.92 | 71.33 | - |
| YUV | 125.67 | 182.37 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 222 | 0.29 | 0.59 | 0 | 0.13 | 270.23 | 0.66 | 0.61 |
| Hex | 9D | 5B | DE | 1D | 3B | 0 | D | 10E | 42 | 3D |
| Octal | 235 | 133 | 336 | 35 | 73 | 0 | 15 | 416 | 102 | 75 |
| Binary | 10011101 | 1011011 | 11011110 | 11101 | 111011 | 0 | 1101 | 100001110 | 1000010 | 111101 |
Color Harmonies of #9D5BDE
Complementary color
Monochromatic Colors of #9D5BDE
Black with #9D5BDE
Text Example
Text Example
White with #9D5BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5BDE; }
p { color: rgb(157,91,222); }
H1.HeaderClassName
{
color: #9D5BDE;
}
.AnyTagClassName
{
color: #9D5BDE;
}
</style>
background-color css
<style>
a { background-color: #9D5BDE; }
a { background-color: rgb(157,91,222); }
div.DivClassName
{
background-color: #9D5BDE;
}
.BgClassName
{
background-color: #9D5BDE;
}
</style>
border-color css
<style>
span { border-color: #9D5BDE; }
span { border-color: rgb(157,91,222); }
td.TdClassName
{
border-color: #9D5BDE;
}
.TagClassName
{
border-color: #9D5BDE;
}
</style>