Shades of Amethyst #9F69DB
Tints of Amethyst #9F69DB
RGB
CMYK
RGB Variations
Color information
#9F69DB (or 0x9F69DB) is known color: Amethyst. HEX triplet: 9F, 69 and DB. RGB value is (159,105,219). Sum of RGB (Red+Green+Blue) = 159+105+219=483 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.92% from 483); Green value is 105 (41.41% from 255 or 21.74% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F69DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69DB is #609624. Grayscale: #858585. Windows color (decimal): -6329893 or 14379423. OLE color: 14379423.
HSL color Cylindrical-coordinate representation of color #9F69DB: hue angle of 268.42º degrees, saturation: 0.61, 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 #9F69DB is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 105 | 219 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.14 |
| HSL | 268.42º | 0.61% | 0.64% | - |
| HSV(B) | 268.42º | 0.52% | 0.86% | - |
| XYZ | 32.14 | 22.59 | 69.68 | - |
| YUV | 134.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 219 | 0.27 | 0.52 | 0 | 0.14 | 268.42 | 0.61 | 0.64 |
| Hex | 9F | 69 | DB | 1B | 34 | 0 | E | 10C | 3D | 40 |
| Octal | 237 | 151 | 333 | 33 | 64 | 0 | 16 | 414 | 75 | 100 |
| Binary | 10011111 | 1101001 | 11011011 | 11011 | 110100 | 0 | 1110 | 100001100 | 111101 | 1000000 |
Color Harmonies of #9F69DB
Complementary color
Monochromatic Colors of #9F69DB
Black with #9F69DB
Text Example
Text Example
White with #9F69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69DB; }
p { color: rgb(159,105,219); }
H1.HeaderClassName
{
color: #9F69DB;
}
.AnyTagClassName
{
color: #9F69DB;
}
</style>
background-color css
<style>
a { background-color: #9F69DB; }
a { background-color: rgb(159,105,219); }
div.DivClassName
{
background-color: #9F69DB;
}
.BgClassName
{
background-color: #9F69DB;
}
</style>
border-color css
<style>
span { border-color: #9F69DB; }
span { border-color: rgb(159,105,219); }
td.TdClassName
{
border-color: #9F69DB;
}
.TagClassName
{
border-color: #9F69DB;
}
</style>