Shades of Amethyst #974EDD
Tints of Amethyst #974EDD
RGB
CMYK
RGB Variations
Color information
#974EDD (or 0x974EDD) is known color: Amethyst. HEX triplet: 97, 4E and DD. RGB value is (151,78,221). Sum of RGB (Red+Green+Blue) = 151+78+221=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #974EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974EDD is #68B122. Grayscale: #737373. Windows color (decimal): -6861091 or 14503575. OLE color: 14503575.
HSL color Cylindrical-coordinate representation of color #974EDD: hue angle of 270.63º degrees, saturation: 0.68, 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 #974EDD is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 78 | 221 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.13 |
| HSL | 270.63º | 0.68% | 0.59% | - |
| HSV(B) | 270.63º | 0.65% | 0.87% | - |
| XYZ | 28.54 | 17.25 | 70.23 | - |
| YUV | 116.13 | 187.18 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 221 | 0.32 | 0.65 | 0 | 0.13 | 270.63 | 0.68 | 0.59 |
| Hex | 97 | 4E | DD | 20 | 41 | 0 | D | 10F | 44 | 3B |
| Octal | 227 | 116 | 335 | 40 | 101 | 0 | 15 | 417 | 104 | 73 |
| Binary | 10010111 | 1001110 | 11011101 | 100000 | 1000001 | 0 | 1101 | 100001111 | 1000100 | 111011 |
Color Harmonies of #974EDD
Complementary color
Monochromatic Colors of #974EDD
Black with #974EDD
Text Example
Text Example
White with #974EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974EDD; }
p { color: rgb(151,78,221); }
H1.HeaderClassName
{
color: #974EDD;
}
.AnyTagClassName
{
color: #974EDD;
}
</style>
background-color css
<style>
a { background-color: #974EDD; }
a { background-color: rgb(151,78,221); }
div.DivClassName
{
background-color: #974EDD;
}
.BgClassName
{
background-color: #974EDD;
}
</style>
border-color css
<style>
span { border-color: #974EDD; }
span { border-color: rgb(151,78,221); }
td.TdClassName
{
border-color: #974EDD;
}
.TagClassName
{
border-color: #974EDD;
}
</style>