Shades of Amethyst #9F69DC
Tints of Amethyst #9F69DC
RGB
CMYK
RGB Variations
Color information
#9F69DC (or 0x9F69DC) is known color: Amethyst. HEX triplet: 9F, 69 and DC. RGB value is (159,105,220). Sum of RGB (Red+Green+Blue) = 159+105+220=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F69DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F69DC is #609623. Grayscale: #858585. Windows color (decimal): -6329892 or 14444959. OLE color: 14444959.
HSL color Cylindrical-coordinate representation of color #9F69DC: hue angle of 268.17º 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 #9F69DC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 105 | 220 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.14 |
| HSL | 268.17º | 0.62% | 0.64% | - |
| HSV(B) | 268.17º | 0.52% | 0.86% | - |
| XYZ | 32.27 | 22.64 | 70.38 | - |
| YUV | 134.26 | 176.39 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 220 | 0.28 | 0.52 | 0 | 0.14 | 268.17 | 0.62 | 0.64 |
| Hex | 9F | 69 | DC | 1C | 34 | 0 | E | 10C | 3E | 40 |
| Octal | 237 | 151 | 334 | 34 | 64 | 0 | 16 | 414 | 76 | 100 |
| Binary | 10011111 | 1101001 | 11011100 | 11100 | 110100 | 0 | 1110 | 100001100 | 111110 | 1000000 |
Color Harmonies of #9F69DC
Complementary color
Monochromatic Colors of #9F69DC
Black with #9F69DC
Text Example
Text Example
White with #9F69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F69DC; }
p { color: rgb(159,105,220); }
H1.HeaderClassName
{
color: #9F69DC;
}
.AnyTagClassName
{
color: #9F69DC;
}
</style>
background-color css
<style>
a { background-color: #9F69DC; }
a { background-color: rgb(159,105,220); }
div.DivClassName
{
background-color: #9F69DC;
}
.BgClassName
{
background-color: #9F69DC;
}
</style>
border-color css
<style>
span { border-color: #9F69DC; }
span { border-color: rgb(159,105,220); }
td.TdClassName
{
border-color: #9F69DC;
}
.TagClassName
{
border-color: #9F69DC;
}
</style>