Shades of Amethyst #9F67DE
Tints of Amethyst #9F67DE
RGB
CMYK
RGB Variations
Color information
#9F67DE (or 0x9F67DE) is known color: Amethyst. HEX triplet: 9F, 67 and DE. RGB value is (159,103,222). Sum of RGB (Red+Green+Blue) = 159+103+222=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 103 (40.62% from 255 or 21.28% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F67DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F67DE is #609821. Grayscale: #848484. Windows color (decimal): -6330402 or 14575519. OLE color: 14575519.
HSL color Cylindrical-coordinate representation of color #9F67DE: hue angle of 268.24º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F67DE is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 103 | 222 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.13 |
| HSL | 268.24º | 0.64% | 0.64% | - |
| HSV(B) | 268.24º | 0.54% | 0.87% | - |
| XYZ | 32.33 | 22.35 | 71.72 | - |
| YUV | 133.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 222 | 0.28 | 0.54 | 0 | 0.13 | 268.24 | 0.64 | 0.64 |
| Hex | 9F | 67 | DE | 1C | 36 | 0 | D | 10C | 40 | 40 |
| Octal | 237 | 147 | 336 | 34 | 66 | 0 | 15 | 414 | 100 | 100 |
| Binary | 10011111 | 1100111 | 11011110 | 11100 | 110110 | 0 | 1101 | 100001100 | 1000000 | 1000000 |
Color Harmonies of #9F67DE
Complementary color
Monochromatic Colors of #9F67DE
Black with #9F67DE
Text Example
Text Example
White with #9F67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F67DE; }
p { color: rgb(159,103,222); }
H1.HeaderClassName
{
color: #9F67DE;
}
.AnyTagClassName
{
color: #9F67DE;
}
</style>
background-color css
<style>
a { background-color: #9F67DE; }
a { background-color: rgb(159,103,222); }
div.DivClassName
{
background-color: #9F67DE;
}
.BgClassName
{
background-color: #9F67DE;
}
</style>
border-color css
<style>
span { border-color: #9F67DE; }
span { border-color: rgb(159,103,222); }
td.TdClassName
{
border-color: #9F67DE;
}
.TagClassName
{
border-color: #9F67DE;
}
</style>