Shades of Amethyst #9F5DCC
Tints of Amethyst #9F5DCC
RGB
CMYK
RGB Variations
Color information
#9F5DCC (or 0x9F5DCC) is known color: Amethyst. HEX triplet: 9F, 5D and CC. RGB value is (159,93,204). Sum of RGB (Red+Green+Blue) = 159+93+204=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DCC is #60A233. Grayscale: #7D7D7D. Windows color (decimal): -6332980 or 13393311. OLE color: 13393311.
HSL color Cylindrical-coordinate representation of color #9F5DCC: hue angle of 275.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F5DCC is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 93 | 204 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.2 |
| HSL | 275.68º | 0.52% | 0.58% | - |
| HSV(B) | 275.68º | 0.54% | 0.8% | - |
| XYZ | 29.11 | 19.56 | 59.37 | - |
| YUV | 125.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 204 | 0.22 | 0.54 | 0 | 0.2 | 275.68 | 0.52 | 0.58 |
| Hex | 9F | 5D | CC | 16 | 36 | 0 | 14 | 114 | 34 | 3A |
| Octal | 237 | 135 | 314 | 26 | 66 | 0 | 24 | 424 | 64 | 72 |
| Binary | 10011111 | 1011101 | 11001100 | 10110 | 110110 | 0 | 10100 | 100010100 | 110100 | 111010 |
Color Harmonies of #9F5DCC
Complementary color
Monochromatic Colors of #9F5DCC
Black with #9F5DCC
Text Example
Text Example
White with #9F5DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5DCC; }
p { color: rgb(159,93,204); }
H1.HeaderClassName
{
color: #9F5DCC;
}
.AnyTagClassName
{
color: #9F5DCC;
}
</style>
background-color css
<style>
a { background-color: #9F5DCC; }
a { background-color: rgb(159,93,204); }
div.DivClassName
{
background-color: #9F5DCC;
}
.BgClassName
{
background-color: #9F5DCC;
}
</style>
border-color css
<style>
span { border-color: #9F5DCC; }
span { border-color: rgb(159,93,204); }
td.TdClassName
{
border-color: #9F5DCC;
}
.TagClassName
{
border-color: #9F5DCC;
}
</style>