Shades of Amethyst #9661CE
Tints of Amethyst #9661CE
RGB
CMYK
RGB Variations
Color information
#9661CE (or 0x9661CE) is known color: Amethyst. HEX triplet: 96, 61 and CE. RGB value is (150,97,206). Sum of RGB (Red+Green+Blue) = 150+97+206=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #9661CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661CE is #699E31. Grayscale: #7C7C7C. Windows color (decimal): -6921778 or 13525398. OLE color: 13525398.
HSL color Cylindrical-coordinate representation of color #9661CE: hue angle of 269.17º 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 #9661CE is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 97 | 206 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.19 |
| HSL | 269.17º | 0.53% | 0.59% | - |
| HSV(B) | 269.17º | 0.53% | 0.81% | - |
| XYZ | 27.99 | 19.49 | 60.68 | - |
| YUV | 125.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 206 | 0.27 | 0.53 | 0 | 0.19 | 269.17 | 0.53 | 0.59 |
| Hex | 96 | 61 | CE | 1B | 35 | 0 | 13 | 10D | 35 | 3B |
| Octal | 226 | 141 | 316 | 33 | 65 | 0 | 23 | 415 | 65 | 73 |
| Binary | 10010110 | 1100001 | 11001110 | 11011 | 110101 | 0 | 10011 | 100001101 | 110101 | 111011 |
Color Harmonies of #9661CE
Complementary color
Monochromatic Colors of #9661CE
Black with #9661CE
Text Example
Text Example
White with #9661CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661CE; }
p { color: rgb(150,97,206); }
H1.HeaderClassName
{
color: #9661CE;
}
.AnyTagClassName
{
color: #9661CE;
}
</style>
background-color css
<style>
a { background-color: #9661CE; }
a { background-color: rgb(150,97,206); }
div.DivClassName
{
background-color: #9661CE;
}
.BgClassName
{
background-color: #9661CE;
}
</style>
border-color css
<style>
span { border-color: #9661CE; }
span { border-color: rgb(150,97,206); }
td.TdClassName
{
border-color: #9661CE;
}
.TagClassName
{
border-color: #9661CE;
}
</style>