Shades of Amethyst #9661CF
Tints of Amethyst #9661CF
RGB
CMYK
RGB Variations
Color information
#9661CF (or 0x9661CF) is known color: Amethyst. HEX triplet: 96, 61 and CF. RGB value is (150,97,207). Sum of RGB (Red+Green+Blue) = 150+97+207=454 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.04% from 454); Green value is 97 (38.28% from 255 or 21.37% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #9661CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661CF is #699E30. Grayscale: #7C7C7C. Windows color (decimal): -6921777 or 13590934. OLE color: 13590934.
HSL color Cylindrical-coordinate representation of color #9661CF: hue angle of 268.91º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9661CF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 97 | 207 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.19 |
| HSL | 268.91º | 0.53% | 0.6% | - |
| HSV(B) | 268.91º | 0.53% | 0.81% | - |
| XYZ | 28.11 | 19.54 | 61.32 | - |
| YUV | 125.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 207 | 0.28 | 0.53 | 0 | 0.19 | 268.91 | 0.53 | 0.6 |
| Hex | 96 | 61 | CF | 1C | 35 | 0 | 13 | 10D | 35 | 3C |
| Octal | 226 | 141 | 317 | 34 | 65 | 0 | 23 | 415 | 65 | 74 |
| Binary | 10010110 | 1100001 | 11001111 | 11100 | 110101 | 0 | 10011 | 100001101 | 110101 | 111100 |
Color Harmonies of #9661CF
Complementary color
Monochromatic Colors of #9661CF
Black with #9661CF
Text Example
Text Example
White with #9661CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661CF; }
p { color: rgb(150,97,207); }
H1.HeaderClassName
{
color: #9661CF;
}
.AnyTagClassName
{
color: #9661CF;
}
</style>
background-color css
<style>
a { background-color: #9661CF; }
a { background-color: rgb(150,97,207); }
div.DivClassName
{
background-color: #9661CF;
}
.BgClassName
{
background-color: #9661CF;
}
</style>
border-color css
<style>
span { border-color: #9661CF; }
span { border-color: rgb(150,97,207); }
td.TdClassName
{
border-color: #9661CF;
}
.TagClassName
{
border-color: #9661CF;
}
</style>