#9F64DE

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

Shades of Amethyst #9F64DE

Tints of Amethyst #9F64DE

Color information

#9F64DE (or 0x9F64DE) is unknown color: approx Amethyst. HEX triplet: 9F, 64 and DE. RGB value is (159,100,222). Sum of RGB (Red+Green+Blue) = 159+100+222=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F64DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F64DE is #609B21. Grayscale: #838383. Windows color (decimal): -6331170 or 14574751. OLE color: 14574751.

HSL color Cylindrical-coordinate representation of color #9F64DE: hue angle of 269.02º 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 #9F64DE is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB159100222-
CMYK0.280.5500.13
HSL269.02º64.89%63.14%-
HSV(B)269.02º54.95%87.06%-
XYZ32.0421.7671.62-
YUV131.55179.05147.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 222 (87.11% from 255) = 46.15%
R=33.06%
G=20.79%
B=46.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1591002220.280.5500.13269.0264.8963.14
Hex9F64DE1C370D10d413f
Octal237144336346701541510177
Binary1001111111001001101111011100110111011011000011011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F64DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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