Shades of Amethyst #9A63CB
Tints of Amethyst #9A63CB
RGB
CMYK
RGB Variations
Color information
#9A63CB (or 0x9A63CB) is known color: Amethyst. HEX triplet: 9A, 63 and CB. RGB value is (154,99,203). Sum of RGB (Red+Green+Blue) = 154+99+203=456 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.77% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A63CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A63CB is #659C34. Grayscale: #7E7E7E. Windows color (decimal): -6659125 or 13329306. OLE color: 13329306.
HSL color Cylindrical-coordinate representation of color #9A63CB: hue angle of 271.73º degrees, saturation: 0.5, 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 #9A63CB is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 99 | 203 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.20 |
| HSL | 271.73º | 0.5% | 0.59% | - |
| HSV(B) | 271.73º | 0.51% | 0.8% | - |
| XYZ | 28.57 | 20.11 | 58.87 | - |
| YUV | 127.3 | 170.72 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 99 | 203 | 0.24 | 0.51 | 0 | 0.20 | 271.73 | 0.5 | 0.59 |
| Hex | 9A | 63 | CB | 18 | 33 | 0 | 14 | 110 | 32 | 3B |
| Octal | 232 | 143 | 313 | 30 | 63 | 0 | 24 | 420 | 62 | 73 |
| Binary | 10011010 | 1100011 | 11001011 | 11000 | 110011 | 0 | 10100 | 100010000 | 110010 | 111011 |
Color Harmonies of #9A63CB
Complementary color
Monochromatic Colors of #9A63CB
Black with #9A63CB
Text Example
Text Example
White with #9A63CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A63CB; }
p { color: rgb(154,99,203); }
H1.HeaderClassName
{
color: #9A63CB;
}
.AnyTagClassName
{
color: #9A63CB;
}
</style>
background-color css
<style>
a { background-color: #9A63CB; }
a { background-color: rgb(154,99,203); }
div.DivClassName
{
background-color: #9A63CB;
}
.BgClassName
{
background-color: #9A63CB;
}
</style>
border-color css
<style>
span { border-color: #9A63CB; }
span { border-color: rgb(154,99,203); }
td.TdClassName
{
border-color: #9A63CB;
}
.TagClassName
{
border-color: #9A63CB;
}
</style>