Shades of Amethyst #974CDB
Tints of Amethyst #974CDB
RGB
CMYK
RGB Variations
Color information
#974CDB (or 0x974CDB) is known color: Amethyst. HEX triplet: 97, 4C and DB. RGB value is (151,76,219). Sum of RGB (Red+Green+Blue) = 151+76+219=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #974CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974CDB is #68B324. Grayscale: #727272. Windows color (decimal): -6861605 or 14371991. OLE color: 14371991.
HSL color Cylindrical-coordinate representation of color #974CDB: hue angle of 271.47º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #974CDB is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 76 | 219 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.14 |
| HSL | 271.47º | 0.67% | 0.58% | - |
| HSV(B) | 271.47º | 0.65% | 0.86% | - |
| XYZ | 28.13 | 16.86 | 68.79 | - |
| YUV | 114.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 76 | 219 | 0.31 | 0.65 | 0 | 0.14 | 271.47 | 0.67 | 0.58 |
| Hex | 97 | 4C | DB | 1F | 41 | 0 | E | 10F | 43 | 3A |
| Octal | 227 | 114 | 333 | 37 | 101 | 0 | 16 | 417 | 103 | 72 |
| Binary | 10010111 | 1001100 | 11011011 | 11111 | 1000001 | 0 | 1110 | 100001111 | 1000011 | 111010 |
Color Harmonies of #974CDB
Complementary color
Monochromatic Colors of #974CDB
Black with #974CDB
Text Example
Text Example
White with #974CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974CDB; }
p { color: rgb(151,76,219); }
H1.HeaderClassName
{
color: #974CDB;
}
.AnyTagClassName
{
color: #974CDB;
}
</style>
background-color css
<style>
a { background-color: #974CDB; }
a { background-color: rgb(151,76,219); }
div.DivClassName
{
background-color: #974CDB;
}
.BgClassName
{
background-color: #974CDB;
}
</style>
border-color css
<style>
span { border-color: #974CDB; }
span { border-color: rgb(151,76,219); }
td.TdClassName
{
border-color: #974CDB;
}
.TagClassName
{
border-color: #974CDB;
}
</style>