#9657CE

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

Shades of Amethyst #9657CE

Tints of Amethyst #9657CE

Color information

#9657CE (or 0x9657CE) is unknown color: approx Amethyst. HEX triplet: 96, 57 and CE. RGB value is (150,87,206). Sum of RGB (Red+Green+Blue) = 150+87+206=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #9657CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657CE is #69A831. Grayscale: #767676. Windows color (decimal): -6924338 or 13522838. OLE color: 13522838.

HSL color Cylindrical-coordinate representation of color #9657CE: hue angle of 271.76º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9657CE is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15087206-
CMYK0.270.5800.19
HSL271.76º54.84%57.45%-
HSV(B)271.76º57.77%80.78%-
XYZ27.1317.7660.39-
YUV119.4176.87149.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 87 (34.38% from 255) = 19.64%
BLUE value IS 206 (80.86% from 255) = 46.50%
R=33.86%
G=19.64%
B=46.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150872060.270.5800.19271.7654.8457.45
Hex9657CE1B3A0131103739
Octal22612731633720234206771
Binary1001011010101111100111011011111010010011100010000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9657CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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