Shades of Amethyst #9F69BE
Tints of Amethyst #9F69BE
RGB
CMYK
RGB Variations
Color information
#9F69BE (or 0x9F69BE) is known color: Amethyst. HEX triplet: 9F, 69 and BE. RGB value is (159,105,190). Sum of RGB (Red+Green+Blue) = 159+105+190=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69BE is #609641. Grayscale: #828282. Windows color (decimal): -6329922 or 12478879. OLE color: 12478879.
HSL color Cylindrical-coordinate representation of color #9F69BE: hue angle of 278.12º degrees, saturation: 0.4, 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 #9F69BE is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 105 | 190 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.25 |
| HSL | 278.12º | 0.4% | 0.58% | - |
| HSV(B) | 278.12º | 0.45% | 0.75% | - |
| XYZ | 28.64 | 21.19 | 51.3 | - |
| YUV | 130.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 190 | 0.16 | 0.45 | 0 | 0.25 | 278.12 | 0.4 | 0.58 |
| Hex | 9F | 69 | BE | 10 | 2D | 0 | 19 | 116 | 28 | 3A |
| Octal | 237 | 151 | 276 | 20 | 55 | 0 | 31 | 426 | 50 | 72 |
| Binary | 10011111 | 1101001 | 10111110 | 10000 | 101101 | 0 | 11001 | 100010110 | 101000 | 111010 |
Color Harmonies of #9F69BE
Complementary color
Monochromatic Colors of #9F69BE
Black with #9F69BE
Text Example
Text Example
White with #9F69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69BE; }
p { color: rgb(159,105,190); }
H1.HeaderClassName
{
color: #9F69BE;
}
.AnyTagClassName
{
color: #9F69BE;
}
</style>
background-color css
<style>
a { background-color: #9F69BE; }
a { background-color: rgb(159,105,190); }
div.DivClassName
{
background-color: #9F69BE;
}
.BgClassName
{
background-color: #9F69BE;
}
</style>
border-color css
<style>
span { border-color: #9F69BE; }
span { border-color: rgb(159,105,190); }
td.TdClassName
{
border-color: #9F69BE;
}
.TagClassName
{
border-color: #9F69BE;
}
</style>