Shades of Amethyst #966AD3
Tints of Amethyst #966AD3
RGB
CMYK
RGB Variations
Color information
#966AD3 (or 0x966AD3) is known color: Amethyst. HEX triplet: 96, 6A and D3. RGB value is (150,106,211). Sum of RGB (Red+Green+Blue) = 150+106+211=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 211 (82.81% from 255 or 45.18% from 467); Max value from RGB is 211 - color contains mainly: blue. Hex color #966AD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966AD3 is #69952C. Grayscale: #828282. Windows color (decimal): -6919469 or 13855382. OLE color: 13855382.
HSL color Cylindrical-coordinate representation of color #966AD3: hue angle of 265.14º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #966AD3 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 106 | 211 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.17 |
| HSL | 265.14º | 0.54% | 0.62% | - |
| HSV(B) | 265.14º | 0.5% | 0.83% | - |
| XYZ | 29.49 | 21.5 | 64.22 | - |
| YUV | 131.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 211 | 0.29 | 0.50 | 0 | 0.17 | 265.14 | 0.54 | 0.62 |
| Hex | 96 | 6A | D3 | 1D | 32 | 0 | 11 | 109 | 36 | 3E |
| Octal | 226 | 152 | 323 | 35 | 62 | 0 | 21 | 411 | 66 | 76 |
| Binary | 10010110 | 1101010 | 11010011 | 11101 | 110010 | 0 | 10001 | 100001001 | 110110 | 111110 |
Color Harmonies of #966AD3
Complementary color
Monochromatic Colors of #966AD3
Black with #966AD3
Text Example
Text Example
White with #966AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AD3; }
p { color: rgb(150,106,211); }
H1.HeaderClassName
{
color: #966AD3;
}
.AnyTagClassName
{
color: #966AD3;
}
</style>
background-color css
<style>
a { background-color: #966AD3; }
a { background-color: rgb(150,106,211); }
div.DivClassName
{
background-color: #966AD3;
}
.BgClassName
{
background-color: #966AD3;
}
</style>
border-color css
<style>
span { border-color: #966AD3; }
span { border-color: rgb(150,106,211); }
td.TdClassName
{
border-color: #966AD3;
}
.TagClassName
{
border-color: #966AD3;
}
</style>