Shades of Amethyst #9A63CA
Tints of Amethyst #9A63CA
RGB
CMYK
RGB Variations
Color information
#9A63CA (or 0x9A63CA) is known color: Amethyst. HEX triplet: 9A, 63 and CA. RGB value is (154,99,202). Sum of RGB (Red+Green+Blue) = 154+99+202=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63CA is #659C35. Grayscale: #7E7E7E. Windows color (decimal): -6659126 or 13263770. OLE color: 13263770.
HSL color Cylindrical-coordinate representation of color #9A63CA: hue angle of 272.04º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A63CA is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 154 | 99 | 202 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.21 |
| HSL | 272.04º | 0.49% | 0.59% | - |
| HSV(B) | 272.04º | 0.51% | 0.79% | - |
| XYZ | 28.45 | 20.06 | 58.25 | - |
| YUV | 127.19 | 170.22 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 202 | 0.24 | 0.51 | 0 | 0.21 | 272.04 | 0.49 | 0.59 |
| Hex | 9A | 63 | CA | 18 | 33 | 0 | 15 | 110 | 31 | 3B |
| Octal | 232 | 143 | 312 | 30 | 63 | 0 | 25 | 420 | 61 | 73 |
| Binary | 10011010 | 1100011 | 11001010 | 11000 | 110011 | 0 | 10101 | 100010000 | 110001 | 111011 |
Color Harmonies of #9A63CA
Complementary color
Monochromatic Colors of #9A63CA
Black with #9A63CA
Text Example
Text Example
White with #9A63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63CA; }
p { color: rgb(154,99,202); }
H1.HeaderClassName
{
color: #9A63CA;
}
.AnyTagClassName
{
color: #9A63CA;
}
</style>
background-color css
<style>
a { background-color: #9A63CA; }
a { background-color: rgb(154,99,202); }
div.DivClassName
{
background-color: #9A63CA;
}
.BgClassName
{
background-color: #9A63CA;
}
</style>
border-color css
<style>
span { border-color: #9A63CA; }
span { border-color: rgb(154,99,202); }
td.TdClassName
{
border-color: #9A63CA;
}
.TagClassName
{
border-color: #9A63CA;
}
</style>