Shades of Amethyst #9764BF
Tints of Amethyst #9764BF
RGB
CMYK
RGB Variations
Color information
#9764BF (or 0x9764BF) is known color: Amethyst. HEX triplet: 97, 64 and BF. RGB value is (151,100,191). Sum of RGB (Red+Green+Blue) = 151+100+191=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #9764BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764BF is #689B40. Grayscale: #7D7D7D. Windows color (decimal): -6855489 or 12543127. OLE color: 12543127.
HSL color Cylindrical-coordinate representation of color #9764BF: hue angle of 273.63º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9764BF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 100 | 191 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.25 |
| HSL | 273.63º | 0.42% | 0.57% | - |
| HSV(B) | 273.63º | 0.48% | 0.75% | - |
| XYZ | 26.72 | 19.46 | 51.64 | - |
| YUV | 125.62 | 164.9 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 100 | 191 | 0.21 | 0.48 | 0 | 0.25 | 273.63 | 0.42 | 0.57 |
| Hex | 97 | 64 | BF | 15 | 30 | 0 | 19 | 112 | 2A | 39 |
| Octal | 227 | 144 | 277 | 25 | 60 | 0 | 31 | 422 | 52 | 71 |
| Binary | 10010111 | 1100100 | 10111111 | 10101 | 110000 | 0 | 11001 | 100010010 | 101010 | 111001 |
Color Harmonies of #9764BF
Complementary color
Monochromatic Colors of #9764BF
Black with #9764BF
Text Example
Text Example
White with #9764BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9764BF; }
p { color: rgb(151,100,191); }
H1.HeaderClassName
{
color: #9764BF;
}
.AnyTagClassName
{
color: #9764BF;
}
</style>
background-color css
<style>
a { background-color: #9764BF; }
a { background-color: rgb(151,100,191); }
div.DivClassName
{
background-color: #9764BF;
}
.BgClassName
{
background-color: #9764BF;
}
</style>
border-color css
<style>
span { border-color: #9764BF; }
span { border-color: rgb(151,100,191); }
td.TdClassName
{
border-color: #9764BF;
}
.TagClassName
{
border-color: #9764BF;
}
</style>