Shades of Amethyst #9F6DCE
Tints of Amethyst #9F6DCE
RGB
CMYK
RGB Variations
Color information
#9F6DCE (or 0x9F6DCE) is known color: Amethyst. HEX triplet: 9F, 6D and CE. RGB value is (159,109,206). Sum of RGB (Red+Green+Blue) = 159+109+206=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F6DCE is #609231. Grayscale: #868686. Windows color (decimal): -6328882 or 13528479. OLE color: 13528479.
HSL color Cylindrical-coordinate representation of color #9F6DCE: hue angle of 270.93º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F6DCE is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 109 | 206 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.19 |
| HSL | 270.93º | 0.5% | 0.62% | - |
| HSV(B) | 270.93º | 0.47% | 0.81% | - |
| XYZ | 30.91 | 22.76 | 61.16 | - |
| YUV | 135.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 206 | 0.23 | 0.47 | 0 | 0.19 | 270.93 | 0.5 | 0.62 |
| Hex | 9F | 6D | CE | 17 | 2F | 0 | 13 | 10F | 32 | 3E |
| Octal | 237 | 155 | 316 | 27 | 57 | 0 | 23 | 417 | 62 | 76 |
| Binary | 10011111 | 1101101 | 11001110 | 10111 | 101111 | 0 | 10011 | 100001111 | 110010 | 111110 |
Color Harmonies of #9F6DCE
Complementary color
Monochromatic Colors of #9F6DCE
Black with #9F6DCE
Text Example
Text Example
White with #9F6DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6DCE; }
p { color: rgb(159,109,206); }
H1.HeaderClassName
{
color: #9F6DCE;
}
.AnyTagClassName
{
color: #9F6DCE;
}
</style>
background-color css
<style>
a { background-color: #9F6DCE; }
a { background-color: rgb(159,109,206); }
div.DivClassName
{
background-color: #9F6DCE;
}
.BgClassName
{
background-color: #9F6DCE;
}
</style>
border-color css
<style>
span { border-color: #9F6DCE; }
span { border-color: rgb(159,109,206); }
td.TdClassName
{
border-color: #9F6DCE;
}
.TagClassName
{
border-color: #9F6DCE;
}
</style>