Shades of Amethyst #9E66D9
Tints of Amethyst #9E66D9
RGB
CMYK
RGB Variations
Color information
#9E66D9 (or 0x9E66D9) is known color: Amethyst. HEX triplet: 9E, 66 and D9. RGB value is (158,102,217). Sum of RGB (Red+Green+Blue) = 158+102+217=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 102 (40.23% from 255 or 21.38% from 477); Blue value is 217 (85.16% from 255 or 45.49% from 477); Max value from RGB is 217 - color contains mainly: blue. Hex color #9E66D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E66D9 is #619926. Grayscale: #838383. Windows color (decimal): -6396199 or 14247582. OLE color: 14247582.
HSL color Cylindrical-coordinate representation of color #9E66D9: hue angle of 269.22º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E66D9 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 102 | 217 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.15 |
| HSL | 269.22º | 0.6% | 0.63% | - |
| HSV(B) | 269.22º | 0.53% | 0.85% | - |
| XYZ | 31.38 | 21.78 | 68.2 | - |
| YUV | 131.85 | 176.05 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 217 | 0.27 | 0.53 | 0 | 0.15 | 269.22 | 0.6 | 0.63 |
| Hex | 9E | 66 | D9 | 1B | 35 | 0 | F | 10D | 3C | 3F |
| Octal | 236 | 146 | 331 | 33 | 65 | 0 | 17 | 415 | 74 | 77 |
| Binary | 10011110 | 1100110 | 11011001 | 11011 | 110101 | 0 | 1111 | 100001101 | 111100 | 111111 |
Color Harmonies of #9E66D9
Complementary color
Monochromatic Colors of #9E66D9
Black with #9E66D9
Text Example
Text Example
White with #9E66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E66D9; }
p { color: rgb(158,102,217); }
H1.HeaderClassName
{
color: #9E66D9;
}
.AnyTagClassName
{
color: #9E66D9;
}
</style>
background-color css
<style>
a { background-color: #9E66D9; }
a { background-color: rgb(158,102,217); }
div.DivClassName
{
background-color: #9E66D9;
}
.BgClassName
{
background-color: #9E66D9;
}
</style>
border-color css
<style>
span { border-color: #9E66D9; }
span { border-color: rgb(158,102,217); }
td.TdClassName
{
border-color: #9E66D9;
}
.TagClassName
{
border-color: #9E66D9;
}
</style>