Shades of Amethyst #9F5FCF
Tints of Amethyst #9F5FCF
RGB
CMYK
RGB Variations
Color information
#9F5FCF (or 0x9F5FCF) is known color: Amethyst. HEX triplet: 9F, 5F and CF. RGB value is (159,95,207). Sum of RGB (Red+Green+Blue) = 159+95+207=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F5FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5FCF is #60A030. Grayscale: #7E7E7E. Windows color (decimal): -6332465 or 13590431. OLE color: 13590431.
HSL color Cylindrical-coordinate representation of color #9F5FCF: hue angle of 274.29º 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 #9F5FCF is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 95 | 207 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.19 |
| HSL | 274.29º | 0.54% | 0.59% | - |
| HSV(B) | 274.29º | 0.54% | 0.81% | - |
| XYZ | 29.65 | 20.06 | 61.34 | - |
| YUV | 126.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 207 | 0.23 | 0.54 | 0 | 0.19 | 274.29 | 0.54 | 0.59 |
| Hex | 9F | 5F | CF | 17 | 36 | 0 | 13 | 112 | 36 | 3B |
| Octal | 237 | 137 | 317 | 27 | 66 | 0 | 23 | 422 | 66 | 73 |
| Binary | 10011111 | 1011111 | 11001111 | 10111 | 110110 | 0 | 10011 | 100010010 | 110110 | 111011 |
Color Harmonies of #9F5FCF
Complementary color
Monochromatic Colors of #9F5FCF
Black with #9F5FCF
Text Example
Text Example
White with #9F5FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5FCF; }
p { color: rgb(159,95,207); }
H1.HeaderClassName
{
color: #9F5FCF;
}
.AnyTagClassName
{
color: #9F5FCF;
}
</style>
background-color css
<style>
a { background-color: #9F5FCF; }
a { background-color: rgb(159,95,207); }
div.DivClassName
{
background-color: #9F5FCF;
}
.BgClassName
{
background-color: #9F5FCF;
}
</style>
border-color css
<style>
span { border-color: #9F5FCF; }
span { border-color: rgb(159,95,207); }
td.TdClassName
{
border-color: #9F5FCF;
}
.TagClassName
{
border-color: #9F5FCF;
}
</style>