#9657CF

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

Shades of Amethyst #9657CF

Tints of Amethyst #9657CF

Color information

#9657CF (or 0x9657CF) is unknown color: approx Amethyst. HEX triplet: 96, 57 and CF. RGB value is (150,87,207). Sum of RGB (Red+Green+Blue) = 150+87+207=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 87 (34.38% from 255 or 19.59% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #9657CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9657CF is #69A830. Grayscale: #777777. Windows color (decimal): -6924337 or 13588374. OLE color: 13588374.

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

Color convert

RGB15087207-
CMYK0.280.5800.19
HSL271.5º55.56%57.65%-
HSV(B)271.5º57.97%81.18%-
XYZ27.2517.8161.03-
YUV119.52177.37149.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 87 (34.38% from 255) = 19.59%
BLUE value IS 207 (81.25% from 255) = 46.62%
R=33.78%
G=19.59%
B=46.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal150872070.280.5800.19271.555.5657.65
Hex9657CF1C3A013110383a
Octal22612731734720234207072
Binary1001011010101111100111111100111010010011100010000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9657CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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