#9659DE

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

Shades of Amethyst #9659DE

Tints of Amethyst #9659DE

Color information

#9659DE (or 0x9659DE) is unknown color: approx Amethyst. HEX triplet: 96, 59 and DE. RGB value is (150,89,222). Sum of RGB (Red+Green+Blue) = 150+89+222=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #9659DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9659DE is #69A621. Grayscale: #797979. Windows color (decimal): -6923810 or 14571926. OLE color: 14571926.

HSL color Cylindrical-coordinate representation of color #9659DE: hue angle of 267.52º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9659DE is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15089222-
CMYK0.320.6000.13
HSL267.52º66.83%60.98%-
HSV(B)267.52º59.91%87.06%-
XYZ29.3318.971.21-
YUV122.4184.21147.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=32.54%
G=19.31%
B=48.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150892220.320.6000.13267.5266.8360.98
Hex9659DE203C0D10c433d
Octal226131336407401541410375
Binary10010110101100111011110100000111100011011000011001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9659DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9659DE; }

 p { color: rgb(150,89,222); }

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

<style>
 a { background-color: #9659DE; }

 a { background-color: rgb(150,89,222); }

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

<style>
 span { border-color: #9659DE; }

 span { border-color: rgb(150,89,222); }

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