Shades of Amethyst #9661CC
Tints of Amethyst #9661CC
RGB
CMYK
RGB Variations
Color information
#9661CC (or 0x9661CC) is known color: Amethyst. HEX triplet: 96, 61 and CC. RGB value is (150,97,204). Sum of RGB (Red+Green+Blue) = 150+97+204=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #9661CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661CC is #699E33. Grayscale: #7C7C7C. Windows color (decimal): -6921780 or 13394326. OLE color: 13394326.
HSL color Cylindrical-coordinate representation of color #9661CC: hue angle of 269.72º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9661CC is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 97 | 204 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.2 |
| HSL | 269.72º | 0.51% | 0.59% | - |
| HSV(B) | 269.72º | 0.52% | 0.8% | - |
| XYZ | 27.75 | 19.39 | 59.41 | - |
| YUV | 125.05 | 172.56 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 204 | 0.26 | 0.52 | 0 | 0.2 | 269.72 | 0.51 | 0.59 |
| Hex | 96 | 61 | CC | 1A | 34 | 0 | 14 | 10E | 33 | 3B |
| Octal | 226 | 141 | 314 | 32 | 64 | 0 | 24 | 416 | 63 | 73 |
| Binary | 10010110 | 1100001 | 11001100 | 11010 | 110100 | 0 | 10100 | 100001110 | 110011 | 111011 |
Color Harmonies of #9661CC
Complementary color
Monochromatic Colors of #9661CC
Black with #9661CC
Text Example
Text Example
White with #9661CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9661CC; }
p { color: rgb(150,97,204); }
H1.HeaderClassName
{
color: #9661CC;
}
.AnyTagClassName
{
color: #9661CC;
}
</style>
background-color css
<style>
a { background-color: #9661CC; }
a { background-color: rgb(150,97,204); }
div.DivClassName
{
background-color: #9661CC;
}
.BgClassName
{
background-color: #9661CC;
}
</style>
border-color css
<style>
span { border-color: #9661CC; }
span { border-color: rgb(150,97,204); }
td.TdClassName
{
border-color: #9661CC;
}
.TagClassName
{
border-color: #9661CC;
}
</style>