Shades of Amethyst #9E63CF
Tints of Amethyst #9E63CF
RGB
CMYK
RGB Variations
Color information
#9E63CF (or 0x9E63CF) is known color: Amethyst. HEX triplet: 9E, 63 and CF. RGB value is (158,99,207). Sum of RGB (Red+Green+Blue) = 158+99+207=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E63CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63CF is #619C30. Grayscale: #808080. Windows color (decimal): -6396977 or 13591454. OLE color: 13591454.
HSL color Cylindrical-coordinate representation of color #9E63CF: hue angle of 272.78º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E63CF is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 99 | 207 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.19 |
| HSL | 272.78º | 0.53% | 0.6% | - |
| HSV(B) | 272.78º | 0.52% | 0.81% | - |
| XYZ | 29.82 | 20.7 | 61.45 | - |
| YUV | 128.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 207 | 0.24 | 0.52 | 0 | 0.19 | 272.78 | 0.53 | 0.6 |
| Hex | 9E | 63 | CF | 18 | 34 | 0 | 13 | 111 | 35 | 3C |
| Octal | 236 | 143 | 317 | 30 | 64 | 0 | 23 | 421 | 65 | 74 |
| Binary | 10011110 | 1100011 | 11001111 | 11000 | 110100 | 0 | 10011 | 100010001 | 110101 | 111100 |
Color Harmonies of #9E63CF
Complementary color
Monochromatic Colors of #9E63CF
Black with #9E63CF
Text Example
Text Example
White with #9E63CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E63CF; }
p { color: rgb(158,99,207); }
H1.HeaderClassName
{
color: #9E63CF;
}
.AnyTagClassName
{
color: #9E63CF;
}
</style>
background-color css
<style>
a { background-color: #9E63CF; }
a { background-color: rgb(158,99,207); }
div.DivClassName
{
background-color: #9E63CF;
}
.BgClassName
{
background-color: #9E63CF;
}
</style>
border-color css
<style>
span { border-color: #9E63CF; }
span { border-color: rgb(158,99,207); }
td.TdClassName
{
border-color: #9E63CF;
}
.TagClassName
{
border-color: #9E63CF;
}
</style>