Shades of Amethyst #966CCF
Tints of Amethyst #966CCF
RGB
CMYK
RGB Variations
Color information
#966CCF (or 0x966CCF) is known color: Amethyst. HEX triplet: 96, 6C and CF. RGB value is (150,108,207). Sum of RGB (Red+Green+Blue) = 150+108+207=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #966CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966CCF is #699330. Grayscale: #838383. Windows color (decimal): -6918961 or 13593750. OLE color: 13593750.
HSL color Cylindrical-coordinate representation of color #966CCF: hue angle of 265.45º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #966CCF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 108 | 207 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.19 |
| HSL | 265.45º | 0.51% | 0.62% | - |
| HSV(B) | 265.45º | 0.48% | 0.81% | - |
| XYZ | 29.2 | 21.71 | 61.68 | - |
| YUV | 131.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 207 | 0.28 | 0.48 | 0 | 0.19 | 265.45 | 0.51 | 0.62 |
| Hex | 96 | 6C | CF | 1C | 30 | 0 | 13 | 109 | 33 | 3E |
| Octal | 226 | 154 | 317 | 34 | 60 | 0 | 23 | 411 | 63 | 76 |
| Binary | 10010110 | 1101100 | 11001111 | 11100 | 110000 | 0 | 10011 | 100001001 | 110011 | 111110 |
Color Harmonies of #966CCF
Complementary color
Monochromatic Colors of #966CCF
Black with #966CCF
Text Example
Text Example
White with #966CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966CCF; }
p { color: rgb(150,108,207); }
H1.HeaderClassName
{
color: #966CCF;
}
.AnyTagClassName
{
color: #966CCF;
}
</style>
background-color css
<style>
a { background-color: #966CCF; }
a { background-color: rgb(150,108,207); }
div.DivClassName
{
background-color: #966CCF;
}
.BgClassName
{
background-color: #966CCF;
}
</style>
border-color css
<style>
span { border-color: #966CCF; }
span { border-color: rgb(150,108,207); }
td.TdClassName
{
border-color: #966CCF;
}
.TagClassName
{
border-color: #966CCF;
}
</style>