Shades of Amethyst #9E68DA
Tints of Amethyst #9E68DA
RGB
CMYK
RGB Variations
Color information
#9E68DA (or 0x9E68DA) is known color: Amethyst. HEX triplet: 9E, 68 and DA. RGB value is (158,104,218). Sum of RGB (Red+Green+Blue) = 158+104+218=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E68DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68DA is #619725. Grayscale: #848484. Windows color (decimal): -6395686 or 14313630. OLE color: 14313630.
HSL color Cylindrical-coordinate representation of color #9E68DA: hue angle of 268.42º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E68DA is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 104 | 218 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.15 |
| HSL | 268.42º | 0.61% | 0.63% | - |
| HSV(B) | 268.42º | 0.52% | 0.85% | - |
| XYZ | 31.71 | 22.23 | 68.95 | - |
| YUV | 133.14 | 175.89 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 218 | 0.28 | 0.52 | 0 | 0.15 | 268.42 | 0.61 | 0.63 |
| Hex | 9E | 68 | DA | 1C | 34 | 0 | F | 10C | 3D | 3F |
| Octal | 236 | 150 | 332 | 34 | 64 | 0 | 17 | 414 | 75 | 77 |
| Binary | 10011110 | 1101000 | 11011010 | 11100 | 110100 | 0 | 1111 | 100001100 | 111101 | 111111 |
Color Harmonies of #9E68DA
Complementary color
Monochromatic Colors of #9E68DA
Black with #9E68DA
Text Example
Text Example
White with #9E68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E68DA; }
p { color: rgb(158,104,218); }
H1.HeaderClassName
{
color: #9E68DA;
}
.AnyTagClassName
{
color: #9E68DA;
}
</style>
background-color css
<style>
a { background-color: #9E68DA; }
a { background-color: rgb(158,104,218); }
div.DivClassName
{
background-color: #9E68DA;
}
.BgClassName
{
background-color: #9E68DA;
}
</style>
border-color css
<style>
span { border-color: #9E68DA; }
span { border-color: rgb(158,104,218); }
td.TdClassName
{
border-color: #9E68DA;
}
.TagClassName
{
border-color: #9E68DA;
}
</style>