Shades of Amethyst #9657CC
Tints of Amethyst #9657CC
RGB
CMYK
RGB Variations
Color information
#9657CC (or 0x9657CC) is known color: Amethyst. HEX triplet: 96, 57 and CC. RGB value is (150,87,204). Sum of RGB (Red+Green+Blue) = 150+87+204=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #9657CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657CC is #69A833. Grayscale: #767676. Windows color (decimal): -6924340 or 13391766. OLE color: 13391766.
HSL color Cylindrical-coordinate representation of color #9657CC: hue angle of 272.31º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9657CC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 87 | 204 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.2 |
| HSL | 272.31º | 0.53% | 0.57% | - |
| HSV(B) | 272.31º | 0.57% | 0.8% | - |
| XYZ | 26.88 | 17.66 | 59.12 | - |
| YUV | 119.18 | 175.87 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 204 | 0.26 | 0.57 | 0 | 0.2 | 272.31 | 0.53 | 0.57 |
| Hex | 96 | 57 | CC | 1A | 39 | 0 | 14 | 110 | 35 | 39 |
| Octal | 226 | 127 | 314 | 32 | 71 | 0 | 24 | 420 | 65 | 71 |
| Binary | 10010110 | 1010111 | 11001100 | 11010 | 111001 | 0 | 10100 | 100010000 | 110101 | 111001 |
Color Harmonies of #9657CC
Complementary color
Monochromatic Colors of #9657CC
Black with #9657CC
Text Example
Text Example
White with #9657CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657CC; }
p { color: rgb(150,87,204); }
H1.HeaderClassName
{
color: #9657CC;
}
.AnyTagClassName
{
color: #9657CC;
}
</style>
background-color css
<style>
a { background-color: #9657CC; }
a { background-color: rgb(150,87,204); }
div.DivClassName
{
background-color: #9657CC;
}
.BgClassName
{
background-color: #9657CC;
}
</style>
border-color css
<style>
span { border-color: #9657CC; }
span { border-color: rgb(150,87,204); }
td.TdClassName
{
border-color: #9657CC;
}
.TagClassName
{
border-color: #9657CC;
}
</style>