Shades of Amethyst #974FDB
Tints of Amethyst #974FDB
RGB
CMYK
RGB Variations
Color information
#974FDB (or 0x974FDB) is known color: Amethyst. HEX triplet: 97, 4F and DB. RGB value is (151,79,219). Sum of RGB (Red+Green+Blue) = 151+79+219=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #974FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #974FDB is #68B024. Grayscale: #747474. Windows color (decimal): -6860837 or 14372759. OLE color: 14372759.
HSL color Cylindrical-coordinate representation of color #974FDB: hue angle of 270.86º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #974FDB is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 79 | 219 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.14 |
| HSL | 270.86º | 0.66% | 0.58% | - |
| HSV(B) | 270.86º | 0.64% | 0.86% | - |
| XYZ | 28.34 | 17.29 | 68.86 | - |
| YUV | 116.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 79 | 219 | 0.31 | 0.64 | 0 | 0.14 | 270.86 | 0.66 | 0.58 |
| Hex | 97 | 4F | DB | 1F | 40 | 0 | E | 10F | 42 | 3A |
| Octal | 227 | 117 | 333 | 37 | 100 | 0 | 16 | 417 | 102 | 72 |
| Binary | 10010111 | 1001111 | 11011011 | 11111 | 1000000 | 0 | 1110 | 100001111 | 1000010 | 111010 |
Color Harmonies of #974FDB
Complementary color
Monochromatic Colors of #974FDB
Black with #974FDB
Text Example
Text Example
White with #974FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974FDB; }
p { color: rgb(151,79,219); }
H1.HeaderClassName
{
color: #974FDB;
}
.AnyTagClassName
{
color: #974FDB;
}
</style>
background-color css
<style>
a { background-color: #974FDB; }
a { background-color: rgb(151,79,219); }
div.DivClassName
{
background-color: #974FDB;
}
.BgClassName
{
background-color: #974FDB;
}
</style>
border-color css
<style>
span { border-color: #974FDB; }
span { border-color: rgb(151,79,219); }
td.TdClassName
{
border-color: #974FDB;
}
.TagClassName
{
border-color: #974FDB;
}
</style>