Shades of Amethyst #9E63C3
Tints of Amethyst #9E63C3
RGB
CMYK
RGB Variations
Color information
#9E63C3 (or 0x9E63C3) is known color: Amethyst. HEX triplet: 9E, 63 and C3. RGB value is (158,99,195). Sum of RGB (Red+Green+Blue) = 158+99+195=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 99 (39.06% from 255 or 21.90% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 195 - color contains mainly: blue. Hex color #9E63C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63C3 is #619C3C. Grayscale: #7F7F7F. Windows color (decimal): -6396989 or 12805022. OLE color: 12805022.
HSL color Cylindrical-coordinate representation of color #9E63C3: hue angle of 276.88º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E63C3 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 99 | 195 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.24 |
| HSL | 276.88º | 0.44% | 0.58% | - |
| HSV(B) | 276.88º | 0.49% | 0.76% | - |
| XYZ | 28.41 | 20.13 | 54.02 | - |
| YUV | 127.59 | 166.05 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 195 | 0.19 | 0.49 | 0 | 0.24 | 276.88 | 0.44 | 0.58 |
| Hex | 9E | 63 | C3 | 13 | 31 | 0 | 18 | 115 | 2C | 3A |
| Octal | 236 | 143 | 303 | 23 | 61 | 0 | 30 | 425 | 54 | 72 |
| Binary | 10011110 | 1100011 | 11000011 | 10011 | 110001 | 0 | 11000 | 100010101 | 101100 | 111010 |
Color Harmonies of #9E63C3
Complementary color
Monochromatic Colors of #9E63C3
Black with #9E63C3
Text Example
Text Example
White with #9E63C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E63C3; }
p { color: rgb(158,99,195); }
H1.HeaderClassName
{
color: #9E63C3;
}
.AnyTagClassName
{
color: #9E63C3;
}
</style>
background-color css
<style>
a { background-color: #9E63C3; }
a { background-color: rgb(158,99,195); }
div.DivClassName
{
background-color: #9E63C3;
}
.BgClassName
{
background-color: #9E63C3;
}
</style>
border-color css
<style>
span { border-color: #9E63C3; }
span { border-color: rgb(158,99,195); }
td.TdClassName
{
border-color: #9E63C3;
}
.TagClassName
{
border-color: #9E63C3;
}
</style>