Shades of Amethyst #974ED3
Tints of Amethyst #974ED3
RGB
CMYK
RGB Variations
Color information
#974ED3 (or 0x974ED3) is known color: Amethyst. HEX triplet: 97, 4E and D3. RGB value is (151,78,211). Sum of RGB (Red+Green+Blue) = 151+78+211=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 78 (30.86% from 255 or 17.73% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #974ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974ED3 is #68B12C. Grayscale: #727272. Windows color (decimal): -6861101 or 13848215. OLE color: 13848215.
HSL color Cylindrical-coordinate representation of color #974ED3: hue angle of 272.93º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #974ED3 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 78 | 211 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.17 |
| HSL | 272.93º | 0.6% | 0.57% | - |
| HSV(B) | 272.93º | 0.63% | 0.83% | - |
| XYZ | 27.24 | 16.73 | 63.42 | - |
| YUV | 114.99 | 182.18 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 211 | 0.28 | 0.63 | 0 | 0.17 | 272.93 | 0.6 | 0.57 |
| Hex | 97 | 4E | D3 | 1C | 3F | 0 | 11 | 111 | 3C | 39 |
| Octal | 227 | 116 | 323 | 34 | 77 | 0 | 21 | 421 | 74 | 71 |
| Binary | 10010111 | 1001110 | 11010011 | 11100 | 111111 | 0 | 10001 | 100010001 | 111100 | 111001 |
Color Harmonies of #974ED3
Complementary color
Monochromatic Colors of #974ED3
Black with #974ED3
Text Example
Text Example
White with #974ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974ED3; }
p { color: rgb(151,78,211); }
H1.HeaderClassName
{
color: #974ED3;
}
.AnyTagClassName
{
color: #974ED3;
}
</style>
background-color css
<style>
a { background-color: #974ED3; }
a { background-color: rgb(151,78,211); }
div.DivClassName
{
background-color: #974ED3;
}
.BgClassName
{
background-color: #974ED3;
}
</style>
border-color css
<style>
span { border-color: #974ED3; }
span { border-color: rgb(151,78,211); }
td.TdClassName
{
border-color: #974ED3;
}
.TagClassName
{
border-color: #974ED3;
}
</style>