Shades of Amethyst #9756CE
Tints of Amethyst #9756CE
RGB
CMYK
RGB Variations
Color information
#9756CE (or 0x9756CE) is known color: Amethyst. HEX triplet: 97, 56 and CE. RGB value is (151,86,206). Sum of RGB (Red+Green+Blue) = 151+86+206=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #9756CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756CE is #68A931. Grayscale: #767676. Windows color (decimal): -6859058 or 13522583. OLE color: 13522583.
HSL color Cylindrical-coordinate representation of color #9756CE: hue angle of 272.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9756CE is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 86 | 206 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.19 |
| HSL | 272.5º | 0.55% | 0.57% | - |
| HSV(B) | 272.5º | 0.58% | 0.81% | - |
| XYZ | 27.23 | 17.69 | 60.37 | - |
| YUV | 119.12 | 177.03 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 206 | 0.27 | 0.58 | 0 | 0.19 | 272.5 | 0.55 | 0.57 |
| Hex | 97 | 56 | CE | 1B | 3A | 0 | 13 | 110 | 37 | 39 |
| Octal | 227 | 126 | 316 | 33 | 72 | 0 | 23 | 420 | 67 | 71 |
| Binary | 10010111 | 1010110 | 11001110 | 11011 | 111010 | 0 | 10011 | 100010000 | 110111 | 111001 |
Color Harmonies of #9756CE
Complementary color
Monochromatic Colors of #9756CE
Black with #9756CE
Text Example
Text Example
White with #9756CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9756CE; }
p { color: rgb(151,86,206); }
H1.HeaderClassName
{
color: #9756CE;
}
.AnyTagClassName
{
color: #9756CE;
}
</style>
background-color css
<style>
a { background-color: #9756CE; }
a { background-color: rgb(151,86,206); }
div.DivClassName
{
background-color: #9756CE;
}
.BgClassName
{
background-color: #9756CE;
}
</style>
border-color css
<style>
span { border-color: #9756CE; }
span { border-color: rgb(151,86,206); }
td.TdClassName
{
border-color: #9756CE;
}
.TagClassName
{
border-color: #9756CE;
}
</style>