#9766BC

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

Shades of Amethyst #9766BC

Tints of Amethyst #9766BC

Color information

#9766BC (or 0x9766BC) is unknown color: approx Amethyst. HEX triplet: 97, 66 and BC. RGB value is (151,102,188). Sum of RGB (Red+Green+Blue) = 151+102+188=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9766BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766BC is #689943. Grayscale: #7E7E7E. Windows color (decimal): -6854980 or 12347031. OLE color: 12347031.

HSL color Cylindrical-coordinate representation of color #9766BC: hue angle of 274.19º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9766BC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB151102188-
CMYK0.200.4600.26
HSL274.19º39.09%56.86%-
HSV(B)274.19º45.74%73.73%-
XYZ26.5919.7149.98-
YUV126.46162.73145.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 102 (40.23% from 255) = 23.13%
BLUE value IS 188 (73.83% from 255) = 42.63%
R=34.24%
G=23.13%
B=42.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1511021880.200.4600.26274.1939.0956.86
Hex9766BC142E01A1122739
Octal22714627424560324224771
Binary1001011111001101011110010100101110011010100010010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9766BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9766BC; }

 p { color: rgb(151,102,188); }

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

<style>
 a { background-color: #9766BC; }

 a { background-color: rgb(151,102,188); }

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

<style>
 span { border-color: #9766BC; }

 span { border-color: rgb(151,102,188); }

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