Shades of Amethyst #9666CC
Tints of Amethyst #9666CC
RGB
CMYK
RGB Variations
Color information
#9666CC (or 0x9666CC) is known color: Amethyst. HEX triplet: 96, 66 and CC. RGB value is (150,102,204). Sum of RGB (Red+Green+Blue) = 150+102+204=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9666CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666CC is #699933. Grayscale: #7F7F7F. Windows color (decimal): -6920500 or 13395606. OLE color: 13395606.
HSL color Cylindrical-coordinate representation of color #9666CC: hue angle of 268.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9666CC is Cyan = 0.26, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 102 | 204 | - |
| CMYK | 0.26 | 0.5 | 0 | 0.2 |
| HSL | 268.24º | 0.5% | 0.6% | - |
| HSV(B) | 268.24º | 0.5% | 0.8% | - |
| XYZ | 28.23 | 20.35 | 59.57 | - |
| YUV | 127.98 | 170.9 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 102 | 204 | 0.26 | 0.5 | 0 | 0.2 | 268.24 | 0.5 | 0.6 |
| Hex | 96 | 66 | CC | 1A | 32 | 0 | 14 | 10C | 32 | 3C |
| Octal | 226 | 146 | 314 | 32 | 62 | 0 | 24 | 414 | 62 | 74 |
| Binary | 10010110 | 1100110 | 11001100 | 11010 | 110010 | 0 | 10100 | 100001100 | 110010 | 111100 |
Color Harmonies of #9666CC
Complementary color
Monochromatic Colors of #9666CC
Black with #9666CC
Text Example
Text Example
White with #9666CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9666CC; }
p { color: rgb(150,102,204); }
H1.HeaderClassName
{
color: #9666CC;
}
.AnyTagClassName
{
color: #9666CC;
}
</style>
background-color css
<style>
a { background-color: #9666CC; }
a { background-color: rgb(150,102,204); }
div.DivClassName
{
background-color: #9666CC;
}
.BgClassName
{
background-color: #9666CC;
}
</style>
border-color css
<style>
span { border-color: #9666CC; }
span { border-color: rgb(150,102,204); }
td.TdClassName
{
border-color: #9666CC;
}
.TagClassName
{
border-color: #9666CC;
}
</style>