Shades of Amethyst #976BC7
Tints of Amethyst #976BC7
RGB
CMYK
RGB Variations
Color information
#976BC7 (or 0x976BC7) is known color: Amethyst. HEX triplet: 97, 6B and C7. RGB value is (151,107,199). Sum of RGB (Red+Green+Blue) = 151+107+199=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #976BC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976BC7 is #689438. Grayscale: #828282. Windows color (decimal): -6853689 or 13069207. OLE color: 13069207.
HSL color Cylindrical-coordinate representation of color #976BC7: hue angle of 268.7º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #976BC7 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 107 | 199 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.22 |
| HSL | 268.7º | 0.45% | 0.6% | - |
| HSV(B) | 268.7º | 0.46% | 0.78% | - |
| XYZ | 28.33 | 21.22 | 56.64 | - |
| YUV | 130.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 107 | 199 | 0.24 | 0.46 | 0 | 0.22 | 268.7 | 0.45 | 0.6 |
| Hex | 97 | 6B | C7 | 18 | 2E | 0 | 16 | 10D | 2D | 3C |
| Octal | 227 | 153 | 307 | 30 | 56 | 0 | 26 | 415 | 55 | 74 |
| Binary | 10010111 | 1101011 | 11000111 | 11000 | 101110 | 0 | 10110 | 100001101 | 101101 | 111100 |
Color Harmonies of #976BC7
Complementary color
Monochromatic Colors of #976BC7
Black with #976BC7
Text Example
Text Example
White with #976BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976BC7; }
p { color: rgb(151,107,199); }
H1.HeaderClassName
{
color: #976BC7;
}
.AnyTagClassName
{
color: #976BC7;
}
</style>
background-color css
<style>
a { background-color: #976BC7; }
a { background-color: rgb(151,107,199); }
div.DivClassName
{
background-color: #976BC7;
}
.BgClassName
{
background-color: #976BC7;
}
</style>
border-color css
<style>
span { border-color: #976BC7; }
span { border-color: rgb(151,107,199); }
td.TdClassName
{
border-color: #976BC7;
}
.TagClassName
{
border-color: #976BC7;
}
</style>