Shades of Amethyst #974CDF
Tints of Amethyst #974CDF
RGB
CMYK
RGB Variations
Color information
#974CDF (or 0x974CDF) is known color: Amethyst. HEX triplet: 97, 4C and DF. RGB value is (151,76,223). Sum of RGB (Red+Green+Blue) = 151+76+223=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 76 (30.08% from 255 or 16.89% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #974CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CDF is #68B320. Grayscale: #727272. Windows color (decimal): -6861601 or 14634135. OLE color: 14634135.
HSL color Cylindrical-coordinate representation of color #974CDF: hue angle of 270.61º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974CDF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 76 | 223 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.13 |
| HSL | 270.61º | 0.7% | 0.59% | - |
| HSV(B) | 270.61º | 0.66% | 0.87% | - |
| XYZ | 28.67 | 17.08 | 71.6 | - |
| YUV | 115.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 223 | 0.32 | 0.66 | 0 | 0.13 | 270.61 | 0.7 | 0.59 |
| Hex | 97 | 4C | DF | 20 | 42 | 0 | D | 10F | 46 | 3B |
| Octal | 227 | 114 | 337 | 40 | 102 | 0 | 15 | 417 | 106 | 73 |
| Binary | 10010111 | 1001100 | 11011111 | 100000 | 1000010 | 0 | 1101 | 100001111 | 1000110 | 111011 |
Color Harmonies of #974CDF
Complementary color
Monochromatic Colors of #974CDF
Black with #974CDF
Text Example
Text Example
White with #974CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974CDF; }
p { color: rgb(151,76,223); }
H1.HeaderClassName
{
color: #974CDF;
}
.AnyTagClassName
{
color: #974CDF;
}
</style>
background-color css
<style>
a { background-color: #974CDF; }
a { background-color: rgb(151,76,223); }
div.DivClassName
{
background-color: #974CDF;
}
.BgClassName
{
background-color: #974CDF;
}
</style>
border-color css
<style>
span { border-color: #974CDF; }
span { border-color: rgb(151,76,223); }
td.TdClassName
{
border-color: #974CDF;
}
.TagClassName
{
border-color: #974CDF;
}
</style>