Shades of Amethyst #974BDB
Tints of Amethyst #974BDB
RGB
CMYK
RGB Variations
Color information
#974BDB (or 0x974BDB) is known color: Amethyst. HEX triplet: 97, 4B and DB. RGB value is (151,75,219). Sum of RGB (Red+Green+Blue) = 151+75+219=445 (58% of max value = 765). Red value is 151 (59.38% from 255 or 33.93% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #974BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BDB is #68B424. Grayscale: #717171. Windows color (decimal): -6861861 or 14371735. OLE color: 14371735.
HSL color Cylindrical-coordinate representation of color #974BDB: hue angle of 271.67º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974BDB is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 75 | 219 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.14 |
| HSL | 271.67º | 0.67% | 0.58% | - |
| HSV(B) | 271.67º | 0.66% | 0.86% | - |
| XYZ | 28.06 | 16.73 | 68.77 | - |
| YUV | 114.14 | 187.18 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 219 | 0.31 | 0.66 | 0 | 0.14 | 271.67 | 0.67 | 0.58 |
| Hex | 97 | 4B | DB | 1F | 42 | 0 | E | 110 | 43 | 3A |
| Octal | 227 | 113 | 333 | 37 | 102 | 0 | 16 | 420 | 103 | 72 |
| Binary | 10010111 | 1001011 | 11011011 | 11111 | 1000010 | 0 | 1110 | 100010000 | 1000011 | 111010 |
Color Harmonies of #974BDB
Complementary color
Monochromatic Colors of #974BDB
Black with #974BDB
Text Example
Text Example
White with #974BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974BDB; }
p { color: rgb(151,75,219); }
H1.HeaderClassName
{
color: #974BDB;
}
.AnyTagClassName
{
color: #974BDB;
}
</style>
background-color css
<style>
a { background-color: #974BDB; }
a { background-color: rgb(151,75,219); }
div.DivClassName
{
background-color: #974BDB;
}
.BgClassName
{
background-color: #974BDB;
}
</style>
border-color css
<style>
span { border-color: #974BDB; }
span { border-color: rgb(151,75,219); }
td.TdClassName
{
border-color: #974BDB;
}
.TagClassName
{
border-color: #974BDB;
}
</style>