Shades of Amethyst #9763CC
Tints of Amethyst #9763CC
RGB
CMYK
RGB Variations
Color information
#9763CC (or 0x9763CC) is known color: Amethyst. HEX triplet: 97, 63 and CC. RGB value is (151,99,204). Sum of RGB (Red+Green+Blue) = 151+99+204=454 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.26% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #9763CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9763CC is #689C33. Grayscale: #7E7E7E. Windows color (decimal): -6855732 or 13394839. OLE color: 13394839.
HSL color Cylindrical-coordinate representation of color #9763CC: hue angle of 269.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9763CC is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 99 | 204 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.2 |
| HSL | 269.71º | 0.51% | 0.59% | - |
| HSV(B) | 269.71º | 0.51% | 0.8% | - |
| XYZ | 28.12 | 19.86 | 59.48 | - |
| YUV | 126.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 99 | 204 | 0.26 | 0.51 | 0 | 0.2 | 269.71 | 0.51 | 0.59 |
| Hex | 97 | 63 | CC | 1A | 33 | 0 | 14 | 10E | 33 | 3B |
| Octal | 227 | 143 | 314 | 32 | 63 | 0 | 24 | 416 | 63 | 73 |
| Binary | 10010111 | 1100011 | 11001100 | 11010 | 110011 | 0 | 10100 | 100001110 | 110011 | 111011 |
Color Harmonies of #9763CC
Complementary color
Monochromatic Colors of #9763CC
Black with #9763CC
Text Example
Text Example
White with #9763CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9763CC; }
p { color: rgb(151,99,204); }
H1.HeaderClassName
{
color: #9763CC;
}
.AnyTagClassName
{
color: #9763CC;
}
</style>
background-color css
<style>
a { background-color: #9763CC; }
a { background-color: rgb(151,99,204); }
div.DivClassName
{
background-color: #9763CC;
}
.BgClassName
{
background-color: #9763CC;
}
</style>
border-color css
<style>
span { border-color: #9763CC; }
span { border-color: rgb(151,99,204); }
td.TdClassName
{
border-color: #9763CC;
}
.TagClassName
{
border-color: #9763CC;
}
</style>