Shades of Amethyst #974DDF
Tints of Amethyst #974DDF
RGB
CMYK
RGB Variations
Color information
#974DDF (or 0x974DDF) is known color: Amethyst. HEX triplet: 97, 4D and DF. RGB value is (151,77,223). Sum of RGB (Red+Green+Blue) = 151+77+223=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #974DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DDF is #68B220. Grayscale: #737373. Windows color (decimal): -6861345 or 14634391. OLE color: 14634391.
HSL color Cylindrical-coordinate representation of color #974DDF: hue angle of 270.41º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974DDF is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 77 | 223 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.13 |
| HSL | 270.41º | 0.7% | 0.59% | - |
| HSV(B) | 270.41º | 0.65% | 0.87% | - |
| XYZ | 28.74 | 17.21 | 71.62 | - |
| YUV | 115.77 | 188.52 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 223 | 0.32 | 0.65 | 0 | 0.13 | 270.41 | 0.7 | 0.59 |
| Hex | 97 | 4D | DF | 20 | 41 | 0 | D | 10E | 46 | 3B |
| Octal | 227 | 115 | 337 | 40 | 101 | 0 | 15 | 416 | 106 | 73 |
| Binary | 10010111 | 1001101 | 11011111 | 100000 | 1000001 | 0 | 1101 | 100001110 | 1000110 | 111011 |
Color Harmonies of #974DDF
Complementary color
Monochromatic Colors of #974DDF
Black with #974DDF
Text Example
Text Example
White with #974DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974DDF; }
p { color: rgb(151,77,223); }
H1.HeaderClassName
{
color: #974DDF;
}
.AnyTagClassName
{
color: #974DDF;
}
</style>
background-color css
<style>
a { background-color: #974DDF; }
a { background-color: rgb(151,77,223); }
div.DivClassName
{
background-color: #974DDF;
}
.BgClassName
{
background-color: #974DDF;
}
</style>
border-color css
<style>
span { border-color: #974DDF; }
span { border-color: rgb(151,77,223); }
td.TdClassName
{
border-color: #974DDF;
}
.TagClassName
{
border-color: #974DDF;
}
</style>