Shades of Amethyst #9F64D6
Tints of Amethyst #9F64D6
RGB
CMYK
RGB Variations
Color information
#9F64D6 (or 0x9F64D6) is known color: Amethyst. HEX triplet: 9F, 64 and D6. RGB value is (159,100,214). Sum of RGB (Red+Green+Blue) = 159+100+214=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 214 (83.98% from 255 or 45.24% from 473); Max value from RGB is 214 - color contains mainly: blue. Hex color #9F64D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F64D6 is #609B29. Grayscale: #828282. Windows color (decimal): -6331178 or 14050463. OLE color: 14050463.
HSL color Cylindrical-coordinate representation of color #9F64D6: hue angle of 271.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F64D6 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 159 | 100 | 214 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.16 |
| HSL | 271.05º | 0.58% | 0.62% | - |
| HSV(B) | 271.05º | 0.53% | 0.84% | - |
| XYZ | 30.99 | 21.34 | 66.1 | - |
| YUV | 130.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 214 | 0.26 | 0.53 | 0 | 0.16 | 271.05 | 0.58 | 0.62 |
| Hex | 9F | 64 | D6 | 1A | 35 | 0 | 10 | 10F | 3A | 3E |
| Octal | 237 | 144 | 326 | 32 | 65 | 0 | 20 | 417 | 72 | 76 |
| Binary | 10011111 | 1100100 | 11010110 | 11010 | 110101 | 0 | 10000 | 100001111 | 111010 | 111110 |
Color Harmonies of #9F64D6
Complementary color
Monochromatic Colors of #9F64D6
Black with #9F64D6
Text Example
Text Example
White with #9F64D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F64D6; }
p { color: rgb(159,100,214); }
H1.HeaderClassName
{
color: #9F64D6;
}
.AnyTagClassName
{
color: #9F64D6;
}
</style>
background-color css
<style>
a { background-color: #9F64D6; }
a { background-color: rgb(159,100,214); }
div.DivClassName
{
background-color: #9F64D6;
}
.BgClassName
{
background-color: #9F64D6;
}
</style>
border-color css
<style>
span { border-color: #9F64D6; }
span { border-color: rgb(159,100,214); }
td.TdClassName
{
border-color: #9F64D6;
}
.TagClassName
{
border-color: #9F64D6;
}
</style>