Shades of Amethyst #9F69D7
Tints of Amethyst #9F69D7
RGB
CMYK
RGB Variations
Color information
#9F69D7 (or 0x9F69D7) is known color: Amethyst. HEX triplet: 9F, 69 and D7. RGB value is (159,105,215). Sum of RGB (Red+Green+Blue) = 159+105+215=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 215 - color contains mainly: blue. Hex color #9F69D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69D7 is #609628. Grayscale: #858585. Windows color (decimal): -6329897 or 14117279. OLE color: 14117279.
HSL color Cylindrical-coordinate representation of color #9F69D7: hue angle of 269.45º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F69D7 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 105 | 215 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.16 |
| HSL | 269.45º | 0.58% | 0.63% | - |
| HSV(B) | 269.45º | 0.51% | 0.84% | - |
| XYZ | 31.62 | 22.38 | 66.94 | - |
| YUV | 133.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 215 | 0.26 | 0.51 | 0 | 0.16 | 269.45 | 0.58 | 0.63 |
| Hex | 9F | 69 | D7 | 1A | 33 | 0 | 10 | 10D | 3A | 3F |
| Octal | 237 | 151 | 327 | 32 | 63 | 0 | 20 | 415 | 72 | 77 |
| Binary | 10011111 | 1101001 | 11010111 | 11010 | 110011 | 0 | 10000 | 100001101 | 111010 | 111111 |
Color Harmonies of #9F69D7
Complementary color
Monochromatic Colors of #9F69D7
Black with #9F69D7
Text Example
Text Example
White with #9F69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69D7; }
p { color: rgb(159,105,215); }
H1.HeaderClassName
{
color: #9F69D7;
}
.AnyTagClassName
{
color: #9F69D7;
}
</style>
background-color css
<style>
a { background-color: #9F69D7; }
a { background-color: rgb(159,105,215); }
div.DivClassName
{
background-color: #9F69D7;
}
.BgClassName
{
background-color: #9F69D7;
}
</style>
border-color css
<style>
span { border-color: #9F69D7; }
span { border-color: rgb(159,105,215); }
td.TdClassName
{
border-color: #9F69D7;
}
.TagClassName
{
border-color: #9F69D7;
}
</style>