Shades of Amethyst #974FDF
Tints of Amethyst #974FDF
RGB
CMYK
RGB Variations
Color information
#974FDF (or 0x974FDF) is known color: Amethyst. HEX triplet: 97, 4F and DF. RGB value is (151,79,223). Sum of RGB (Red+Green+Blue) = 151+79+223=453 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.33% from 453); Green value is 79 (31.25% from 255 or 17.44% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #974FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FDF is #68B020. Grayscale: #747474. Windows color (decimal): -6860833 or 14634903. OLE color: 14634903.
HSL color Cylindrical-coordinate representation of color #974FDF: hue angle of 270º degrees, saturation: 0.69, 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 #974FDF is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 79 | 223 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.13 |
| HSL | 270º | 0.69% | 0.59% | - |
| HSV(B) | 270º | 0.65% | 0.87% | - |
| XYZ | 28.88 | 17.5 | 71.67 | - |
| YUV | 116.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 223 | 0.32 | 0.65 | 0 | 0.13 | 270 | 0.69 | 0.59 |
| Hex | 97 | 4F | DF | 20 | 41 | 0 | D | 10E | 45 | 3B |
| Octal | 227 | 117 | 337 | 40 | 101 | 0 | 15 | 416 | 105 | 73 |
| Binary | 10010111 | 1001111 | 11011111 | 100000 | 1000001 | 0 | 1101 | 100001110 | 1000101 | 111011 |
Color Harmonies of #974FDF
Complementary color
Monochromatic Colors of #974FDF
Black with #974FDF
Text Example
Text Example
White with #974FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FDF; }
p { color: rgb(151,79,223); }
H1.HeaderClassName
{
color: #974FDF;
}
.AnyTagClassName
{
color: #974FDF;
}
</style>
background-color css
<style>
a { background-color: #974FDF; }
a { background-color: rgb(151,79,223); }
div.DivClassName
{
background-color: #974FDF;
}
.BgClassName
{
background-color: #974FDF;
}
</style>
border-color css
<style>
span { border-color: #974FDF; }
span { border-color: rgb(151,79,223); }
td.TdClassName
{
border-color: #974FDF;
}
.TagClassName
{
border-color: #974FDF;
}
</style>