Shades of Amethyst #9F68DB
Tints of Amethyst #9F68DB
RGB
CMYK
RGB Variations
Color information
#9F68DB (or 0x9F68DB) is known color: Amethyst. HEX triplet: 9F, 68 and DB. RGB value is (159,104,219). Sum of RGB (Red+Green+Blue) = 159+104+219=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F68DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F68DB is #609724. Grayscale: #858585. Windows color (decimal): -6330149 or 14379167. OLE color: 14379167.
HSL color Cylindrical-coordinate representation of color #9F68DB: hue angle of 268.7º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F68DB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 104 | 219 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.14 |
| HSL | 268.7º | 0.61% | 0.63% | - |
| HSV(B) | 268.7º | 0.53% | 0.86% | - |
| XYZ | 32.03 | 22.39 | 69.65 | - |
| YUV | 133.56 | 176.22 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 219 | 0.27 | 0.53 | 0 | 0.14 | 268.7 | 0.61 | 0.63 |
| Hex | 9F | 68 | DB | 1B | 35 | 0 | E | 10D | 3D | 3F |
| Octal | 237 | 150 | 333 | 33 | 65 | 0 | 16 | 415 | 75 | 77 |
| Binary | 10011111 | 1101000 | 11011011 | 11011 | 110101 | 0 | 1110 | 100001101 | 111101 | 111111 |
Color Harmonies of #9F68DB
Complementary color
Monochromatic Colors of #9F68DB
Black with #9F68DB
Text Example
Text Example
White with #9F68DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F68DB; }
p { color: rgb(159,104,219); }
H1.HeaderClassName
{
color: #9F68DB;
}
.AnyTagClassName
{
color: #9F68DB;
}
</style>
background-color css
<style>
a { background-color: #9F68DB; }
a { background-color: rgb(159,104,219); }
div.DivClassName
{
background-color: #9F68DB;
}
.BgClassName
{
background-color: #9F68DB;
}
</style>
border-color css
<style>
span { border-color: #9F68DB; }
span { border-color: rgb(159,104,219); }
td.TdClassName
{
border-color: #9F68DB;
}
.TagClassName
{
border-color: #9F68DB;
}
</style>