Shades of Amethyst #9F4FDB
Tints of Amethyst #9F4FDB
RGB
CMYK
RGB Variations
Color information
#9F4FDB (or 0x9F4FDB) is known color: Amethyst. HEX triplet: 9F, 4F and DB. RGB value is (159,79,219). Sum of RGB (Red+Green+Blue) = 159+79+219=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F4FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4FDB is #60B024. Grayscale: #767676. Windows color (decimal): -6336549 or 14372767. OLE color: 14372767.
HSL color Cylindrical-coordinate representation of color #9F4FDB: hue angle of 274.29º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F4FDB is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 79 | 219 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.14 |
| HSL | 274.29º | 0.66% | 0.58% | - |
| HSV(B) | 274.29º | 0.64% | 0.86% | - |
| XYZ | 29.88 | 18.08 | 68.93 | - |
| YUV | 118.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 219 | 0.27 | 0.64 | 0 | 0.14 | 274.29 | 0.66 | 0.58 |
| Hex | 9F | 4F | DB | 1B | 40 | 0 | E | 112 | 42 | 3A |
| Octal | 237 | 117 | 333 | 33 | 100 | 0 | 16 | 422 | 102 | 72 |
| Binary | 10011111 | 1001111 | 11011011 | 11011 | 1000000 | 0 | 1110 | 100010010 | 1000010 | 111010 |
Color Harmonies of #9F4FDB
Complementary color
Monochromatic Colors of #9F4FDB
Black with #9F4FDB
Text Example
Text Example
White with #9F4FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4FDB; }
p { color: rgb(159,79,219); }
H1.HeaderClassName
{
color: #9F4FDB;
}
.AnyTagClassName
{
color: #9F4FDB;
}
</style>
background-color css
<style>
a { background-color: #9F4FDB; }
a { background-color: rgb(159,79,219); }
div.DivClassName
{
background-color: #9F4FDB;
}
.BgClassName
{
background-color: #9F4FDB;
}
</style>
border-color css
<style>
span { border-color: #9F4FDB; }
span { border-color: rgb(159,79,219); }
td.TdClassName
{
border-color: #9F4FDB;
}
.TagClassName
{
border-color: #9F4FDB;
}
</style>