Shades of Amethyst #9763BF
Tints of Amethyst #9763BF
RGB
CMYK
RGB Variations
Color information
#9763BF (or 0x9763BF) is known color: Amethyst. HEX triplet: 97, 63 and BF. RGB value is (151,99,191). Sum of RGB (Red+Green+Blue) = 151+99+191=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 99 (39.06% from 255 or 22.45% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #9763BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9763BF is #689C40. Grayscale: #7C7C7C. Windows color (decimal): -6855745 or 12542871. OLE color: 12542871.
HSL color Cylindrical-coordinate representation of color #9763BF: hue angle of 273.91º 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 #9763BF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 99 | 191 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.25 |
| HSL | 273.91º | 0.42% | 0.57% | - |
| HSV(B) | 273.91º | 0.48% | 0.75% | - |
| XYZ | 26.63 | 19.26 | 51.61 | - |
| YUV | 125.04 | 165.23 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 191 | 0.21 | 0.48 | 0 | 0.25 | 273.91 | 0.42 | 0.57 |
| Hex | 97 | 63 | BF | 15 | 30 | 0 | 19 | 112 | 2A | 39 |
| Octal | 227 | 143 | 277 | 25 | 60 | 0 | 31 | 422 | 52 | 71 |
| Binary | 10010111 | 1100011 | 10111111 | 10101 | 110000 | 0 | 11001 | 100010010 | 101010 | 111001 |
Color Harmonies of #9763BF
Complementary color
Monochromatic Colors of #9763BF
Black with #9763BF
Text Example
Text Example
White with #9763BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9763BF; }
p { color: rgb(151,99,191); }
H1.HeaderClassName
{
color: #9763BF;
}
.AnyTagClassName
{
color: #9763BF;
}
</style>
background-color css
<style>
a { background-color: #9763BF; }
a { background-color: rgb(151,99,191); }
div.DivClassName
{
background-color: #9763BF;
}
.BgClassName
{
background-color: #9763BF;
}
</style>
border-color css
<style>
span { border-color: #9763BF; }
span { border-color: rgb(151,99,191); }
td.TdClassName
{
border-color: #9763BF;
}
.TagClassName
{
border-color: #9763BF;
}
</style>