Shades of Amethyst #9F62DF
Tints of Amethyst #9F62DF
RGB
CMYK
RGB Variations
Color information
#9F62DF (or 0x9F62DF) is known color: Amethyst. HEX triplet: 9F, 62 and DF. RGB value is (159,98,223). Sum of RGB (Red+Green+Blue) = 159+98+223=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #9F62DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F62DF is #609D20. Grayscale: #828282. Windows color (decimal): -6331681 or 14639775. OLE color: 14639775.
HSL color Cylindrical-coordinate representation of color #9F62DF: hue angle of 269.28º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F62DF is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 98 | 223 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.13 |
| HSL | 269.28º | 0.66% | 0.63% | - |
| HSV(B) | 269.28º | 0.56% | 0.87% | - |
| XYZ | 31.99 | 21.43 | 72.26 | - |
| YUV | 130.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 223 | 0.29 | 0.56 | 0 | 0.13 | 269.28 | 0.66 | 0.63 |
| Hex | 9F | 62 | DF | 1D | 38 | 0 | D | 10D | 42 | 3F |
| Octal | 237 | 142 | 337 | 35 | 70 | 0 | 15 | 415 | 102 | 77 |
| Binary | 10011111 | 1100010 | 11011111 | 11101 | 111000 | 0 | 1101 | 100001101 | 1000010 | 111111 |
Color Harmonies of #9F62DF
Complementary color
Monochromatic Colors of #9F62DF
Black with #9F62DF
Text Example
Text Example
White with #9F62DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F62DF; }
p { color: rgb(159,98,223); }
H1.HeaderClassName
{
color: #9F62DF;
}
.AnyTagClassName
{
color: #9F62DF;
}
</style>
background-color css
<style>
a { background-color: #9F62DF; }
a { background-color: rgb(159,98,223); }
div.DivClassName
{
background-color: #9F62DF;
}
.BgClassName
{
background-color: #9F62DF;
}
</style>
border-color css
<style>
span { border-color: #9F62DF; }
span { border-color: rgb(159,98,223); }
td.TdClassName
{
border-color: #9F62DF;
}
.TagClassName
{
border-color: #9F62DF;
}
</style>