#9657D4

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

Shades of Amethyst #9657D4

Tints of Amethyst #9657D4

Color information

#9657D4 (or 0x9657D4) is unknown color: approx Amethyst. HEX triplet: 96, 57 and D4. RGB value is (150,87,212). Sum of RGB (Red+Green+Blue) = 150+87+212=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #9657D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657D4 is #69A82B. Grayscale: #777777. Windows color (decimal): -6924332 or 13916054. OLE color: 13916054.

HSL color Cylindrical-coordinate representation of color #9657D4: hue angle of 270.24º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9657D4 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15087212-
CMYK0.290.5900.17
HSL270.24º59.24%58.63%-
HSV(B)270.24º58.96%83.14%-
XYZ27.8718.0564.3-
YUV120.09179.87149.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 87 (34.38% from 255) = 19.38%
BLUE value IS 212 (83.20% from 255) = 47.22%
R=33.41%
G=19.38%
B=47.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal150872120.290.5900.17270.2459.2458.63
Hex9657D41D3B01110e3b3b
Octal22612732435730214167373
Binary1001011010101111101010011101111011010001100001110111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9657D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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