Shades of Amethyst #9F5AD8
Tints of Amethyst #9F5AD8
RGB
CMYK
RGB Variations
Color information
#9F5AD8 (or 0x9F5AD8) is known color: Amethyst. HEX triplet: 9F, 5A and D8. RGB value is (159,90,216). Sum of RGB (Red+Green+Blue) = 159+90+216=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 216 (84.77% from 255 or 46.45% from 465); Max value from RGB is 216 - color contains mainly: blue. Hex color #9F5AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5AD8 is #60A527. Grayscale: #7C7C7C. Windows color (decimal): -6333736 or 14178975. OLE color: 14178975.
HSL color Cylindrical-coordinate representation of color #9F5AD8: hue angle of 272.86º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5AD8 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 159 | 90 | 216 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.15 |
| HSL | 272.86º | 0.62% | 0.6% | - |
| HSV(B) | 272.86º | 0.58% | 0.85% | - |
| XYZ | 30.35 | 19.64 | 67.16 | - |
| YUV | 125 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 216 | 0.26 | 0.58 | 0 | 0.15 | 272.86 | 0.62 | 0.6 |
| Hex | 9F | 5A | D8 | 1A | 3A | 0 | F | 111 | 3E | 3C |
| Octal | 237 | 132 | 330 | 32 | 72 | 0 | 17 | 421 | 76 | 74 |
| Binary | 10011111 | 1011010 | 11011000 | 11010 | 111010 | 0 | 1111 | 100010001 | 111110 | 111100 |
Color Harmonies of #9F5AD8
Complementary color
Monochromatic Colors of #9F5AD8
Black with #9F5AD8
Text Example
Text Example
White with #9F5AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5AD8; }
p { color: rgb(159,90,216); }
H1.HeaderClassName
{
color: #9F5AD8;
}
.AnyTagClassName
{
color: #9F5AD8;
}
</style>
background-color css
<style>
a { background-color: #9F5AD8; }
a { background-color: rgb(159,90,216); }
div.DivClassName
{
background-color: #9F5AD8;
}
.BgClassName
{
background-color: #9F5AD8;
}
</style>
border-color css
<style>
span { border-color: #9F5AD8; }
span { border-color: rgb(159,90,216); }
td.TdClassName
{
border-color: #9F5AD8;
}
.TagClassName
{
border-color: #9F5AD8;
}
</style>