Shades of Amethyst #9762BF
Tints of Amethyst #9762BF
RGB
CMYK
RGB Variations
Color information
#9762BF (or 0x9762BF) is known color: Amethyst. HEX triplet: 97, 62 and BF. RGB value is (151,98,191). Sum of RGB (Red+Green+Blue) = 151+98+191=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 98 (38.67% from 255 or 22.27% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #9762BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9762BF is #689D40. Grayscale: #7C7C7C. Windows color (decimal): -6856001 or 12542615. OLE color: 12542615.
HSL color Cylindrical-coordinate representation of color #9762BF: hue angle of 274.19º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9762BF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 98 | 191 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.25 |
| HSL | 274.19º | 0.42% | 0.57% | - |
| HSV(B) | 274.19º | 0.49% | 0.75% | - |
| XYZ | 26.53 | 19.08 | 51.57 | - |
| YUV | 124.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 98 | 191 | 0.21 | 0.49 | 0 | 0.25 | 274.19 | 0.42 | 0.57 |
| Hex | 97 | 62 | BF | 15 | 31 | 0 | 19 | 112 | 2A | 39 |
| Octal | 227 | 142 | 277 | 25 | 61 | 0 | 31 | 422 | 52 | 71 |
| Binary | 10010111 | 1100010 | 10111111 | 10101 | 110001 | 0 | 11001 | 100010010 | 101010 | 111001 |
Color Harmonies of #9762BF
Complementary color
Monochromatic Colors of #9762BF
Black with #9762BF
Text Example
Text Example
White with #9762BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9762BF; }
p { color: rgb(151,98,191); }
H1.HeaderClassName
{
color: #9762BF;
}
.AnyTagClassName
{
color: #9762BF;
}
</style>
background-color css
<style>
a { background-color: #9762BF; }
a { background-color: rgb(151,98,191); }
div.DivClassName
{
background-color: #9762BF;
}
.BgClassName
{
background-color: #9762BF;
}
</style>
border-color css
<style>
span { border-color: #9762BF; }
span { border-color: rgb(151,98,191); }
td.TdClassName
{
border-color: #9762BF;
}
.TagClassName
{
border-color: #9762BF;
}
</style>