Shades of Amethyst #9E63DA
Tints of Amethyst #9E63DA
RGB
CMYK
RGB Variations
Color information
#9E63DA (or 0x9E63DA) is known color: Amethyst. HEX triplet: 9E, 63 and DA. RGB value is (158,99,218). Sum of RGB (Red+Green+Blue) = 158+99+218=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 99 (39.06% from 255 or 20.84% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E63DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E63DA is #619C25. Grayscale: #818181. Windows color (decimal): -6396966 or 14312350. OLE color: 14312350.
HSL color Cylindrical-coordinate representation of color #9E63DA: hue angle of 269.75º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E63DA is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 99 | 218 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.15 |
| HSL | 269.75º | 0.62% | 0.62% | - |
| HSV(B) | 269.75º | 0.55% | 0.85% | - |
| XYZ | 31.22 | 21.25 | 68.79 | - |
| YUV | 130.21 | 177.55 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 218 | 0.28 | 0.55 | 0 | 0.15 | 269.75 | 0.62 | 0.62 |
| Hex | 9E | 63 | DA | 1C | 37 | 0 | F | 10E | 3E | 3E |
| Octal | 236 | 143 | 332 | 34 | 67 | 0 | 17 | 416 | 76 | 76 |
| Binary | 10011110 | 1100011 | 11011010 | 11100 | 110111 | 0 | 1111 | 100001110 | 111110 | 111110 |
Color Harmonies of #9E63DA
Complementary color
Monochromatic Colors of #9E63DA
Black with #9E63DA
Text Example
Text Example
White with #9E63DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E63DA; }
p { color: rgb(158,99,218); }
H1.HeaderClassName
{
color: #9E63DA;
}
.AnyTagClassName
{
color: #9E63DA;
}
</style>
background-color css
<style>
a { background-color: #9E63DA; }
a { background-color: rgb(158,99,218); }
div.DivClassName
{
background-color: #9E63DA;
}
.BgClassName
{
background-color: #9E63DA;
}
</style>
border-color css
<style>
span { border-color: #9E63DA; }
span { border-color: rgb(158,99,218); }
td.TdClassName
{
border-color: #9E63DA;
}
.TagClassName
{
border-color: #9E63DA;
}
</style>