Shades of Amethyst #9D6DD5
Tints of Amethyst #9D6DD5
RGB
CMYK
RGB Variations
Color information
#9D6DD5 (or 0x9D6DD5) is known color: Amethyst. HEX triplet: 9D, 6D and D5. RGB value is (157,109,213). Sum of RGB (Red+Green+Blue) = 157+109+213=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 213 (83.59% from 255 or 44.47% from 479); Max value from RGB is 213 - color contains mainly: blue. Hex color #9D6DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D6DD5 is #62922A. Grayscale: #868686. Windows color (decimal): -6459947 or 13987229. OLE color: 13987229.
HSL color Cylindrical-coordinate representation of color #9D6DD5: hue angle of 267.69º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D6DD5 is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 109 | 213 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.16 |
| HSL | 267.69º | 0.55% | 0.63% | - |
| HSV(B) | 267.69º | 0.49% | 0.84% | - |
| XYZ | 31.38 | 22.91 | 65.72 | - |
| YUV | 135.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 109 | 213 | 0.26 | 0.49 | 0 | 0.16 | 267.69 | 0.55 | 0.63 |
| Hex | 9D | 6D | D5 | 1A | 31 | 0 | 10 | 10C | 37 | 3F |
| Octal | 235 | 155 | 325 | 32 | 61 | 0 | 20 | 414 | 67 | 77 |
| Binary | 10011101 | 1101101 | 11010101 | 11010 | 110001 | 0 | 10000 | 100001100 | 110111 | 111111 |
Color Harmonies of #9D6DD5
Complementary color
Monochromatic Colors of #9D6DD5
Black with #9D6DD5
Text Example
Text Example
White with #9D6DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6DD5; }
p { color: rgb(157,109,213); }
H1.HeaderClassName
{
color: #9D6DD5;
}
.AnyTagClassName
{
color: #9D6DD5;
}
</style>
background-color css
<style>
a { background-color: #9D6DD5; }
a { background-color: rgb(157,109,213); }
div.DivClassName
{
background-color: #9D6DD5;
}
.BgClassName
{
background-color: #9D6DD5;
}
</style>
border-color css
<style>
span { border-color: #9D6DD5; }
span { border-color: rgb(157,109,213); }
td.TdClassName
{
border-color: #9D6DD5;
}
.TagClassName
{
border-color: #9D6DD5;
}
</style>