Shades of Amethyst #9F6DCF
Tints of Amethyst #9F6DCF
RGB
CMYK
RGB Variations
Color information
#9F6DCF (or 0x9F6DCF) is known color: Amethyst. HEX triplet: 9F, 6D and CF. RGB value is (159,109,207). Sum of RGB (Red+Green+Blue) = 159+109+207=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DCF is #609230. Grayscale: #868686. Windows color (decimal): -6328881 or 13594015. OLE color: 13594015.
HSL color Cylindrical-coordinate representation of color #9F6DCF: hue angle of 270.61º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F6DCF is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 109 | 207 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.19 |
| HSL | 270.61º | 0.51% | 0.62% | - |
| HSV(B) | 270.61º | 0.47% | 0.81% | - |
| XYZ | 31.03 | 22.81 | 61.8 | - |
| YUV | 135.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 207 | 0.23 | 0.47 | 0 | 0.19 | 270.61 | 0.51 | 0.62 |
| Hex | 9F | 6D | CF | 17 | 2F | 0 | 13 | 10F | 33 | 3E |
| Octal | 237 | 155 | 317 | 27 | 57 | 0 | 23 | 417 | 63 | 76 |
| Binary | 10011111 | 1101101 | 11001111 | 10111 | 101111 | 0 | 10011 | 100001111 | 110011 | 111110 |
Color Harmonies of #9F6DCF
Complementary color
Monochromatic Colors of #9F6DCF
Black with #9F6DCF
Text Example
Text Example
White with #9F6DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6DCF; }
p { color: rgb(159,109,207); }
H1.HeaderClassName
{
color: #9F6DCF;
}
.AnyTagClassName
{
color: #9F6DCF;
}
</style>
background-color css
<style>
a { background-color: #9F6DCF; }
a { background-color: rgb(159,109,207); }
div.DivClassName
{
background-color: #9F6DCF;
}
.BgClassName
{
background-color: #9F6DCF;
}
</style>
border-color css
<style>
span { border-color: #9F6DCF; }
span { border-color: rgb(159,109,207); }
td.TdClassName
{
border-color: #9F6DCF;
}
.TagClassName
{
border-color: #9F6DCF;
}
</style>