Shades of Amethyst #966DCF
Tints of Amethyst #966DCF
RGB
CMYK
RGB Variations
Color information
#966DCF (or 0x966DCF) is known color: Amethyst. HEX triplet: 96, 6D and CF. RGB value is (150,109,207). Sum of RGB (Red+Green+Blue) = 150+109+207=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #966DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966DCF is #699230. Grayscale: #848484. Windows color (decimal): -6918705 or 13594006. OLE color: 13594006.
HSL color Cylindrical-coordinate representation of color #966DCF: hue angle of 265.1º degrees, saturation: 0.51, 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 #966DCF is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 109 | 207 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.19 |
| HSL | 265.1º | 0.51% | 0.62% | - |
| HSV(B) | 265.1º | 0.47% | 0.81% | - |
| XYZ | 29.31 | 21.93 | 61.72 | - |
| YUV | 132.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 207 | 0.28 | 0.47 | 0 | 0.19 | 265.1 | 0.51 | 0.62 |
| Hex | 96 | 6D | CF | 1C | 2F | 0 | 13 | 109 | 33 | 3E |
| Octal | 226 | 155 | 317 | 34 | 57 | 0 | 23 | 411 | 63 | 76 |
| Binary | 10010110 | 1101101 | 11001111 | 11100 | 101111 | 0 | 10011 | 100001001 | 110011 | 111110 |
Color Harmonies of #966DCF
Complementary color
Monochromatic Colors of #966DCF
Black with #966DCF
Text Example
Text Example
White with #966DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966DCF; }
p { color: rgb(150,109,207); }
H1.HeaderClassName
{
color: #966DCF;
}
.AnyTagClassName
{
color: #966DCF;
}
</style>
background-color css
<style>
a { background-color: #966DCF; }
a { background-color: rgb(150,109,207); }
div.DivClassName
{
background-color: #966DCF;
}
.BgClassName
{
background-color: #966DCF;
}
</style>
border-color css
<style>
span { border-color: #966DCF; }
span { border-color: rgb(150,109,207); }
td.TdClassName
{
border-color: #966DCF;
}
.TagClassName
{
border-color: #966DCF;
}
</style>