Shades of Amethyst #974FE3
Tints of Amethyst #974FE3
RGB
CMYK
RGB Variations
Color information
#974FE3 (or 0x974FE3) is known color: Amethyst. HEX triplet: 97, 4F and E3. RGB value is (151,79,227). Sum of RGB (Red+Green+Blue) = 151+79+227=457 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.04% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 227 (89.06% from 255 or 49.67% from 457); Max value from RGB is 227 - color contains mainly: blue. Hex color #974FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FE3 is #68B01C. Grayscale: #747474. Windows color (decimal): -6860829 or 14897047. OLE color: 14897047.
HSL color Cylindrical-coordinate representation of color #974FE3: hue angle of 269.19º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974FE3 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 151 | 79 | 227 | - |
| CMYK | 0.33 | 0.65 | 0 | 0.11 |
| HSL | 269.19º | 0.73% | 0.6% | - |
| HSV(B) | 269.19º | 0.65% | 0.89% | - |
| XYZ | 29.42 | 17.72 | 74.54 | - |
| YUV | 117.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 227 | 0.33 | 0.65 | 0 | 0.11 | 269.19 | 0.73 | 0.6 |
| Hex | 97 | 4F | E3 | 21 | 41 | 0 | B | 10D | 49 | 3C |
| Octal | 227 | 117 | 343 | 41 | 101 | 0 | 13 | 415 | 111 | 74 |
| Binary | 10010111 | 1001111 | 11100011 | 100001 | 1000001 | 0 | 1011 | 100001101 | 1001001 | 111100 |
Color Harmonies of #974FE3
Complementary color
Monochromatic Colors of #974FE3
Black with #974FE3
Text Example
Text Example
White with #974FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FE3; }
p { color: rgb(151,79,227); }
H1.HeaderClassName
{
color: #974FE3;
}
.AnyTagClassName
{
color: #974FE3;
}
</style>
background-color css
<style>
a { background-color: #974FE3; }
a { background-color: rgb(151,79,227); }
div.DivClassName
{
background-color: #974FE3;
}
.BgClassName
{
background-color: #974FE3;
}
</style>
border-color css
<style>
span { border-color: #974FE3; }
span { border-color: rgb(151,79,227); }
td.TdClassName
{
border-color: #974FE3;
}
.TagClassName
{
border-color: #974FE3;
}
</style>