Shades of Amethyst #976ACF
Tints of Amethyst #976ACF
RGB
CMYK
RGB Variations
Color information
#976ACF (or 0x976ACF) is known color: Amethyst. HEX triplet: 97, 6A and CF. RGB value is (151,106,207). Sum of RGB (Red+Green+Blue) = 151+106+207=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #976ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976ACF is #689530. Grayscale: #828282. Windows color (decimal): -6853937 or 13593239. OLE color: 13593239.
HSL color Cylindrical-coordinate representation of color #976ACF: hue angle of 266.73º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #976ACF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 106 | 207 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.19 |
| HSL | 266.73º | 0.51% | 0.61% | - |
| HSV(B) | 266.73º | 0.49% | 0.81% | - |
| XYZ | 29.18 | 21.39 | 61.62 | - |
| YUV | 130.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 207 | 0.27 | 0.49 | 0 | 0.19 | 266.73 | 0.51 | 0.61 |
| Hex | 97 | 6A | CF | 1B | 31 | 0 | 13 | 10B | 33 | 3D |
| Octal | 227 | 152 | 317 | 33 | 61 | 0 | 23 | 413 | 63 | 75 |
| Binary | 10010111 | 1101010 | 11001111 | 11011 | 110001 | 0 | 10011 | 100001011 | 110011 | 111101 |
Color Harmonies of #976ACF
Complementary color
Monochromatic Colors of #976ACF
Black with #976ACF
Text Example
Text Example
White with #976ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976ACF; }
p { color: rgb(151,106,207); }
H1.HeaderClassName
{
color: #976ACF;
}
.AnyTagClassName
{
color: #976ACF;
}
</style>
background-color css
<style>
a { background-color: #976ACF; }
a { background-color: rgb(151,106,207); }
div.DivClassName
{
background-color: #976ACF;
}
.BgClassName
{
background-color: #976ACF;
}
</style>
border-color css
<style>
span { border-color: #976ACF; }
span { border-color: rgb(151,106,207); }
td.TdClassName
{
border-color: #976ACF;
}
.TagClassName
{
border-color: #976ACF;
}
</style>