Shades of Amethyst #9766BF
Tints of Amethyst #9766BF
RGB
CMYK
RGB Variations
Color information
#9766BF (or 0x9766BF) is known color: Amethyst. HEX triplet: 97, 66 and BF. RGB value is (151,102,191). Sum of RGB (Red+Green+Blue) = 151+102+191=444 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.01% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #9766BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766BF is #689940. Grayscale: #7E7E7E. Windows color (decimal): -6854977 or 12543639. OLE color: 12543639.
HSL color Cylindrical-coordinate representation of color #9766BF: hue angle of 273.03º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9766BF is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 102 | 191 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.25 |
| HSL | 273.03º | 0.41% | 0.57% | - |
| HSV(B) | 273.03º | 0.47% | 0.75% | - |
| XYZ | 26.92 | 19.84 | 51.7 | - |
| YUV | 126.8 | 164.23 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 191 | 0.21 | 0.47 | 0 | 0.25 | 273.03 | 0.41 | 0.57 |
| Hex | 97 | 66 | BF | 15 | 2F | 0 | 19 | 111 | 29 | 39 |
| Octal | 227 | 146 | 277 | 25 | 57 | 0 | 31 | 421 | 51 | 71 |
| Binary | 10010111 | 1100110 | 10111111 | 10101 | 101111 | 0 | 11001 | 100010001 | 101001 | 111001 |
Color Harmonies of #9766BF
Complementary color
Monochromatic Colors of #9766BF
Black with #9766BF
Text Example
Text Example
White with #9766BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9766BF; }
p { color: rgb(151,102,191); }
H1.HeaderClassName
{
color: #9766BF;
}
.AnyTagClassName
{
color: #9766BF;
}
</style>
background-color css
<style>
a { background-color: #9766BF; }
a { background-color: rgb(151,102,191); }
div.DivClassName
{
background-color: #9766BF;
}
.BgClassName
{
background-color: #9766BF;
}
</style>
border-color css
<style>
span { border-color: #9766BF; }
span { border-color: rgb(151,102,191); }
td.TdClassName
{
border-color: #9766BF;
}
.TagClassName
{
border-color: #9766BF;
}
</style>