Shades of Amethyst #9757D6
Tints of Amethyst #9757D6
RGB
CMYK
RGB Variations
Color information
#9757D6 (or 0x9757D6) is known color: Amethyst. HEX triplet: 97, 57 and D6. RGB value is (151,87,214). Sum of RGB (Red+Green+Blue) = 151+87+214=452 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.41% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #9757D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9757D6 is #68A829. Grayscale: #787878. Windows color (decimal): -6858794 or 14047127. OLE color: 14047127.
HSL color Cylindrical-coordinate representation of color #9757D6: hue angle of 270.24º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9757D6 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 151 | 87 | 214 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.16 |
| HSL | 270.24º | 0.61% | 0.59% | - |
| HSV(B) | 270.24º | 0.59% | 0.84% | - |
| XYZ | 28.31 | 18.25 | 65.65 | - |
| YUV | 120.61 | 180.7 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 87 | 214 | 0.29 | 0.59 | 0 | 0.16 | 270.24 | 0.61 | 0.59 |
| Hex | 97 | 57 | D6 | 1D | 3B | 0 | 10 | 10E | 3D | 3B |
| Octal | 227 | 127 | 326 | 35 | 73 | 0 | 20 | 416 | 75 | 73 |
| Binary | 10010111 | 1010111 | 11010110 | 11101 | 111011 | 0 | 10000 | 100001110 | 111101 | 111011 |
Color Harmonies of #9757D6
Complementary color
Monochromatic Colors of #9757D6
Black with #9757D6
Text Example
Text Example
White with #9757D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9757D6; }
p { color: rgb(151,87,214); }
H1.HeaderClassName
{
color: #9757D6;
}
.AnyTagClassName
{
color: #9757D6;
}
</style>
background-color css
<style>
a { background-color: #9757D6; }
a { background-color: rgb(151,87,214); }
div.DivClassName
{
background-color: #9757D6;
}
.BgClassName
{
background-color: #9757D6;
}
</style>
border-color css
<style>
span { border-color: #9757D6; }
span { border-color: rgb(151,87,214); }
td.TdClassName
{
border-color: #9757D6;
}
.TagClassName
{
border-color: #9757D6;
}
</style>