Shades of Amethyst #9F63CF
Tints of Amethyst #9F63CF
RGB
CMYK
RGB Variations
Color information
#9F63CF (or 0x9F63CF) is known color: Amethyst. HEX triplet: 9F, 63 and CF. RGB value is (159,99,207). Sum of RGB (Red+Green+Blue) = 159+99+207=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F63CF is #609C30. Grayscale: #808080. Windows color (decimal): -6331441 or 13591455. OLE color: 13591455.
HSL color Cylindrical-coordinate representation of color #9F63CF: hue angle of 273.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F63CF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 99 | 207 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.19 |
| HSL | 273.33º | 0.53% | 0.6% | - |
| HSV(B) | 273.33º | 0.52% | 0.81% | - |
| XYZ | 30.02 | 20.8 | 61.46 | - |
| YUV | 129.25 | 171.88 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 207 | 0.23 | 0.52 | 0 | 0.19 | 273.33 | 0.53 | 0.6 |
| Hex | 9F | 63 | CF | 17 | 34 | 0 | 13 | 111 | 35 | 3C |
| Octal | 237 | 143 | 317 | 27 | 64 | 0 | 23 | 421 | 65 | 74 |
| Binary | 10011111 | 1100011 | 11001111 | 10111 | 110100 | 0 | 10011 | 100010001 | 110101 | 111100 |
Color Harmonies of #9F63CF
Complementary color
Monochromatic Colors of #9F63CF
Black with #9F63CF
Text Example
Text Example
White with #9F63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F63CF; }
p { color: rgb(159,99,207); }
H1.HeaderClassName
{
color: #9F63CF;
}
.AnyTagClassName
{
color: #9F63CF;
}
</style>
background-color css
<style>
a { background-color: #9F63CF; }
a { background-color: rgb(159,99,207); }
div.DivClassName
{
background-color: #9F63CF;
}
.BgClassName
{
background-color: #9F63CF;
}
</style>
border-color css
<style>
span { border-color: #9F63CF; }
span { border-color: rgb(159,99,207); }
td.TdClassName
{
border-color: #9F63CF;
}
.TagClassName
{
border-color: #9F63CF;
}
</style>