Shades of Amethyst #974FDE
Tints of Amethyst #974FDE
RGB
CMYK
RGB Variations
Color information
#974FDE (or 0x974FDE) is known color: Amethyst. HEX triplet: 97, 4F and DE. RGB value is (151,79,222). Sum of RGB (Red+Green+Blue) = 151+79+222=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 79 (31.25% from 255 or 17.48% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #974FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FDE is #68B021. Grayscale: #747474. Windows color (decimal): -6860834 or 14569367. OLE color: 14569367.
HSL color Cylindrical-coordinate representation of color #974FDE: hue angle of 270.21º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974FDE is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 79 | 222 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.13 |
| HSL | 270.21º | 0.68% | 0.59% | - |
| HSV(B) | 270.21º | 0.64% | 0.87% | - |
| XYZ | 28.74 | 17.45 | 70.96 | - |
| YUV | 116.83 | 187.35 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 222 | 0.32 | 0.64 | 0 | 0.13 | 270.21 | 0.68 | 0.59 |
| Hex | 97 | 4F | DE | 20 | 40 | 0 | D | 10E | 44 | 3B |
| Octal | 227 | 117 | 336 | 40 | 100 | 0 | 15 | 416 | 104 | 73 |
| Binary | 10010111 | 1001111 | 11011110 | 100000 | 1000000 | 0 | 1101 | 100001110 | 1000100 | 111011 |
Color Harmonies of #974FDE
Complementary color
Monochromatic Colors of #974FDE
Black with #974FDE
Text Example
Text Example
White with #974FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FDE; }
p { color: rgb(151,79,222); }
H1.HeaderClassName
{
color: #974FDE;
}
.AnyTagClassName
{
color: #974FDE;
}
</style>
background-color css
<style>
a { background-color: #974FDE; }
a { background-color: rgb(151,79,222); }
div.DivClassName
{
background-color: #974FDE;
}
.BgClassName
{
background-color: #974FDE;
}
</style>
border-color css
<style>
span { border-color: #974FDE; }
span { border-color: rgb(151,79,222); }
td.TdClassName
{
border-color: #974FDE;
}
.TagClassName
{
border-color: #974FDE;
}
</style>