#9E64DE

Color #9E64DE Amethyst (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst #9E64DE

Tints of Amethyst #9E64DE

Color information

#9E64DE (or 0x9E64DE) is unknown color: approx Amethyst. HEX triplet: 9E, 64 and DE. RGB value is (158,100,222). Sum of RGB (Red+Green+Blue) = 158+100+222=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E64DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E64DE is #619B21. Grayscale: #828282. Windows color (decimal): -6396706 or 14574750. OLE color: 14574750.

HSL color Cylindrical-coordinate representation of color #9E64DE: hue angle of 268.52º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E64DE is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB158100222-
CMYK0.290.5500.13
HSL268.52º64.89%63.14%-
HSV(B)268.52º54.95%87.06%-
XYZ31.8421.6671.61-
YUV131.25179.22147.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 222 (87.11% from 255) = 46.25%
R=32.92%
G=20.83%
B=46.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1581002220.290.5500.13268.5264.8963.14
Hex9E64DE1D370D10d413f
Octal236144336356701541510177
Binary1001111011001001101111011101110111011011000011011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E64DE; }

 p { color: rgb(158,100,222); }

 H1.HeaderClassName
 {
   color: #9E64DE;
 }
 .AnyTagClassName
 {
   color: #9E64DE;
 }
</style>
background-color css

<style>
 a { background-color: #9E64DE; }

 a { background-color: rgb(158,100,222); }

 div.DivClassName
 {
   background-color: #9E64DE;
 }
 .BgClassName
 {
   background-color: #9E64DE;
 }
</style>
border-color css

<style>
 span { border-color: #9E64DE; }

 span { border-color: rgb(158,100,222); }

 td.TdClassName
 {
   border-color: #9E64DE;
 }
 .TagClassName
 {
   border-color: #9E64DE;
 }
</style>