Shades of Amethyst #9E65DD
Tints of Amethyst #9E65DD
RGB
CMYK
RGB Variations
Color information
#9E65DD (or 0x9E65DD) is known color: Amethyst. HEX triplet: 9E, 65 and DD. RGB value is (158,101,221). Sum of RGB (Red+Green+Blue) = 158+101+221=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E65DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E65DD is #619A22. Grayscale: #838383. Windows color (decimal): -6396451 or 14509470. OLE color: 14509470.
HSL color Cylindrical-coordinate representation of color #9E65DD: hue angle of 268.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E65DD is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 101 | 221 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.13 |
| HSL | 268.5º | 0.64% | 0.63% | - |
| HSV(B) | 268.5º | 0.54% | 0.87% | - |
| XYZ | 31.81 | 21.8 | 70.94 | - |
| YUV | 131.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 221 | 0.29 | 0.54 | 0 | 0.13 | 268.5 | 0.64 | 0.63 |
| Hex | 9E | 65 | DD | 1D | 36 | 0 | D | 10C | 40 | 3F |
| Octal | 236 | 145 | 335 | 35 | 66 | 0 | 15 | 414 | 100 | 77 |
| Binary | 10011110 | 1100101 | 11011101 | 11101 | 110110 | 0 | 1101 | 100001100 | 1000000 | 111111 |
Color Harmonies of #9E65DD
Complementary color
Monochromatic Colors of #9E65DD
Black with #9E65DD
Text Example
Text Example
White with #9E65DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E65DD; }
p { color: rgb(158,101,221); }
H1.HeaderClassName
{
color: #9E65DD;
}
.AnyTagClassName
{
color: #9E65DD;
}
</style>
background-color css
<style>
a { background-color: #9E65DD; }
a { background-color: rgb(158,101,221); }
div.DivClassName
{
background-color: #9E65DD;
}
.BgClassName
{
background-color: #9E65DD;
}
</style>
border-color css
<style>
span { border-color: #9E65DD; }
span { border-color: rgb(158,101,221); }
td.TdClassName
{
border-color: #9E65DD;
}
.TagClassName
{
border-color: #9E65DD;
}
</style>