Shades of Amethyst #9756E5
Tints of Amethyst #9756E5
RGB
CMYK
RGB Variations
Color information
#9756E5 (or 0x9756E5) is known color: Amethyst. HEX triplet: 97, 56 and E5. RGB value is (151,86,229). Sum of RGB (Red+Green+Blue) = 151+86+229=466 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.40% from 466); Green value is 86 (33.98% from 255 or 18.45% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #9756E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756E5 is #68A91A. Grayscale: #797979. Windows color (decimal): -6859035 or 15029911. OLE color: 15029911.
HSL color Cylindrical-coordinate representation of color #9756E5: hue angle of 267.27º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9756E5 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 151 | 86 | 229 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.10 |
| HSL | 267.27º | 0.73% | 0.62% | - |
| HSV(B) | 267.27º | 0.62% | 0.9% | - |
| XYZ | 30.23 | 18.89 | 76.18 | - |
| YUV | 121.74 | 188.53 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 229 | 0.34 | 0.62 | 0 | 0.10 | 267.27 | 0.73 | 0.62 |
| Hex | 97 | 56 | E5 | 22 | 3E | 0 | A | 10B | 49 | 3E |
| Octal | 227 | 126 | 345 | 42 | 76 | 0 | 12 | 413 | 111 | 76 |
| Binary | 10010111 | 1010110 | 11100101 | 100010 | 111110 | 0 | 1010 | 100001011 | 1001001 | 111110 |
Color Harmonies of #9756E5
Complementary color
Monochromatic Colors of #9756E5
Black with #9756E5
Text Example
Text Example
White with #9756E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9756E5; }
p { color: rgb(151,86,229); }
H1.HeaderClassName
{
color: #9756E5;
}
.AnyTagClassName
{
color: #9756E5;
}
</style>
background-color css
<style>
a { background-color: #9756E5; }
a { background-color: rgb(151,86,229); }
div.DivClassName
{
background-color: #9756E5;
}
.BgClassName
{
background-color: #9756E5;
}
</style>
border-color css
<style>
span { border-color: #9756E5; }
span { border-color: rgb(151,86,229); }
td.TdClassName
{
border-color: #9756E5;
}
.TagClassName
{
border-color: #9756E5;
}
</style>