Shades of Amethyst #9F54DB
Tints of Amethyst #9F54DB
RGB
CMYK
RGB Variations
Color information
#9F54DB (or 0x9F54DB) is known color: Amethyst. HEX triplet: 9F, 54 and DB. RGB value is (159,84,219). Sum of RGB (Red+Green+Blue) = 159+84+219=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F54DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F54DB is #60AB24. Grayscale: #797979. Windows color (decimal): -6335269 or 14374047. OLE color: 14374047.
HSL color Cylindrical-coordinate representation of color #9F54DB: hue angle of 273.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F54DB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 84 | 219 | - |
| CMYK | 0.27 | 0.62 | 0 | 0.14 |
| HSL | 273.33º | 0.65% | 0.59% | - |
| HSV(B) | 273.33º | 0.62% | 0.86% | - |
| XYZ | 30.25 | 18.83 | 69.06 | - |
| YUV | 121.82 | 182.85 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 219 | 0.27 | 0.62 | 0 | 0.14 | 273.33 | 0.65 | 0.59 |
| Hex | 9F | 54 | DB | 1B | 3E | 0 | E | 111 | 41 | 3B |
| Octal | 237 | 124 | 333 | 33 | 76 | 0 | 16 | 421 | 101 | 73 |
| Binary | 10011111 | 1010100 | 11011011 | 11011 | 111110 | 0 | 1110 | 100010001 | 1000001 | 111011 |
Color Harmonies of #9F54DB
Complementary color
Monochromatic Colors of #9F54DB
Black with #9F54DB
Text Example
Text Example
White with #9F54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54DB; }
p { color: rgb(159,84,219); }
H1.HeaderClassName
{
color: #9F54DB;
}
.AnyTagClassName
{
color: #9F54DB;
}
</style>
background-color css
<style>
a { background-color: #9F54DB; }
a { background-color: rgb(159,84,219); }
div.DivClassName
{
background-color: #9F54DB;
}
.BgClassName
{
background-color: #9F54DB;
}
</style>
border-color css
<style>
span { border-color: #9F54DB; }
span { border-color: rgb(159,84,219); }
td.TdClassName
{
border-color: #9F54DB;
}
.TagClassName
{
border-color: #9F54DB;
}
</style>