Shades of Amethyst #9F5ACC
Tints of Amethyst #9F5ACC
RGB
CMYK
RGB Variations
Color information
#9F5ACC (or 0x9F5ACC) is known color: Amethyst. HEX triplet: 9F, 5A and CC. RGB value is (159,90,204). Sum of RGB (Red+Green+Blue) = 159+90+204=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 90 (35.55% from 255 or 19.87% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F5ACC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ACC is #60A533. Grayscale: #7B7B7B. Windows color (decimal): -6333748 or 13392543. OLE color: 13392543.
HSL color Cylindrical-coordinate representation of color #9F5ACC: hue angle of 276.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5ACC is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 90 | 204 | - |
| CMYK | 0.22 | 0.56 | 0 | 0.2 |
| HSL | 276.32º | 0.53% | 0.58% | - |
| HSV(B) | 276.32º | 0.56% | 0.8% | - |
| XYZ | 28.85 | 19.04 | 59.28 | - |
| YUV | 123.63 | 173.36 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 204 | 0.22 | 0.56 | 0 | 0.2 | 276.32 | 0.53 | 0.58 |
| Hex | 9F | 5A | CC | 16 | 38 | 0 | 14 | 114 | 35 | 3A |
| Octal | 237 | 132 | 314 | 26 | 70 | 0 | 24 | 424 | 65 | 72 |
| Binary | 10011111 | 1011010 | 11001100 | 10110 | 111000 | 0 | 10100 | 100010100 | 110101 | 111010 |
Color Harmonies of #9F5ACC
Complementary color
Monochromatic Colors of #9F5ACC
Black with #9F5ACC
Text Example
Text Example
White with #9F5ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ACC; }
p { color: rgb(159,90,204); }
H1.HeaderClassName
{
color: #9F5ACC;
}
.AnyTagClassName
{
color: #9F5ACC;
}
</style>
background-color css
<style>
a { background-color: #9F5ACC; }
a { background-color: rgb(159,90,204); }
div.DivClassName
{
background-color: #9F5ACC;
}
.BgClassName
{
background-color: #9F5ACC;
}
</style>
border-color css
<style>
span { border-color: #9F5ACC; }
span { border-color: rgb(159,90,204); }
td.TdClassName
{
border-color: #9F5ACC;
}
.TagClassName
{
border-color: #9F5ACC;
}
</style>