Shades of Amethyst #9F69C0
Tints of Amethyst #9F69C0
RGB
CMYK
RGB Variations
Color information
#9F69C0 (or 0x9F69C0) is known color: Amethyst. HEX triplet: 9F, 69 and C0. RGB value is (159,105,192). Sum of RGB (Red+Green+Blue) = 159+105+192=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F69C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69C0 is #60963F. Grayscale: #828282. Windows color (decimal): -6329920 or 12609951. OLE color: 12609951.
HSL color Cylindrical-coordinate representation of color #9F69C0: hue angle of 277.24º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F69C0 is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 105 | 192 | - |
| CMYK | 0.17 | 0.45 | 0 | 0.25 |
| HSL | 277.24º | 0.41% | 0.58% | - |
| HSV(B) | 277.24º | 0.45% | 0.75% | - |
| XYZ | 28.86 | 21.28 | 52.46 | - |
| YUV | 131.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 192 | 0.17 | 0.45 | 0 | 0.25 | 277.24 | 0.41 | 0.58 |
| Hex | 9F | 69 | C0 | 11 | 2D | 0 | 19 | 115 | 29 | 3A |
| Octal | 237 | 151 | 300 | 21 | 55 | 0 | 31 | 425 | 51 | 72 |
| Binary | 10011111 | 1101001 | 11000000 | 10001 | 101101 | 0 | 11001 | 100010101 | 101001 | 111010 |
Color Harmonies of #9F69C0
Complementary color
Monochromatic Colors of #9F69C0
Black with #9F69C0
Text Example
Text Example
White with #9F69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69C0; }
p { color: rgb(159,105,192); }
H1.HeaderClassName
{
color: #9F69C0;
}
.AnyTagClassName
{
color: #9F69C0;
}
</style>
background-color css
<style>
a { background-color: #9F69C0; }
a { background-color: rgb(159,105,192); }
div.DivClassName
{
background-color: #9F69C0;
}
.BgClassName
{
background-color: #9F69C0;
}
</style>
border-color css
<style>
span { border-color: #9F69C0; }
span { border-color: rgb(159,105,192); }
td.TdClassName
{
border-color: #9F69C0;
}
.TagClassName
{
border-color: #9F69C0;
}
</style>