Shades of Amethyst #966AD0
Tints of Amethyst #966AD0
RGB
CMYK
RGB Variations
Color information
#966AD0 (or 0x966AD0) is known color: Amethyst. HEX triplet: 96, 6A and D0. RGB value is (150,106,208). Sum of RGB (Red+Green+Blue) = 150+106+208=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #966AD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #966AD0 is #69952F. Grayscale: #828282. Windows color (decimal): -6919472 or 13658774. OLE color: 13658774.
HSL color Cylindrical-coordinate representation of color #966AD0: hue angle of 265.88º degrees, saturation: 0.52, 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 #966AD0 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 106 | 208 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.18 |
| HSL | 265.88º | 0.52% | 0.62% | - |
| HSV(B) | 265.88º | 0.49% | 0.82% | - |
| XYZ | 29.12 | 21.35 | 62.26 | - |
| YUV | 130.78 | 171.58 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 208 | 0.28 | 0.49 | 0 | 0.18 | 265.88 | 0.52 | 0.62 |
| Hex | 96 | 6A | D0 | 1C | 31 | 0 | 12 | 10A | 34 | 3E |
| Octal | 226 | 152 | 320 | 34 | 61 | 0 | 22 | 412 | 64 | 76 |
| Binary | 10010110 | 1101010 | 11010000 | 11100 | 110001 | 0 | 10010 | 100001010 | 110100 | 111110 |
Color Harmonies of #966AD0
Complementary color
Monochromatic Colors of #966AD0
Black with #966AD0
Text Example
Text Example
White with #966AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966AD0; }
p { color: rgb(150,106,208); }
H1.HeaderClassName
{
color: #966AD0;
}
.AnyTagClassName
{
color: #966AD0;
}
</style>
background-color css
<style>
a { background-color: #966AD0; }
a { background-color: rgb(150,106,208); }
div.DivClassName
{
background-color: #966AD0;
}
.BgClassName
{
background-color: #966AD0;
}
</style>
border-color css
<style>
span { border-color: #966AD0; }
span { border-color: rgb(150,106,208); }
td.TdClassName
{
border-color: #966AD0;
}
.TagClassName
{
border-color: #966AD0;
}
</style>