Shades of Amethyst #9F60CF
Tints of Amethyst #9F60CF
RGB
CMYK
RGB Variations
Color information
#9F60CF (or 0x9F60CF) is known color: Amethyst. HEX triplet: 9F, 60 and CF. RGB value is (159,96,207). Sum of RGB (Red+Green+Blue) = 159+96+207=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 96 (37.89% from 255 or 20.78% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F60CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F60CF is #609F30. Grayscale: #7F7F7F. Windows color (decimal): -6332209 or 13590687. OLE color: 13590687.
HSL color Cylindrical-coordinate representation of color #9F60CF: hue angle of 274.05º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F60CF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 96 | 207 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.19 |
| HSL | 274.05º | 0.54% | 0.59% | - |
| HSV(B) | 274.05º | 0.54% | 0.81% | - |
| XYZ | 29.74 | 20.24 | 61.37 | - |
| YUV | 127.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 207 | 0.23 | 0.54 | 0 | 0.19 | 274.05 | 0.54 | 0.59 |
| Hex | 9F | 60 | CF | 17 | 36 | 0 | 13 | 112 | 36 | 3B |
| Octal | 237 | 140 | 317 | 27 | 66 | 0 | 23 | 422 | 66 | 73 |
| Binary | 10011111 | 1100000 | 11001111 | 10111 | 110110 | 0 | 10011 | 100010010 | 110110 | 111011 |
Color Harmonies of #9F60CF
Complementary color
Monochromatic Colors of #9F60CF
Black with #9F60CF
Text Example
Text Example
White with #9F60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F60CF; }
p { color: rgb(159,96,207); }
H1.HeaderClassName
{
color: #9F60CF;
}
.AnyTagClassName
{
color: #9F60CF;
}
</style>
background-color css
<style>
a { background-color: #9F60CF; }
a { background-color: rgb(159,96,207); }
div.DivClassName
{
background-color: #9F60CF;
}
.BgClassName
{
background-color: #9F60CF;
}
</style>
border-color css
<style>
span { border-color: #9F60CF; }
span { border-color: rgb(159,96,207); }
td.TdClassName
{
border-color: #9F60CF;
}
.TagClassName
{
border-color: #9F60CF;
}
</style>