Shades of Amethyst #9660CE
Tints of Amethyst #9660CE
RGB
CMYK
RGB Variations
Color information
#9660CE (or 0x9660CE) is known color: Amethyst. HEX triplet: 96, 60 and CE. RGB value is (150,96,206). Sum of RGB (Red+Green+Blue) = 150+96+206=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #9660CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9660CE is #699F31. Grayscale: #7C7C7C. Windows color (decimal): -6922034 or 13525142. OLE color: 13525142.
HSL color Cylindrical-coordinate representation of color #9660CE: hue angle of 269.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9660CE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 96 | 206 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.19 |
| HSL | 269.45º | 0.53% | 0.59% | - |
| HSV(B) | 269.45º | 0.53% | 0.81% | - |
| XYZ | 27.9 | 19.31 | 60.65 | - |
| YUV | 124.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 206 | 0.27 | 0.53 | 0 | 0.19 | 269.45 | 0.53 | 0.59 |
| Hex | 96 | 60 | CE | 1B | 35 | 0 | 13 | 10D | 35 | 3B |
| Octal | 226 | 140 | 316 | 33 | 65 | 0 | 23 | 415 | 65 | 73 |
| Binary | 10010110 | 1100000 | 11001110 | 11011 | 110101 | 0 | 10011 | 100001101 | 110101 | 111011 |
Color Harmonies of #9660CE
Complementary color
Monochromatic Colors of #9660CE
Black with #9660CE
Text Example
Text Example
White with #9660CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9660CE; }
p { color: rgb(150,96,206); }
H1.HeaderClassName
{
color: #9660CE;
}
.AnyTagClassName
{
color: #9660CE;
}
</style>
background-color css
<style>
a { background-color: #9660CE; }
a { background-color: rgb(150,96,206); }
div.DivClassName
{
background-color: #9660CE;
}
.BgClassName
{
background-color: #9660CE;
}
</style>
border-color css
<style>
span { border-color: #9660CE; }
span { border-color: rgb(150,96,206); }
td.TdClassName
{
border-color: #9660CE;
}
.TagClassName
{
border-color: #9660CE;
}
</style>