Shades of Amethyst #9F54DC
Tints of Amethyst #9F54DC
RGB
CMYK
RGB Variations
Color information
#9F54DC (or 0x9F54DC) is known color: Amethyst. HEX triplet: 9F, 54 and DC. RGB value is (159,84,220). Sum of RGB (Red+Green+Blue) = 159+84+220=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F54DC is #60AB23. Grayscale: #797979. Windows color (decimal): -6335268 or 14439583. OLE color: 14439583.
HSL color Cylindrical-coordinate representation of color #9F54DC: hue angle of 273.09º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F54DC is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 84 | 220 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.14 |
| HSL | 273.09º | 0.66% | 0.6% | - |
| HSV(B) | 273.09º | 0.62% | 0.86% | - |
| XYZ | 30.39 | 18.88 | 69.75 | - |
| YUV | 121.93 | 183.35 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 84 | 220 | 0.28 | 0.62 | 0 | 0.14 | 273.09 | 0.66 | 0.6 |
| Hex | 9F | 54 | DC | 1C | 3E | 0 | E | 111 | 42 | 3C |
| Octal | 237 | 124 | 334 | 34 | 76 | 0 | 16 | 421 | 102 | 74 |
| Binary | 10011111 | 1010100 | 11011100 | 11100 | 111110 | 0 | 1110 | 100010001 | 1000010 | 111100 |
Color Harmonies of #9F54DC
Complementary color
Monochromatic Colors of #9F54DC
Black with #9F54DC
Text Example
Text Example
White with #9F54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F54DC; }
p { color: rgb(159,84,220); }
H1.HeaderClassName
{
color: #9F54DC;
}
.AnyTagClassName
{
color: #9F54DC;
}
</style>
background-color css
<style>
a { background-color: #9F54DC; }
a { background-color: rgb(159,84,220); }
div.DivClassName
{
background-color: #9F54DC;
}
.BgClassName
{
background-color: #9F54DC;
}
</style>
border-color css
<style>
span { border-color: #9F54DC; }
span { border-color: rgb(159,84,220); }
td.TdClassName
{
border-color: #9F54DC;
}
.TagClassName
{
border-color: #9F54DC;
}
</style>