Shades of Amethyst #9F73CF
Tints of Amethyst #9F73CF
RGB
CMYK
RGB Variations
Color information
#9F73CF (or 0x9F73CF) is known color: Amethyst. HEX triplet: 9F, 73 and CF. RGB value is (159,115,207). Sum of RGB (Red+Green+Blue) = 159+115+207=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F73CF is #608C30. Grayscale: #8A8A8A. Windows color (decimal): -6327345 or 13595551. OLE color: 13595551.
HSL color Cylindrical-coordinate representation of color #9F73CF: hue angle of 268.7º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F73CF is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 115 | 207 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.19 |
| HSL | 268.7º | 0.49% | 0.63% | - |
| HSV(B) | 268.7º | 0.44% | 0.81% | - |
| XYZ | 31.69 | 24.14 | 62.02 | - |
| YUV | 138.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 207 | 0.23 | 0.44 | 0 | 0.19 | 268.7 | 0.49 | 0.63 |
| Hex | 9F | 73 | CF | 17 | 2C | 0 | 13 | 10D | 31 | 3F |
| Octal | 237 | 163 | 317 | 27 | 54 | 0 | 23 | 415 | 61 | 77 |
| Binary | 10011111 | 1110011 | 11001111 | 10111 | 101100 | 0 | 10011 | 100001101 | 110001 | 111111 |
Color Harmonies of #9F73CF
Complementary color
Monochromatic Colors of #9F73CF
Black with #9F73CF
Text Example
Text Example
White with #9F73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F73CF; }
p { color: rgb(159,115,207); }
H1.HeaderClassName
{
color: #9F73CF;
}
.AnyTagClassName
{
color: #9F73CF;
}
</style>
background-color css
<style>
a { background-color: #9F73CF; }
a { background-color: rgb(159,115,207); }
div.DivClassName
{
background-color: #9F73CF;
}
.BgClassName
{
background-color: #9F73CF;
}
</style>
border-color css
<style>
span { border-color: #9F73CF; }
span { border-color: rgb(159,115,207); }
td.TdClassName
{
border-color: #9F73CF;
}
.TagClassName
{
border-color: #9F73CF;
}
</style>