Shades of Amethyst #9F66D9
Tints of Amethyst #9F66D9
RGB
CMYK
RGB Variations
Color information
#9F66D9 (or 0x9F66D9) is known color: Amethyst. HEX triplet: 9F, 66 and D9. RGB value is (159,102,217). Sum of RGB (Red+Green+Blue) = 159+102+217=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 217 - color contains mainly: blue. Hex color #9F66D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F66D9 is #609926. Grayscale: #838383. Windows color (decimal): -6330663 or 14247583. OLE color: 14247583.
HSL color Cylindrical-coordinate representation of color #9F66D9: hue angle of 269.74º 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 #9F66D9 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 102 | 217 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.15 |
| HSL | 269.74º | 0.6% | 0.63% | - |
| HSV(B) | 269.74º | 0.53% | 0.85% | - |
| XYZ | 31.57 | 21.88 | 68.21 | - |
| YUV | 132.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 217 | 0.27 | 0.53 | 0 | 0.15 | 269.74 | 0.6 | 0.63 |
| Hex | 9F | 66 | D9 | 1B | 35 | 0 | F | 10E | 3C | 3F |
| Octal | 237 | 146 | 331 | 33 | 65 | 0 | 17 | 416 | 74 | 77 |
| Binary | 10011111 | 1100110 | 11011001 | 11011 | 110101 | 0 | 1111 | 100001110 | 111100 | 111111 |
Color Harmonies of #9F66D9
Complementary color
Monochromatic Colors of #9F66D9
Black with #9F66D9
Text Example
Text Example
White with #9F66D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F66D9; }
p { color: rgb(159,102,217); }
H1.HeaderClassName
{
color: #9F66D9;
}
.AnyTagClassName
{
color: #9F66D9;
}
</style>
background-color css
<style>
a { background-color: #9F66D9; }
a { background-color: rgb(159,102,217); }
div.DivClassName
{
background-color: #9F66D9;
}
.BgClassName
{
background-color: #9F66D9;
}
</style>
border-color css
<style>
span { border-color: #9F66D9; }
span { border-color: rgb(159,102,217); }
td.TdClassName
{
border-color: #9F66D9;
}
.TagClassName
{
border-color: #9F66D9;
}
</style>