Shades of Amethyst #9F5DDC
Tints of Amethyst #9F5DDC
RGB
CMYK
RGB Variations
Color information
#9F5DDC (or 0x9F5DDC) is known color: Amethyst. HEX triplet: 9F, 5D and DC. RGB value is (159,93,220). Sum of RGB (Red+Green+Blue) = 159+93+220=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F5DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DDC is #60A223. Grayscale: #7E7E7E. Windows color (decimal): -6332964 or 14441887. OLE color: 14441887.
HSL color Cylindrical-coordinate representation of color #9F5DDC: hue angle of 271.18º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5DDC is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 93 | 220 | - |
| CMYK | 0.28 | 0.58 | 0 | 0.14 |
| HSL | 271.18º | 0.64% | 0.61% | - |
| HSV(B) | 271.18º | 0.58% | 0.86% | - |
| XYZ | 31.13 | 20.37 | 70 | - |
| YUV | 127.21 | 180.37 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 220 | 0.28 | 0.58 | 0 | 0.14 | 271.18 | 0.64 | 0.61 |
| Hex | 9F | 5D | DC | 1C | 3A | 0 | E | 10F | 40 | 3D |
| Octal | 237 | 135 | 334 | 34 | 72 | 0 | 16 | 417 | 100 | 75 |
| Binary | 10011111 | 1011101 | 11011100 | 11100 | 111010 | 0 | 1110 | 100001111 | 1000000 | 111101 |
Color Harmonies of #9F5DDC
Complementary color
Monochromatic Colors of #9F5DDC
Black with #9F5DDC
Text Example
Text Example
White with #9F5DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5DDC; }
p { color: rgb(159,93,220); }
H1.HeaderClassName
{
color: #9F5DDC;
}
.AnyTagClassName
{
color: #9F5DDC;
}
</style>
background-color css
<style>
a { background-color: #9F5DDC; }
a { background-color: rgb(159,93,220); }
div.DivClassName
{
background-color: #9F5DDC;
}
.BgClassName
{
background-color: #9F5DDC;
}
</style>
border-color css
<style>
span { border-color: #9F5DDC; }
span { border-color: rgb(159,93,220); }
td.TdClassName
{
border-color: #9F5DDC;
}
.TagClassName
{
border-color: #9F5DDC;
}
</style>