Shades of Amethyst #9757E0
Tints of Amethyst #9757E0
RGB
CMYK
RGB Variations
Color information
#9757E0 (or 0x9757E0) is known color: Amethyst. HEX triplet: 97, 57 and E0. RGB value is (151,87,224). Sum of RGB (Red+Green+Blue) = 151+87+224=462 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.68% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 224 (87.89% from 255 or 48.48% from 462); Max value from RGB is 224 - color contains mainly: blue. Hex color #9757E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9757E0 is #68A81F. Grayscale: #797979. Windows color (decimal): -6858784 or 14702487. OLE color: 14702487.
HSL color Cylindrical-coordinate representation of color #9757E0: hue angle of 268.03º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9757E0 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 151 | 87 | 224 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.12 |
| HSL | 268.03º | 0.69% | 0.61% | - |
| HSV(B) | 268.03º | 0.61% | 0.88% | - |
| XYZ | 29.63 | 18.78 | 72.58 | - |
| YUV | 121.75 | 185.7 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 87 | 224 | 0.33 | 0.61 | 0 | 0.12 | 268.03 | 0.69 | 0.61 |
| Hex | 97 | 57 | E0 | 21 | 3D | 0 | C | 10C | 45 | 3D |
| Octal | 227 | 127 | 340 | 41 | 75 | 0 | 14 | 414 | 105 | 75 |
| Binary | 10010111 | 1010111 | 11100000 | 100001 | 111101 | 0 | 1100 | 100001100 | 1000101 | 111101 |
Color Harmonies of #9757E0
Complementary color
Monochromatic Colors of #9757E0
Black with #9757E0
Text Example
Text Example
White with #9757E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9757E0; }
p { color: rgb(151,87,224); }
H1.HeaderClassName
{
color: #9757E0;
}
.AnyTagClassName
{
color: #9757E0;
}
</style>
background-color css
<style>
a { background-color: #9757E0; }
a { background-color: rgb(151,87,224); }
div.DivClassName
{
background-color: #9757E0;
}
.BgClassName
{
background-color: #9757E0;
}
</style>
border-color css
<style>
span { border-color: #9757E0; }
span { border-color: rgb(151,87,224); }
td.TdClassName
{
border-color: #9757E0;
}
.TagClassName
{
border-color: #9757E0;
}
</style>