#9764BE

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

Shades of Amethyst #9764BE

Tints of Amethyst #9764BE

Color information

#9764BE (or 0x9764BE) is unknown color: approx Amethyst. HEX triplet: 97, 64 and BE. RGB value is (151,100,190). Sum of RGB (Red+Green+Blue) = 151+100+190=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #9764BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764BE is #689B41. Grayscale: #7D7D7D. Windows color (decimal): -6855490 or 12477591. OLE color: 12477591.

HSL color Cylindrical-coordinate representation of color #9764BE: hue angle of 274º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9764BE is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151100190-
CMYK0.210.4700.25
HSL274º40.91%56.86%-
HSV(B)274º47.37%74.51%-
XYZ26.6119.4151.06-
YUV125.51164.4146.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=34.24%
G=22.68%
B=43.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511001900.210.4700.2527440.9156.86
Hex9764BE152F0191122939
Octal22714427625570314225171
Binary1001011111001001011111010101101111011001100010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9764BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9764BE; }

 p { color: rgb(151,100,190); }

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

<style>
 a { background-color: #9764BE; }

 a { background-color: rgb(151,100,190); }

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

<style>
 span { border-color: #9764BE; }

 span { border-color: rgb(151,100,190); }

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