Shades of Amethyst #974BDF
Tints of Amethyst #974BDF
RGB
CMYK
RGB Variations
Color information
#974BDF (or 0x974BDF) is known color: Amethyst. HEX triplet: 97, 4B and DF. RGB value is (151,75,223). Sum of RGB (Red+Green+Blue) = 151+75+223=449 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.63% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #974BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #974BDF is #68B420. Grayscale: #727272. Windows color (decimal): -6861857 or 14633879. OLE color: 14633879.
HSL color Cylindrical-coordinate representation of color #974BDF: hue angle of 270.81º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #974BDF is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 75 | 223 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.13 |
| HSL | 270.81º | 0.7% | 0.58% | - |
| HSV(B) | 270.81º | 0.66% | 0.87% | - |
| XYZ | 28.6 | 16.94 | 71.57 | - |
| YUV | 114.6 | 189.18 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 75 | 223 | 0.32 | 0.66 | 0 | 0.13 | 270.81 | 0.7 | 0.58 |
| Hex | 97 | 4B | DF | 20 | 42 | 0 | D | 10F | 46 | 3A |
| Octal | 227 | 113 | 337 | 40 | 102 | 0 | 15 | 417 | 106 | 72 |
| Binary | 10010111 | 1001011 | 11011111 | 100000 | 1000010 | 0 | 1101 | 100001111 | 1000110 | 111010 |
Color Harmonies of #974BDF
Complementary color
Monochromatic Colors of #974BDF
Black with #974BDF
Text Example
Text Example
White with #974BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #974BDF; }
p { color: rgb(151,75,223); }
H1.HeaderClassName
{
color: #974BDF;
}
.AnyTagClassName
{
color: #974BDF;
}
</style>
background-color css
<style>
a { background-color: #974BDF; }
a { background-color: rgb(151,75,223); }
div.DivClassName
{
background-color: #974BDF;
}
.BgClassName
{
background-color: #974BDF;
}
</style>
border-color css
<style>
span { border-color: #974BDF; }
span { border-color: rgb(151,75,223); }
td.TdClassName
{
border-color: #974BDF;
}
.TagClassName
{
border-color: #974BDF;
}
</style>