Shades of Amethyst #9764C7
Tints of Amethyst #9764C7
RGB
CMYK
RGB Variations
Color information
#9764C7 (or 0x9764C7) is known color: Amethyst. HEX triplet: 97, 64 and C7. RGB value is (151,100,199). Sum of RGB (Red+Green+Blue) = 151+100+199=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 100 (39.45% from 255 or 22.22% from 450); Blue value is 199 (78.12% from 255 or 44.22% from 450); Max value from RGB is 199 - color contains mainly: blue. Hex color #9764C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764C7 is #689B38. Grayscale: #7E7E7E. Windows color (decimal): -6855481 or 13067415. OLE color: 13067415.
HSL color Cylindrical-coordinate representation of color #9764C7: hue angle of 270.91º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9764C7 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 100 | 199 | - |
| CMYK | 0.24 | 0.50 | 0 | 0.22 |
| HSL | 270.91º | 0.47% | 0.59% | - |
| HSV(B) | 270.91º | 0.5% | 0.78% | - |
| XYZ | 27.63 | 19.82 | 56.4 | - |
| YUV | 126.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 199 | 0.24 | 0.50 | 0 | 0.22 | 270.91 | 0.47 | 0.59 |
| Hex | 97 | 64 | C7 | 18 | 32 | 0 | 16 | 10F | 2F | 3B |
| Octal | 227 | 144 | 307 | 30 | 62 | 0 | 26 | 417 | 57 | 73 |
| Binary | 10010111 | 1100100 | 11000111 | 11000 | 110010 | 0 | 10110 | 100001111 | 101111 | 111011 |
Color Harmonies of #9764C7
Complementary color
Monochromatic Colors of #9764C7
Black with #9764C7
Text Example
Text Example
White with #9764C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9764C7; }
p { color: rgb(151,100,199); }
H1.HeaderClassName
{
color: #9764C7;
}
.AnyTagClassName
{
color: #9764C7;
}
</style>
background-color css
<style>
a { background-color: #9764C7; }
a { background-color: rgb(151,100,199); }
div.DivClassName
{
background-color: #9764C7;
}
.BgClassName
{
background-color: #9764C7;
}
</style>
border-color css
<style>
span { border-color: #9764C7; }
span { border-color: rgb(151,100,199); }
td.TdClassName
{
border-color: #9764C7;
}
.TagClassName
{
border-color: #9764C7;
}
</style>