Shades of Amethyst #966AD1
Tints of Amethyst #966AD1
RGB
CMYK
RGB Variations
Color information
#966AD1 (or 0x966AD1) is known color: Amethyst. HEX triplet: 96, 6A and D1. RGB value is (150,106,209). Sum of RGB (Red+Green+Blue) = 150+106+209=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #966AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966AD1 is #69952E. Grayscale: #828282. Windows color (decimal): -6919471 or 13724310. OLE color: 13724310.
HSL color Cylindrical-coordinate representation of color #966AD1: hue angle of 265.63º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #966AD1 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 106 | 209 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.18 |
| HSL | 265.63º | 0.53% | 0.62% | - |
| HSV(B) | 265.63º | 0.49% | 0.82% | - |
| XYZ | 29.24 | 21.4 | 62.91 | - |
| YUV | 130.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 209 | 0.28 | 0.49 | 0 | 0.18 | 265.63 | 0.53 | 0.62 |
| Hex | 96 | 6A | D1 | 1C | 31 | 0 | 12 | 10A | 35 | 3E |
| Octal | 226 | 152 | 321 | 34 | 61 | 0 | 22 | 412 | 65 | 76 |
| Binary | 10010110 | 1101010 | 11010001 | 11100 | 110001 | 0 | 10010 | 100001010 | 110101 | 111110 |
Color Harmonies of #966AD1
Complementary color
Monochromatic Colors of #966AD1
Black with #966AD1
Text Example
Text Example
White with #966AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AD1; }
p { color: rgb(150,106,209); }
H1.HeaderClassName
{
color: #966AD1;
}
.AnyTagClassName
{
color: #966AD1;
}
</style>
background-color css
<style>
a { background-color: #966AD1; }
a { background-color: rgb(150,106,209); }
div.DivClassName
{
background-color: #966AD1;
}
.BgClassName
{
background-color: #966AD1;
}
</style>
border-color css
<style>
span { border-color: #966AD1; }
span { border-color: rgb(150,106,209); }
td.TdClassName
{
border-color: #966AD1;
}
.TagClassName
{
border-color: #966AD1;
}
</style>