Shades of Amethyst #9F5ECF
Tints of Amethyst #9F5ECF
RGB
CMYK
RGB Variations
Color information
#9F5ECF (or 0x9F5ECF) is known color: Amethyst. HEX triplet: 9F, 5E and CF. RGB value is (159,94,207). Sum of RGB (Red+Green+Blue) = 159+94+207=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F5ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ECF is #60A130. Grayscale: #7D7D7D. Windows color (decimal): -6332721 or 13590175. OLE color: 13590175.
HSL color Cylindrical-coordinate representation of color #9F5ECF: hue angle of 274.51º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F5ECF is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 94 | 207 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.19 |
| HSL | 274.51º | 0.54% | 0.59% | - |
| HSV(B) | 274.51º | 0.55% | 0.81% | - |
| XYZ | 29.56 | 19.88 | 61.31 | - |
| YUV | 126.32 | 173.53 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 207 | 0.23 | 0.55 | 0 | 0.19 | 274.51 | 0.54 | 0.59 |
| Hex | 9F | 5E | CF | 17 | 37 | 0 | 13 | 113 | 36 | 3B |
| Octal | 237 | 136 | 317 | 27 | 67 | 0 | 23 | 423 | 66 | 73 |
| Binary | 10011111 | 1011110 | 11001111 | 10111 | 110111 | 0 | 10011 | 100010011 | 110110 | 111011 |
Color Harmonies of #9F5ECF
Complementary color
Monochromatic Colors of #9F5ECF
Black with #9F5ECF
Text Example
Text Example
White with #9F5ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ECF; }
p { color: rgb(159,94,207); }
H1.HeaderClassName
{
color: #9F5ECF;
}
.AnyTagClassName
{
color: #9F5ECF;
}
</style>
background-color css
<style>
a { background-color: #9F5ECF; }
a { background-color: rgb(159,94,207); }
div.DivClassName
{
background-color: #9F5ECF;
}
.BgClassName
{
background-color: #9F5ECF;
}
</style>
border-color css
<style>
span { border-color: #9F5ECF; }
span { border-color: rgb(159,94,207); }
td.TdClassName
{
border-color: #9F5ECF;
}
.TagClassName
{
border-color: #9F5ECF;
}
</style>