Shades of Amethyst #9F5ADB
Tints of Amethyst #9F5ADB
RGB
CMYK
RGB Variations
Color information
#9F5ADB (or 0x9F5ADB) is known color: Amethyst. HEX triplet: 9F, 5A and DB. RGB value is (159,90,219). Sum of RGB (Red+Green+Blue) = 159+90+219=468 (61% of max value = 765). Red value is 159 (62.5% from 255 or 33.97% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ADB is #60A524. Grayscale: #7C7C7C. Windows color (decimal): -6333733 or 14375583. OLE color: 14375583.
HSL color Cylindrical-coordinate representation of color #9F5ADB: hue angle of 272.09º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F5ADB is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 90 | 219 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.14 |
| HSL | 272.09º | 0.64% | 0.61% | - |
| HSV(B) | 272.09º | 0.59% | 0.86% | - |
| XYZ | 30.74 | 19.8 | 69.22 | - |
| YUV | 125.34 | 180.86 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 219 | 0.27 | 0.59 | 0 | 0.14 | 272.09 | 0.64 | 0.61 |
| Hex | 9F | 5A | DB | 1B | 3B | 0 | E | 110 | 40 | 3D |
| Octal | 237 | 132 | 333 | 33 | 73 | 0 | 16 | 420 | 100 | 75 |
| Binary | 10011111 | 1011010 | 11011011 | 11011 | 111011 | 0 | 1110 | 100010000 | 1000000 | 111101 |
Color Harmonies of #9F5ADB
Complementary color
Monochromatic Colors of #9F5ADB
Black with #9F5ADB
Text Example
Text Example
White with #9F5ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ADB; }
p { color: rgb(159,90,219); }
H1.HeaderClassName
{
color: #9F5ADB;
}
.AnyTagClassName
{
color: #9F5ADB;
}
</style>
background-color css
<style>
a { background-color: #9F5ADB; }
a { background-color: rgb(159,90,219); }
div.DivClassName
{
background-color: #9F5ADB;
}
.BgClassName
{
background-color: #9F5ADB;
}
</style>
border-color css
<style>
span { border-color: #9F5ADB; }
span { border-color: rgb(159,90,219); }
td.TdClassName
{
border-color: #9F5ADB;
}
.TagClassName
{
border-color: #9F5ADB;
}
</style>