Shades of Amethyst #9A63CC
Tints of Amethyst #9A63CC
RGB
CMYK
RGB Variations
Color information
#9A63CC (or 0x9A63CC) is known color: Amethyst. HEX triplet: 9A, 63 and CC. RGB value is (154,99,204). Sum of RGB (Red+Green+Blue) = 154+99+204=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #9A63CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63CC is #659C33. Grayscale: #7F7F7F. Windows color (decimal): -6659124 or 13394842. OLE color: 13394842.
HSL color Cylindrical-coordinate representation of color #9A63CC: hue angle of 271.43º 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 #9A63CC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 154 | 99 | 204 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.2 |
| HSL | 271.43º | 0.51% | 0.59% | - |
| HSV(B) | 271.43º | 0.51% | 0.8% | - |
| XYZ | 28.69 | 20.15 | 59.5 | - |
| YUV | 127.42 | 171.22 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 204 | 0.25 | 0.51 | 0 | 0.2 | 271.43 | 0.51 | 0.59 |
| Hex | 9A | 63 | CC | 19 | 33 | 0 | 14 | 10F | 33 | 3B |
| Octal | 232 | 143 | 314 | 31 | 63 | 0 | 24 | 417 | 63 | 73 |
| Binary | 10011010 | 1100011 | 11001100 | 11001 | 110011 | 0 | 10100 | 100001111 | 110011 | 111011 |
Color Harmonies of #9A63CC
Complementary color
Monochromatic Colors of #9A63CC
Black with #9A63CC
Text Example
Text Example
White with #9A63CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63CC; }
p { color: rgb(154,99,204); }
H1.HeaderClassName
{
color: #9A63CC;
}
.AnyTagClassName
{
color: #9A63CC;
}
</style>
background-color css
<style>
a { background-color: #9A63CC; }
a { background-color: rgb(154,99,204); }
div.DivClassName
{
background-color: #9A63CC;
}
.BgClassName
{
background-color: #9A63CC;
}
</style>
border-color css
<style>
span { border-color: #9A63CC; }
span { border-color: rgb(154,99,204); }
td.TdClassName
{
border-color: #9A63CC;
}
.TagClassName
{
border-color: #9A63CC;
}
</style>