Shades of Amethyst #974DDC
Tints of Amethyst #974DDC
RGB
CMYK
RGB Variations
Color information
#974DDC (or 0x974DDC) is known color: Amethyst. HEX triplet: 97, 4D and DC. RGB value is (151,77,220). Sum of RGB (Red+Green+Blue) = 151+77+220=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 77 (30.47% from 255 or 17.19% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #974DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974DDC is #68B223. Grayscale: #727272. Windows color (decimal): -6861348 or 14437783. OLE color: 14437783.
HSL color Cylindrical-coordinate representation of color #974DDC: hue angle of 271.05º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974DDC is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 77 | 220 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.14 |
| HSL | 271.05º | 0.67% | 0.58% | - |
| HSV(B) | 271.05º | 0.65% | 0.86% | - |
| XYZ | 28.33 | 17.05 | 69.51 | - |
| YUV | 115.43 | 187.02 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 77 | 220 | 0.31 | 0.65 | 0 | 0.14 | 271.05 | 0.67 | 0.58 |
| Hex | 97 | 4D | DC | 1F | 41 | 0 | E | 10F | 43 | 3A |
| Octal | 227 | 115 | 334 | 37 | 101 | 0 | 16 | 417 | 103 | 72 |
| Binary | 10010111 | 1001101 | 11011100 | 11111 | 1000001 | 0 | 1110 | 100001111 | 1000011 | 111010 |
Color Harmonies of #974DDC
Complementary color
Monochromatic Colors of #974DDC
Black with #974DDC
Text Example
Text Example
White with #974DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974DDC; }
p { color: rgb(151,77,220); }
H1.HeaderClassName
{
color: #974DDC;
}
.AnyTagClassName
{
color: #974DDC;
}
</style>
background-color css
<style>
a { background-color: #974DDC; }
a { background-color: rgb(151,77,220); }
div.DivClassName
{
background-color: #974DDC;
}
.BgClassName
{
background-color: #974DDC;
}
</style>
border-color css
<style>
span { border-color: #974DDC; }
span { border-color: rgb(151,77,220); }
td.TdClassName
{
border-color: #974DDC;
}
.TagClassName
{
border-color: #974DDC;
}
</style>