Shades of Amethyst #9F65DF
Tints of Amethyst #9F65DF
RGB
CMYK
RGB Variations
Color information
#9F65DF (or 0x9F65DF) is known color: Amethyst. HEX triplet: 9F, 65 and DF. RGB value is (159,101,223). Sum of RGB (Red+Green+Blue) = 159+101+223=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F65DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F65DF is #609A20. Grayscale: #838383. Windows color (decimal): -6330913 or 14640543. OLE color: 14640543.
HSL color Cylindrical-coordinate representation of color #9F65DF: hue angle of 268.52º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F65DF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 101 | 223 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.13 |
| HSL | 268.52º | 0.66% | 0.64% | - |
| HSV(B) | 268.52º | 0.55% | 0.87% | - |
| XYZ | 32.27 | 22.01 | 72.36 | - |
| YUV | 132.25 | 179.22 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 223 | 0.29 | 0.55 | 0 | 0.13 | 268.52 | 0.66 | 0.64 |
| Hex | 9F | 65 | DF | 1D | 37 | 0 | D | 10D | 42 | 40 |
| Octal | 237 | 145 | 337 | 35 | 67 | 0 | 15 | 415 | 102 | 100 |
| Binary | 10011111 | 1100101 | 11011111 | 11101 | 110111 | 0 | 1101 | 100001101 | 1000010 | 1000000 |
Color Harmonies of #9F65DF
Complementary color
Monochromatic Colors of #9F65DF
Black with #9F65DF
Text Example
Text Example
White with #9F65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F65DF; }
p { color: rgb(159,101,223); }
H1.HeaderClassName
{
color: #9F65DF;
}
.AnyTagClassName
{
color: #9F65DF;
}
</style>
background-color css
<style>
a { background-color: #9F65DF; }
a { background-color: rgb(159,101,223); }
div.DivClassName
{
background-color: #9F65DF;
}
.BgClassName
{
background-color: #9F65DF;
}
</style>
border-color css
<style>
span { border-color: #9F65DF; }
span { border-color: rgb(159,101,223); }
td.TdClassName
{
border-color: #9F65DF;
}
.TagClassName
{
border-color: #9F65DF;
}
</style>