Shades of Amethyst #9F4CDB
Tints of Amethyst #9F4CDB
RGB
CMYK
RGB Variations
Color information
#9F4CDB (or 0x9F4CDB) is known color: Amethyst. HEX triplet: 9F, 4C and DB. RGB value is (159,76,219). Sum of RGB (Red+Green+Blue) = 159+76+219=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F4CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4CDB is #60B324. Grayscale: #747474. Windows color (decimal): -6337317 or 14371999. OLE color: 14371999.
HSL color Cylindrical-coordinate representation of color #9F4CDB: hue angle of 274.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9F4CDB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 76 | 219 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.14 |
| HSL | 274.83º | 0.67% | 0.58% | - |
| HSV(B) | 274.83º | 0.65% | 0.86% | - |
| XYZ | 29.67 | 17.65 | 68.86 | - |
| YUV | 117.12 | 185.5 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 219 | 0.27 | 0.65 | 0 | 0.14 | 274.83 | 0.67 | 0.58 |
| Hex | 9F | 4C | DB | 1B | 41 | 0 | E | 113 | 43 | 3A |
| Octal | 237 | 114 | 333 | 33 | 101 | 0 | 16 | 423 | 103 | 72 |
| Binary | 10011111 | 1001100 | 11011011 | 11011 | 1000001 | 0 | 1110 | 100010011 | 1000011 | 111010 |
Color Harmonies of #9F4CDB
Complementary color
Monochromatic Colors of #9F4CDB
Black with #9F4CDB
Text Example
Text Example
White with #9F4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4CDB; }
p { color: rgb(159,76,219); }
H1.HeaderClassName
{
color: #9F4CDB;
}
.AnyTagClassName
{
color: #9F4CDB;
}
</style>
background-color css
<style>
a { background-color: #9F4CDB; }
a { background-color: rgb(159,76,219); }
div.DivClassName
{
background-color: #9F4CDB;
}
.BgClassName
{
background-color: #9F4CDB;
}
</style>
border-color css
<style>
span { border-color: #9F4CDB; }
span { border-color: rgb(159,76,219); }
td.TdClassName
{
border-color: #9F4CDB;
}
.TagClassName
{
border-color: #9F4CDB;
}
</style>