Shades of Amethyst #9756CC
Tints of Amethyst #9756CC
RGB
CMYK
RGB Variations
Color information
#9756CC (or 0x9756CC) is known color: Amethyst. HEX triplet: 97, 56 and CC. RGB value is (151,86,204). Sum of RGB (Red+Green+Blue) = 151+86+204=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #9756CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9756CC is #68A933. Grayscale: #767676. Windows color (decimal): -6859060 or 13391511. OLE color: 13391511.
HSL color Cylindrical-coordinate representation of color #9756CC: hue angle of 273.05º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9756CC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 86 | 204 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.2 |
| HSL | 273.05º | 0.54% | 0.57% | - |
| HSV(B) | 273.05º | 0.58% | 0.8% | - |
| XYZ | 26.99 | 17.59 | 59.1 | - |
| YUV | 118.89 | 176.03 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 86 | 204 | 0.26 | 0.58 | 0 | 0.2 | 273.05 | 0.54 | 0.57 |
| Hex | 97 | 56 | CC | 1A | 3A | 0 | 14 | 111 | 36 | 39 |
| Octal | 227 | 126 | 314 | 32 | 72 | 0 | 24 | 421 | 66 | 71 |
| Binary | 10010111 | 1010110 | 11001100 | 11010 | 111010 | 0 | 10100 | 100010001 | 110110 | 111001 |
Color Harmonies of #9756CC
Complementary color
Monochromatic Colors of #9756CC
Black with #9756CC
Text Example
Text Example
White with #9756CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9756CC; }
p { color: rgb(151,86,204); }
H1.HeaderClassName
{
color: #9756CC;
}
.AnyTagClassName
{
color: #9756CC;
}
</style>
background-color css
<style>
a { background-color: #9756CC; }
a { background-color: rgb(151,86,204); }
div.DivClassName
{
background-color: #9756CC;
}
.BgClassName
{
background-color: #9756CC;
}
</style>
border-color css
<style>
span { border-color: #9756CC; }
span { border-color: rgb(151,86,204); }
td.TdClassName
{
border-color: #9756CC;
}
.TagClassName
{
border-color: #9756CC;
}
</style>