Shades of Amethyst #974EE8
Tints of Amethyst #974EE8
RGB
CMYK
RGB Variations
Color information
#974EE8 (or 0x974EE8) is known color: Amethyst. HEX triplet: 97, 4E and E8. RGB value is (151,78,232). Sum of RGB (Red+Green+Blue) = 151+78+232=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 78 (30.86% from 255 or 16.92% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #974EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #974EE8 is #68B117. Grayscale: #747474. Windows color (decimal): -6861080 or 15224471. OLE color: 15224471.
HSL color Cylindrical-coordinate representation of color #974EE8: hue angle of 268.44º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974EE8 is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 151 | 78 | 232 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.09 |
| HSL | 268.44º | 0.77% | 0.61% | - |
| HSV(B) | 268.44º | 0.66% | 0.91% | - |
| XYZ | 30.05 | 17.85 | 78.21 | - |
| YUV | 117.38 | 192.68 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 78 | 232 | 0.35 | 0.66 | 0 | 0.09 | 268.44 | 0.77 | 0.61 |
| Hex | 97 | 4E | E8 | 23 | 42 | 0 | 9 | 10C | 4D | 3D |
| Octal | 227 | 116 | 350 | 43 | 102 | 0 | 11 | 414 | 115 | 75 |
| Binary | 10010111 | 1001110 | 11101000 | 100011 | 1000010 | 0 | 1001 | 100001100 | 1001101 | 111101 |
Color Harmonies of #974EE8
Complementary color
Monochromatic Colors of #974EE8
Black with #974EE8
Text Example
Text Example
White with #974EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974EE8; }
p { color: rgb(151,78,232); }
H1.HeaderClassName
{
color: #974EE8;
}
.AnyTagClassName
{
color: #974EE8;
}
</style>
background-color css
<style>
a { background-color: #974EE8; }
a { background-color: rgb(151,78,232); }
div.DivClassName
{
background-color: #974EE8;
}
.BgClassName
{
background-color: #974EE8;
}
</style>
border-color css
<style>
span { border-color: #974EE8; }
span { border-color: rgb(151,78,232); }
td.TdClassName
{
border-color: #974EE8;
}
.TagClassName
{
border-color: #974EE8;
}
</style>