Shades of Amethyst #9664D0
Tints of Amethyst #9664D0
RGB
CMYK
RGB Variations
Color information
#9664D0 (or 0x9664D0) is known color: Amethyst. HEX triplet: 96, 64 and D0. RGB value is (150,100,208). Sum of RGB (Red+Green+Blue) = 150+100+208=458 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.75% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #9664D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9664D0 is #699B2F. Grayscale: #7E7E7E. Windows color (decimal): -6921008 or 13657238. OLE color: 13657238.
HSL color Cylindrical-coordinate representation of color #9664D0: hue angle of 267.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9664D0 is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 100 | 208 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.18 |
| HSL | 267.78º | 0.53% | 0.6% | - |
| HSV(B) | 267.78º | 0.52% | 0.82% | - |
| XYZ | 28.52 | 20.15 | 62.06 | - |
| YUV | 127.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 100 | 208 | 0.28 | 0.52 | 0 | 0.18 | 267.78 | 0.53 | 0.6 |
| Hex | 96 | 64 | D0 | 1C | 34 | 0 | 12 | 10C | 35 | 3C |
| Octal | 226 | 144 | 320 | 34 | 64 | 0 | 22 | 414 | 65 | 74 |
| Binary | 10010110 | 1100100 | 11010000 | 11100 | 110100 | 0 | 10010 | 100001100 | 110101 | 111100 |
Color Harmonies of #9664D0
Complementary color
Monochromatic Colors of #9664D0
Black with #9664D0
Text Example
Text Example
White with #9664D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9664D0; }
p { color: rgb(150,100,208); }
H1.HeaderClassName
{
color: #9664D0;
}
.AnyTagClassName
{
color: #9664D0;
}
</style>
background-color css
<style>
a { background-color: #9664D0; }
a { background-color: rgb(150,100,208); }
div.DivClassName
{
background-color: #9664D0;
}
.BgClassName
{
background-color: #9664D0;
}
</style>
border-color css
<style>
span { border-color: #9664D0; }
span { border-color: rgb(150,100,208); }
td.TdClassName
{
border-color: #9664D0;
}
.TagClassName
{
border-color: #9664D0;
}
</style>