Shades of Amethyst #9F6ADC
Tints of Amethyst #9F6ADC
RGB
CMYK
RGB Variations
Color information
#9F6ADC (or 0x9F6ADC) is known color: Amethyst. HEX triplet: 9F, 6A and DC. RGB value is (159,106,220). Sum of RGB (Red+Green+Blue) = 159+106+220=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 106 (41.80% from 255 or 21.86% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6ADC is #609523. Grayscale: #868686. Windows color (decimal): -6329636 or 14445215. OLE color: 14445215.
HSL color Cylindrical-coordinate representation of color #9F6ADC: hue angle of 267.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F6ADC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 106 | 220 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.14 |
| HSL | 267.89º | 0.62% | 0.64% | - |
| HSV(B) | 267.89º | 0.52% | 0.86% | - |
| XYZ | 32.37 | 22.85 | 70.41 | - |
| YUV | 134.84 | 176.06 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 220 | 0.28 | 0.52 | 0 | 0.14 | 267.89 | 0.62 | 0.64 |
| Hex | 9F | 6A | DC | 1C | 34 | 0 | E | 10C | 3E | 40 |
| Octal | 237 | 152 | 334 | 34 | 64 | 0 | 16 | 414 | 76 | 100 |
| Binary | 10011111 | 1101010 | 11011100 | 11100 | 110100 | 0 | 1110 | 100001100 | 111110 | 1000000 |
Color Harmonies of #9F6ADC
Complementary color
Monochromatic Colors of #9F6ADC
Black with #9F6ADC
Text Example
Text Example
White with #9F6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6ADC; }
p { color: rgb(159,106,220); }
H1.HeaderClassName
{
color: #9F6ADC;
}
.AnyTagClassName
{
color: #9F6ADC;
}
</style>
background-color css
<style>
a { background-color: #9F6ADC; }
a { background-color: rgb(159,106,220); }
div.DivClassName
{
background-color: #9F6ADC;
}
.BgClassName
{
background-color: #9F6ADC;
}
</style>
border-color css
<style>
span { border-color: #9F6ADC; }
span { border-color: rgb(159,106,220); }
td.TdClassName
{
border-color: #9F6ADC;
}
.TagClassName
{
border-color: #9F6ADC;
}
</style>