Shades of Amethyst #9F5ACD
Tints of Amethyst #9F5ACD
RGB
CMYK
RGB Variations
Color information
#9F5ACD (or 0x9F5ACD) is known color: Amethyst. HEX triplet: 9F, 5A and CD. RGB value is (159,90,205). Sum of RGB (Red+Green+Blue) = 159+90+205=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #9F5ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ACD is #60A532. Grayscale: #7B7B7B. Windows color (decimal): -6333747 or 13458079. OLE color: 13458079.
HSL color Cylindrical-coordinate representation of color #9F5ACD: hue angle of 276º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5ACD is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 90 | 205 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.20 |
| HSL | 276º | 0.53% | 0.58% | - |
| HSV(B) | 276º | 0.56% | 0.8% | - |
| XYZ | 28.97 | 19.09 | 59.92 | - |
| YUV | 123.74 | 173.86 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 205 | 0.22 | 0.56 | 0 | 0.20 | 276 | 0.53 | 0.58 |
| Hex | 9F | 5A | CD | 16 | 38 | 0 | 14 | 114 | 35 | 3A |
| Octal | 237 | 132 | 315 | 26 | 70 | 0 | 24 | 424 | 65 | 72 |
| Binary | 10011111 | 1011010 | 11001101 | 10110 | 111000 | 0 | 10100 | 100010100 | 110101 | 111010 |
Color Harmonies of #9F5ACD
Complementary color
Monochromatic Colors of #9F5ACD
Black with #9F5ACD
Text Example
Text Example
White with #9F5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ACD; }
p { color: rgb(159,90,205); }
H1.HeaderClassName
{
color: #9F5ACD;
}
.AnyTagClassName
{
color: #9F5ACD;
}
</style>
background-color css
<style>
a { background-color: #9F5ACD; }
a { background-color: rgb(159,90,205); }
div.DivClassName
{
background-color: #9F5ACD;
}
.BgClassName
{
background-color: #9F5ACD;
}
</style>
border-color css
<style>
span { border-color: #9F5ACD; }
span { border-color: rgb(159,90,205); }
td.TdClassName
{
border-color: #9F5ACD;
}
.TagClassName
{
border-color: #9F5ACD;
}
</style>