Shades of Amethyst #9F5ACF
Tints of Amethyst #9F5ACF
RGB
CMYK
RGB Variations
Color information
#9F5ACF (or 0x9F5ACF) is known color: Amethyst. HEX triplet: 9F, 5A and CF. RGB value is (159,90,207). Sum of RGB (Red+Green+Blue) = 159+90+207=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F5ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ACF is #60A530. Grayscale: #7B7B7B. Windows color (decimal): -6333745 or 13589151. OLE color: 13589151.
HSL color Cylindrical-coordinate representation of color #9F5ACF: hue angle of 275.38º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F5ACF is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 90 | 207 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.19 |
| HSL | 275.38º | 0.55% | 0.58% | - |
| HSV(B) | 275.38º | 0.57% | 0.81% | - |
| XYZ | 29.22 | 19.19 | 61.2 | - |
| YUV | 123.97 | 174.86 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 207 | 0.23 | 0.57 | 0 | 0.19 | 275.38 | 0.55 | 0.58 |
| Hex | 9F | 5A | CF | 17 | 39 | 0 | 13 | 113 | 37 | 3A |
| Octal | 237 | 132 | 317 | 27 | 71 | 0 | 23 | 423 | 67 | 72 |
| Binary | 10011111 | 1011010 | 11001111 | 10111 | 111001 | 0 | 10011 | 100010011 | 110111 | 111010 |
Color Harmonies of #9F5ACF
Complementary color
Monochromatic Colors of #9F5ACF
Black with #9F5ACF
Text Example
Text Example
White with #9F5ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ACF; }
p { color: rgb(159,90,207); }
H1.HeaderClassName
{
color: #9F5ACF;
}
.AnyTagClassName
{
color: #9F5ACF;
}
</style>
background-color css
<style>
a { background-color: #9F5ACF; }
a { background-color: rgb(159,90,207); }
div.DivClassName
{
background-color: #9F5ACF;
}
.BgClassName
{
background-color: #9F5ACF;
}
</style>
border-color css
<style>
span { border-color: #9F5ACF; }
span { border-color: rgb(159,90,207); }
td.TdClassName
{
border-color: #9F5ACF;
}
.TagClassName
{
border-color: #9F5ACF;
}
</style>