Shades of Amethyst #9F5CDA
Tints of Amethyst #9F5CDA
RGB
CMYK
RGB Variations
Color information
#9F5CDA (or 0x9F5CDA) is known color: Amethyst. HEX triplet: 9F, 5C and DA. RGB value is (159,92,218). Sum of RGB (Red+Green+Blue) = 159+92+218=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #9F5CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CDA is #60A325. Grayscale: #7D7D7D. Windows color (decimal): -6333222 or 14310559. OLE color: 14310559.
HSL color Cylindrical-coordinate representation of color #9F5CDA: hue angle of 271.9º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5CDA is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 92 | 218 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.15 |
| HSL | 271.9º | 0.63% | 0.61% | - |
| HSV(B) | 271.9º | 0.58% | 0.85% | - |
| XYZ | 30.78 | 20.09 | 68.58 | - |
| YUV | 126.4 | 179.7 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 92 | 218 | 0.27 | 0.58 | 0 | 0.15 | 271.9 | 0.63 | 0.61 |
| Hex | 9F | 5C | DA | 1B | 3A | 0 | F | 110 | 3F | 3D |
| Octal | 237 | 134 | 332 | 33 | 72 | 0 | 17 | 420 | 77 | 75 |
| Binary | 10011111 | 1011100 | 11011010 | 11011 | 111010 | 0 | 1111 | 100010000 | 111111 | 111101 |
Color Harmonies of #9F5CDA
Complementary color
Monochromatic Colors of #9F5CDA
Black with #9F5CDA
Text Example
Text Example
White with #9F5CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5CDA; }
p { color: rgb(159,92,218); }
H1.HeaderClassName
{
color: #9F5CDA;
}
.AnyTagClassName
{
color: #9F5CDA;
}
</style>
background-color css
<style>
a { background-color: #9F5CDA; }
a { background-color: rgb(159,92,218); }
div.DivClassName
{
background-color: #9F5CDA;
}
.BgClassName
{
background-color: #9F5CDA;
}
</style>
border-color css
<style>
span { border-color: #9F5CDA; }
span { border-color: rgb(159,92,218); }
td.TdClassName
{
border-color: #9F5CDA;
}
.TagClassName
{
border-color: #9F5CDA;
}
</style>