Shades of Amethyst #9E63CA
Tints of Amethyst #9E63CA
RGB
CMYK
RGB Variations
Color information
#9E63CA (or 0x9E63CA) is known color: Amethyst. HEX triplet: 9E, 63 and CA. RGB value is (158,99,202). Sum of RGB (Red+Green+Blue) = 158+99+202=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E63CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63CA is #619C35. Grayscale: #808080. Windows color (decimal): -6396982 or 13263774. OLE color: 13263774.
HSL color Cylindrical-coordinate representation of color #9E63CA: hue angle of 274.37º 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 #9E63CA is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 99 | 202 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.21 |
| HSL | 274.37º | 0.49% | 0.59% | - |
| HSV(B) | 274.37º | 0.51% | 0.79% | - |
| XYZ | 29.22 | 20.46 | 58.29 | - |
| YUV | 128.38 | 169.55 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 202 | 0.22 | 0.51 | 0 | 0.21 | 274.37 | 0.49 | 0.59 |
| Hex | 9E | 63 | CA | 16 | 33 | 0 | 15 | 112 | 31 | 3B |
| Octal | 236 | 143 | 312 | 26 | 63 | 0 | 25 | 422 | 61 | 73 |
| Binary | 10011110 | 1100011 | 11001010 | 10110 | 110011 | 0 | 10101 | 100010010 | 110001 | 111011 |
Color Harmonies of #9E63CA
Complementary color
Monochromatic Colors of #9E63CA
Black with #9E63CA
Text Example
Text Example
White with #9E63CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E63CA; }
p { color: rgb(158,99,202); }
H1.HeaderClassName
{
color: #9E63CA;
}
.AnyTagClassName
{
color: #9E63CA;
}
</style>
background-color css
<style>
a { background-color: #9E63CA; }
a { background-color: rgb(158,99,202); }
div.DivClassName
{
background-color: #9E63CA;
}
.BgClassName
{
background-color: #9E63CA;
}
</style>
border-color css
<style>
span { border-color: #9E63CA; }
span { border-color: rgb(158,99,202); }
td.TdClassName
{
border-color: #9E63CA;
}
.TagClassName
{
border-color: #9E63CA;
}
</style>