Shades of Amethyst #974DD5
Tints of Amethyst #974DD5
RGB
CMYK
RGB Variations
Color information
#974DD5 (or 0x974DD5) is known color: Amethyst. HEX triplet: 97, 4D and D5. RGB value is (151,77,213). Sum of RGB (Red+Green+Blue) = 151+77+213=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #974DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DD5 is #68B22A. Grayscale: #727272. Windows color (decimal): -6861355 or 13979031. OLE color: 13979031.
HSL color Cylindrical-coordinate representation of color #974DD5: hue angle of 272.65º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974DD5 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 77 | 213 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.16 |
| HSL | 272.65º | 0.62% | 0.57% | - |
| HSV(B) | 272.65º | 0.64% | 0.84% | - |
| XYZ | 27.43 | 16.69 | 64.73 | - |
| YUV | 114.63 | 183.52 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 213 | 0.29 | 0.64 | 0 | 0.16 | 272.65 | 0.62 | 0.57 |
| Hex | 97 | 4D | D5 | 1D | 40 | 0 | 10 | 111 | 3E | 39 |
| Octal | 227 | 115 | 325 | 35 | 100 | 0 | 20 | 421 | 76 | 71 |
| Binary | 10010111 | 1001101 | 11010101 | 11101 | 1000000 | 0 | 10000 | 100010001 | 111110 | 111001 |
Color Harmonies of #974DD5
Complementary color
Monochromatic Colors of #974DD5
Black with #974DD5
Text Example
Text Example
White with #974DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974DD5; }
p { color: rgb(151,77,213); }
H1.HeaderClassName
{
color: #974DD5;
}
.AnyTagClassName
{
color: #974DD5;
}
</style>
background-color css
<style>
a { background-color: #974DD5; }
a { background-color: rgb(151,77,213); }
div.DivClassName
{
background-color: #974DD5;
}
.BgClassName
{
background-color: #974DD5;
}
</style>
border-color css
<style>
span { border-color: #974DD5; }
span { border-color: rgb(151,77,213); }
td.TdClassName
{
border-color: #974DD5;
}
.TagClassName
{
border-color: #974DD5;
}
</style>