Shades of Amethyst #9657C9
Tints of Amethyst #9657C9
RGB
CMYK
RGB Variations
Color information
#9657C9 (or 0x9657C9) is known color: Amethyst. HEX triplet: 96, 57 and C9. RGB value is (150,87,201). Sum of RGB (Red+Green+Blue) = 150+87+201=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 201 (78.91% from 255 or 45.89% from 438); Max value from RGB is 201 - color contains mainly: blue. Hex color #9657C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657C9 is #69A836. Grayscale: #767676. Windows color (decimal): -6924343 or 13195158. OLE color: 13195158.
HSL color Cylindrical-coordinate representation of color #9657C9: hue angle of 273.16º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9657C9 is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 87 | 201 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.21 |
| HSL | 273.16º | 0.51% | 0.56% | - |
| HSV(B) | 273.16º | 0.57% | 0.79% | - |
| XYZ | 26.53 | 17.52 | 57.24 | - |
| YUV | 118.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 87 | 201 | 0.25 | 0.57 | 0 | 0.21 | 273.16 | 0.51 | 0.56 |
| Hex | 96 | 57 | C9 | 19 | 39 | 0 | 15 | 111 | 33 | 38 |
| Octal | 226 | 127 | 311 | 31 | 71 | 0 | 25 | 421 | 63 | 70 |
| Binary | 10010110 | 1010111 | 11001001 | 11001 | 111001 | 0 | 10101 | 100010001 | 110011 | 111000 |
Color Harmonies of #9657C9
Complementary color
Monochromatic Colors of #9657C9
Black with #9657C9
Text Example
Text Example
White with #9657C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9657C9; }
p { color: rgb(150,87,201); }
H1.HeaderClassName
{
color: #9657C9;
}
.AnyTagClassName
{
color: #9657C9;
}
</style>
background-color css
<style>
a { background-color: #9657C9; }
a { background-color: rgb(150,87,201); }
div.DivClassName
{
background-color: #9657C9;
}
.BgClassName
{
background-color: #9657C9;
}
</style>
border-color css
<style>
span { border-color: #9657C9; }
span { border-color: rgb(150,87,201); }
td.TdClassName
{
border-color: #9657C9;
}
.TagClassName
{
border-color: #9657C9;
}
</style>