#9764C3

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

Shades of Amethyst #9764C3

Tints of Amethyst #9764C3

Color information

#9764C3 (or 0x9764C3) is unknown color: approx Amethyst. HEX triplet: 97, 64 and C3. RGB value is (151,100,195). Sum of RGB (Red+Green+Blue) = 151+100+195=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 100 (39.45% from 255 or 22.42% from 446); Blue value is 195 (76.56% from 255 or 43.72% from 446); Max value from RGB is 195 - color contains mainly: blue. Hex color #9764C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9764C3 is #689B3C. Grayscale: #7D7D7D. Windows color (decimal): -6855485 or 12805271. OLE color: 12805271.

HSL color Cylindrical-coordinate representation of color #9764C3: hue angle of 272.21º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9764C3 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151100195-
CMYK0.230.4900.24
HSL272.21º44.19%57.84%-
HSV(B)272.21º48.72%76.47%-
XYZ27.1719.6353.99-
YUV126.08166.9145.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 100 (39.45% from 255) = 22.42%
BLUE value IS 195 (76.56% from 255) = 43.72%
R=33.86%
G=22.42%
B=43.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511001950.230.4900.24272.2144.1957.84
Hex9764C317310181102c3a
Octal22714430327610304205472
Binary1001011111001001100001110111110001011000100010000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9764C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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