#9657D7

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

Shades of Amethyst #9657D7

Tints of Amethyst #9657D7

Color information

#9657D7 (or 0x9657D7) is unknown color: approx Amethyst. HEX triplet: 96, 57 and D7. RGB value is (150,87,215). Sum of RGB (Red+Green+Blue) = 150+87+215=452 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.19% from 452); Green value is 87 (34.38% from 255 or 19.25% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #9657D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657D7 is #69A828. Grayscale: #777777. Windows color (decimal): -6924329 or 14112662. OLE color: 14112662.

HSL color Cylindrical-coordinate representation of color #9657D7: hue angle of 269.53º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9657D7 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15087215-
CMYK0.300.6000.16
HSL269.53º61.54%59.22%-
HSV(B)269.53º59.53%84.31%-
XYZ28.2518.2166.32-
YUV120.43181.37149.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.19%
GREEN value IS 87 (34.38% from 255) = 19.25%
BLUE value IS 215 (84.38% from 255) = 47.57%
R=33.19%
G=19.25%
B=47.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150872150.300.6000.16269.5361.5459.22
Hex9657D71E3C01010e3e3b
Octal22612732736740204167673
Binary1001011010101111101011111110111100010000100001110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9657D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9657D7; }

 p { color: rgb(150,87,215); }

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

<style>
 a { background-color: #9657D7; }

 a { background-color: rgb(150,87,215); }

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

<style>
 span { border-color: #9657D7; }

 span { border-color: rgb(150,87,215); }

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