Shades of Amethyst #9F5DDB
Tints of Amethyst #9F5DDB
RGB
CMYK
RGB Variations
Color information
#9F5DDB (or 0x9F5DDB) is known color: Amethyst. HEX triplet: 9F, 5D and DB. RGB value is (159,93,219). Sum of RGB (Red+Green+Blue) = 159+93+219=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F5DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DDB is #60A224. Grayscale: #7E7E7E. Windows color (decimal): -6332965 or 14376351. OLE color: 14376351.
HSL color Cylindrical-coordinate representation of color #9F5DDB: hue angle of 271.43º 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 #9F5DDB is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 93 | 219 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.14 |
| HSL | 271.43º | 0.64% | 0.61% | - |
| HSV(B) | 271.43º | 0.58% | 0.86% | - |
| XYZ | 31 | 20.31 | 69.31 | - |
| YUV | 127.1 | 179.87 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 219 | 0.27 | 0.58 | 0 | 0.14 | 271.43 | 0.64 | 0.61 |
| Hex | 9F | 5D | DB | 1B | 3A | 0 | E | 10F | 40 | 3D |
| Octal | 237 | 135 | 333 | 33 | 72 | 0 | 16 | 417 | 100 | 75 |
| Binary | 10011111 | 1011101 | 11011011 | 11011 | 111010 | 0 | 1110 | 100001111 | 1000000 | 111101 |
Color Harmonies of #9F5DDB
Complementary color
Monochromatic Colors of #9F5DDB
Black with #9F5DDB
Text Example
Text Example
White with #9F5DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5DDB; }
p { color: rgb(159,93,219); }
H1.HeaderClassName
{
color: #9F5DDB;
}
.AnyTagClassName
{
color: #9F5DDB;
}
</style>
background-color css
<style>
a { background-color: #9F5DDB; }
a { background-color: rgb(159,93,219); }
div.DivClassName
{
background-color: #9F5DDB;
}
.BgClassName
{
background-color: #9F5DDB;
}
</style>
border-color css
<style>
span { border-color: #9F5DDB; }
span { border-color: rgb(159,93,219); }
td.TdClassName
{
border-color: #9F5DDB;
}
.TagClassName
{
border-color: #9F5DDB;
}
</style>