Shades of Amethyst #976AD4
Tints of Amethyst #976AD4
RGB
CMYK
RGB Variations
Color information
#976AD4 (or 0x976AD4) is known color: Amethyst. HEX triplet: 97, 6A and D4. RGB value is (151,106,212). Sum of RGB (Red+Green+Blue) = 151+106+212=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 106 (41.80% from 255 or 22.60% from 469); Blue value is 212 (83.20% from 255 or 45.20% from 469); Max value from RGB is 212 - color contains mainly: blue. Hex color #976AD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976AD4 is #68952B. Grayscale: #838383. Windows color (decimal): -6853932 or 13920919. OLE color: 13920919.
HSL color Cylindrical-coordinate representation of color #976AD4: hue angle of 265.47º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #976AD4 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 106 | 212 | - |
| CMYK | 0.29 | 0.5 | 0 | 0.17 |
| HSL | 265.47º | 0.55% | 0.62% | - |
| HSV(B) | 265.47º | 0.5% | 0.83% | - |
| XYZ | 29.8 | 21.64 | 64.89 | - |
| YUV | 131.54 | 173.41 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 106 | 212 | 0.29 | 0.5 | 0 | 0.17 | 265.47 | 0.55 | 0.62 |
| Hex | 97 | 6A | D4 | 1D | 32 | 0 | 11 | 109 | 37 | 3E |
| Octal | 227 | 152 | 324 | 35 | 62 | 0 | 21 | 411 | 67 | 76 |
| Binary | 10010111 | 1101010 | 11010100 | 11101 | 110010 | 0 | 10001 | 100001001 | 110111 | 111110 |
Color Harmonies of #976AD4
Complementary color
Monochromatic Colors of #976AD4
Black with #976AD4
Text Example
Text Example
White with #976AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976AD4; }
p { color: rgb(151,106,212); }
H1.HeaderClassName
{
color: #976AD4;
}
.AnyTagClassName
{
color: #976AD4;
}
</style>
background-color css
<style>
a { background-color: #976AD4; }
a { background-color: rgb(151,106,212); }
div.DivClassName
{
background-color: #976AD4;
}
.BgClassName
{
background-color: #976AD4;
}
</style>
border-color css
<style>
span { border-color: #976AD4; }
span { border-color: rgb(151,106,212); }
td.TdClassName
{
border-color: #976AD4;
}
.TagClassName
{
border-color: #976AD4;
}
</style>