Shades of Amethyst #9764CE
Tints of Amethyst #9764CE
RGB
CMYK
RGB Variations
Color information
#9764CE (or 0x9764CE) is known color: Amethyst. HEX triplet: 97, 64 and CE. RGB value is (151,100,206). Sum of RGB (Red+Green+Blue) = 151+100+206=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9764CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764CE is #689B31. Grayscale: #7E7E7E. Windows color (decimal): -6855474 or 13526167. OLE color: 13526167.
HSL color Cylindrical-coordinate representation of color #9764CE: hue angle of 268.87º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9764CE is Cyan = 0.27, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 100 | 206 | - |
| CMYK | 0.27 | 0.51 | 0 | 0.19 |
| HSL | 268.87º | 0.52% | 0.6% | - |
| HSV(B) | 268.87º | 0.51% | 0.81% | - |
| XYZ | 28.46 | 20.15 | 60.78 | - |
| YUV | 127.33 | 172.4 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 206 | 0.27 | 0.51 | 0 | 0.19 | 268.87 | 0.52 | 0.6 |
| Hex | 97 | 64 | CE | 1B | 33 | 0 | 13 | 10D | 34 | 3C |
| Octal | 227 | 144 | 316 | 33 | 63 | 0 | 23 | 415 | 64 | 74 |
| Binary | 10010111 | 1100100 | 11001110 | 11011 | 110011 | 0 | 10011 | 100001101 | 110100 | 111100 |
Color Harmonies of #9764CE
Complementary color
Monochromatic Colors of #9764CE
Black with #9764CE
Text Example
Text Example
White with #9764CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9764CE; }
p { color: rgb(151,100,206); }
H1.HeaderClassName
{
color: #9764CE;
}
.AnyTagClassName
{
color: #9764CE;
}
</style>
background-color css
<style>
a { background-color: #9764CE; }
a { background-color: rgb(151,100,206); }
div.DivClassName
{
background-color: #9764CE;
}
.BgClassName
{
background-color: #9764CE;
}
</style>
border-color css
<style>
span { border-color: #9764CE; }
span { border-color: rgb(151,100,206); }
td.TdClassName
{
border-color: #9764CE;
}
.TagClassName
{
border-color: #9764CE;
}
</style>