Shades of Amethyst #9E60DA
Tints of Amethyst #9E60DA
RGB
CMYK
RGB Variations
Color information
#9E60DA (or 0x9E60DA) is known color: Amethyst. HEX triplet: 9E, 60 and DA. RGB value is (158,96,218). Sum of RGB (Red+Green+Blue) = 158+96+218=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E60DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E60DA is #619F25. Grayscale: #808080. Windows color (decimal): -6397734 or 14311582. OLE color: 14311582.
HSL color Cylindrical-coordinate representation of color #9E60DA: hue angle of 270.49º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E60DA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 96 | 218 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.15 |
| HSL | 270.49º | 0.62% | 0.62% | - |
| HSV(B) | 270.49º | 0.56% | 0.85% | - |
| XYZ | 30.94 | 20.7 | 68.69 | - |
| YUV | 128.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 218 | 0.28 | 0.56 | 0 | 0.15 | 270.49 | 0.62 | 0.62 |
| Hex | 9E | 60 | DA | 1C | 38 | 0 | F | 10E | 3E | 3E |
| Octal | 236 | 140 | 332 | 34 | 70 | 0 | 17 | 416 | 76 | 76 |
| Binary | 10011110 | 1100000 | 11011010 | 11100 | 111000 | 0 | 1111 | 100001110 | 111110 | 111110 |
Color Harmonies of #9E60DA
Complementary color
Monochromatic Colors of #9E60DA
Black with #9E60DA
Text Example
Text Example
White with #9E60DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E60DA; }
p { color: rgb(158,96,218); }
H1.HeaderClassName
{
color: #9E60DA;
}
.AnyTagClassName
{
color: #9E60DA;
}
</style>
background-color css
<style>
a { background-color: #9E60DA; }
a { background-color: rgb(158,96,218); }
div.DivClassName
{
background-color: #9E60DA;
}
.BgClassName
{
background-color: #9E60DA;
}
</style>
border-color css
<style>
span { border-color: #9E60DA; }
span { border-color: rgb(158,96,218); }
td.TdClassName
{
border-color: #9E60DA;
}
.TagClassName
{
border-color: #9E60DA;
}
</style>