Shades of Amethyst #9660D1
Tints of Amethyst #9660D1
RGB
CMYK
RGB Variations
Color information
#9660D1 (or 0x9660D1) is known color: Amethyst. HEX triplet: 96, 60 and D1. RGB value is (150,96,209). Sum of RGB (Red+Green+Blue) = 150+96+209=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #9660D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660D1 is #699F2E. Grayscale: #7C7C7C. Windows color (decimal): -6922031 or 13721750. OLE color: 13721750.
HSL color Cylindrical-coordinate representation of color #9660D1: hue angle of 268.67º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9660D1 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 96 | 209 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.18 |
| HSL | 268.67º | 0.55% | 0.6% | - |
| HSV(B) | 268.67º | 0.54% | 0.82% | - |
| XYZ | 28.27 | 19.45 | 62.59 | - |
| YUV | 125.03 | 175.39 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 209 | 0.28 | 0.54 | 0 | 0.18 | 268.67 | 0.55 | 0.6 |
| Hex | 96 | 60 | D1 | 1C | 36 | 0 | 12 | 10D | 37 | 3C |
| Octal | 226 | 140 | 321 | 34 | 66 | 0 | 22 | 415 | 67 | 74 |
| Binary | 10010110 | 1100000 | 11010001 | 11100 | 110110 | 0 | 10010 | 100001101 | 110111 | 111100 |
Color Harmonies of #9660D1
Complementary color
Monochromatic Colors of #9660D1
Black with #9660D1
Text Example
Text Example
White with #9660D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660D1; }
p { color: rgb(150,96,209); }
H1.HeaderClassName
{
color: #9660D1;
}
.AnyTagClassName
{
color: #9660D1;
}
</style>
background-color css
<style>
a { background-color: #9660D1; }
a { background-color: rgb(150,96,209); }
div.DivClassName
{
background-color: #9660D1;
}
.BgClassName
{
background-color: #9660D1;
}
</style>
border-color css
<style>
span { border-color: #9660D1; }
span { border-color: rgb(150,96,209); }
td.TdClassName
{
border-color: #9660D1;
}
.TagClassName
{
border-color: #9660D1;
}
</style>