Shades of Amethyst #9F5ACE
Tints of Amethyst #9F5ACE
RGB
CMYK
RGB Variations
Color information
#9F5ACE (or 0x9F5ACE) is known color: Amethyst. HEX triplet: 9F, 5A and CE. RGB value is (159,90,206). Sum of RGB (Red+Green+Blue) = 159+90+206=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 90 (35.55% from 255 or 19.78% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F5ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ACE is #60A531. Grayscale: #7B7B7B. Windows color (decimal): -6333746 or 13523615. OLE color: 13523615.
HSL color Cylindrical-coordinate representation of color #9F5ACE: hue angle of 275.69º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5ACE is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 90 | 206 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.19 |
| HSL | 275.69º | 0.54% | 0.58% | - |
| HSV(B) | 275.69º | 0.56% | 0.81% | - |
| XYZ | 29.09 | 19.14 | 60.55 | - |
| YUV | 123.86 | 174.36 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 206 | 0.23 | 0.56 | 0 | 0.19 | 275.69 | 0.54 | 0.58 |
| Hex | 9F | 5A | CE | 17 | 38 | 0 | 13 | 114 | 36 | 3A |
| Octal | 237 | 132 | 316 | 27 | 70 | 0 | 23 | 424 | 66 | 72 |
| Binary | 10011111 | 1011010 | 11001110 | 10111 | 111000 | 0 | 10011 | 100010100 | 110110 | 111010 |
Color Harmonies of #9F5ACE
Complementary color
Monochromatic Colors of #9F5ACE
Black with #9F5ACE
Text Example
Text Example
White with #9F5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ACE; }
p { color: rgb(159,90,206); }
H1.HeaderClassName
{
color: #9F5ACE;
}
.AnyTagClassName
{
color: #9F5ACE;
}
</style>
background-color css
<style>
a { background-color: #9F5ACE; }
a { background-color: rgb(159,90,206); }
div.DivClassName
{
background-color: #9F5ACE;
}
.BgClassName
{
background-color: #9F5ACE;
}
</style>
border-color css
<style>
span { border-color: #9F5ACE; }
span { border-color: rgb(159,90,206); }
td.TdClassName
{
border-color: #9F5ACE;
}
.TagClassName
{
border-color: #9F5ACE;
}
</style>