Shades of Amethyst #9660D5
Tints of Amethyst #9660D5
RGB
CMYK
RGB Variations
Color information
#9660D5 (or 0x9660D5) is known color: Amethyst. HEX triplet: 96, 60 and D5. RGB value is (150,96,213). Sum of RGB (Red+Green+Blue) = 150+96+213=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #9660D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660D5 is #699F2A. Grayscale: #7D7D7D. Windows color (decimal): -6922027 or 13983894. OLE color: 13983894.
HSL color Cylindrical-coordinate representation of color #9660D5: hue angle of 267.69º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9660D5 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 96 | 213 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.16 |
| HSL | 267.69º | 0.58% | 0.61% | - |
| HSV(B) | 267.69º | 0.55% | 0.84% | - |
| XYZ | 28.77 | 19.65 | 65.23 | - |
| YUV | 125.48 | 177.39 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 213 | 0.30 | 0.55 | 0 | 0.16 | 267.69 | 0.58 | 0.61 |
| Hex | 96 | 60 | D5 | 1E | 37 | 0 | 10 | 10C | 3A | 3D |
| Octal | 226 | 140 | 325 | 36 | 67 | 0 | 20 | 414 | 72 | 75 |
| Binary | 10010110 | 1100000 | 11010101 | 11110 | 110111 | 0 | 10000 | 100001100 | 111010 | 111101 |
Color Harmonies of #9660D5
Complementary color
Monochromatic Colors of #9660D5
Black with #9660D5
Text Example
Text Example
White with #9660D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660D5; }
p { color: rgb(150,96,213); }
H1.HeaderClassName
{
color: #9660D5;
}
.AnyTagClassName
{
color: #9660D5;
}
</style>
background-color css
<style>
a { background-color: #9660D5; }
a { background-color: rgb(150,96,213); }
div.DivClassName
{
background-color: #9660D5;
}
.BgClassName
{
background-color: #9660D5;
}
</style>
border-color css
<style>
span { border-color: #9660D5; }
span { border-color: rgb(150,96,213); }
td.TdClassName
{
border-color: #9660D5;
}
.TagClassName
{
border-color: #9660D5;
}
</style>