Shades of Amethyst #9F68C0
Tints of Amethyst #9F68C0
RGB
CMYK
RGB Variations
Color information
#9F68C0 (or 0x9F68C0) is known color: Amethyst. HEX triplet: 9F, 68 and C0. RGB value is (159,104,192). Sum of RGB (Red+Green+Blue) = 159+104+192=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F68C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68C0 is #60973F. Grayscale: #828282. Windows color (decimal): -6330176 or 12609695. OLE color: 12609695.
HSL color Cylindrical-coordinate representation of color #9F68C0: hue angle of 277.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F68C0 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 104 | 192 | - |
| CMYK | 0.17 | 0.46 | 0 | 0.25 |
| HSL | 277.5º | 0.41% | 0.58% | - |
| HSV(B) | 277.5º | 0.46% | 0.75% | - |
| XYZ | 28.76 | 21.08 | 52.42 | - |
| YUV | 130.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 192 | 0.17 | 0.46 | 0 | 0.25 | 277.5 | 0.41 | 0.58 |
| Hex | 9F | 68 | C0 | 11 | 2E | 0 | 19 | 116 | 29 | 3A |
| Octal | 237 | 150 | 300 | 21 | 56 | 0 | 31 | 426 | 51 | 72 |
| Binary | 10011111 | 1101000 | 11000000 | 10001 | 101110 | 0 | 11001 | 100010110 | 101001 | 111010 |
Color Harmonies of #9F68C0
Complementary color
Monochromatic Colors of #9F68C0
Black with #9F68C0
Text Example
Text Example
White with #9F68C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68C0; }
p { color: rgb(159,104,192); }
H1.HeaderClassName
{
color: #9F68C0;
}
.AnyTagClassName
{
color: #9F68C0;
}
</style>
background-color css
<style>
a { background-color: #9F68C0; }
a { background-color: rgb(159,104,192); }
div.DivClassName
{
background-color: #9F68C0;
}
.BgClassName
{
background-color: #9F68C0;
}
</style>
border-color css
<style>
span { border-color: #9F68C0; }
span { border-color: rgb(159,104,192); }
td.TdClassName
{
border-color: #9F68C0;
}
.TagClassName
{
border-color: #9F68C0;
}
</style>