Shades of Amethyst #974CDD
Tints of Amethyst #974CDD
RGB
CMYK
RGB Variations
Color information
#974CDD (or 0x974CDD) is known color: Amethyst. HEX triplet: 97, 4C and DD. RGB value is (151,76,221). Sum of RGB (Red+Green+Blue) = 151+76+221=448 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.71% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #974CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CDD is #68B322. Grayscale: #727272. Windows color (decimal): -6861603 or 14503063. OLE color: 14503063.
HSL color Cylindrical-coordinate representation of color #974CDD: hue angle of 271.03º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974CDD is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 76 | 221 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.13 |
| HSL | 271.03º | 0.68% | 0.58% | - |
| HSV(B) | 271.03º | 0.66% | 0.87% | - |
| XYZ | 28.4 | 16.97 | 70.19 | - |
| YUV | 114.96 | 187.85 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 221 | 0.32 | 0.66 | 0 | 0.13 | 271.03 | 0.68 | 0.58 |
| Hex | 97 | 4C | DD | 20 | 42 | 0 | D | 10F | 44 | 3A |
| Octal | 227 | 114 | 335 | 40 | 102 | 0 | 15 | 417 | 104 | 72 |
| Binary | 10010111 | 1001100 | 11011101 | 100000 | 1000010 | 0 | 1101 | 100001111 | 1000100 | 111010 |
Color Harmonies of #974CDD
Complementary color
Monochromatic Colors of #974CDD
Black with #974CDD
Text Example
Text Example
White with #974CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974CDD; }
p { color: rgb(151,76,221); }
H1.HeaderClassName
{
color: #974CDD;
}
.AnyTagClassName
{
color: #974CDD;
}
</style>
background-color css
<style>
a { background-color: #974CDD; }
a { background-color: rgb(151,76,221); }
div.DivClassName
{
background-color: #974CDD;
}
.BgClassName
{
background-color: #974CDD;
}
</style>
border-color css
<style>
span { border-color: #974CDD; }
span { border-color: rgb(151,76,221); }
td.TdClassName
{
border-color: #974CDD;
}
.TagClassName
{
border-color: #974CDD;
}
</style>