Shades of Amethyst #974ED2
Tints of Amethyst #974ED2
RGB
CMYK
RGB Variations
Color information
#974ED2 (or 0x974ED2) is known color: Amethyst. HEX triplet: 97, 4E and D2. RGB value is (151,78,210). Sum of RGB (Red+Green+Blue) = 151+78+210=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 210 (82.42% from 255 or 47.84% from 439); Max value from RGB is 210 - color contains mainly: blue. Hex color #974ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974ED2 is #68B12D. Grayscale: #727272. Windows color (decimal): -6861102 or 13782679. OLE color: 13782679.
HSL color Cylindrical-coordinate representation of color #974ED2: hue angle of 273.18º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #974ED2 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 78 | 210 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.18 |
| HSL | 273.18º | 0.59% | 0.56% | - |
| HSV(B) | 273.18º | 0.63% | 0.82% | - |
| XYZ | 27.12 | 16.68 | 62.76 | - |
| YUV | 114.88 | 181.68 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 210 | 0.28 | 0.63 | 0 | 0.18 | 273.18 | 0.59 | 0.56 |
| Hex | 97 | 4E | D2 | 1C | 3F | 0 | 12 | 111 | 3B | 38 |
| Octal | 227 | 116 | 322 | 34 | 77 | 0 | 22 | 421 | 73 | 70 |
| Binary | 10010111 | 1001110 | 11010010 | 11100 | 111111 | 0 | 10010 | 100010001 | 111011 | 111000 |
Color Harmonies of #974ED2
Complementary color
Monochromatic Colors of #974ED2
Black with #974ED2
Text Example
Text Example
White with #974ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974ED2; }
p { color: rgb(151,78,210); }
H1.HeaderClassName
{
color: #974ED2;
}
.AnyTagClassName
{
color: #974ED2;
}
</style>
background-color css
<style>
a { background-color: #974ED2; }
a { background-color: rgb(151,78,210); }
div.DivClassName
{
background-color: #974ED2;
}
.BgClassName
{
background-color: #974ED2;
}
</style>
border-color css
<style>
span { border-color: #974ED2; }
span { border-color: rgb(151,78,210); }
td.TdClassName
{
border-color: #974ED2;
}
.TagClassName
{
border-color: #974ED2;
}
</style>