#9766CA

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

Shades of Amethyst #9766CA

Tints of Amethyst #9766CA

Color information

#9766CA (or 0x9766CA) is unknown color: approx Amethyst. HEX triplet: 97, 66 and CA. RGB value is (151,102,202). Sum of RGB (Red+Green+Blue) = 151+102+202=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #9766CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766CA is #689935. Grayscale: #7F7F7F. Windows color (decimal): -6854966 or 13264535. OLE color: 13264535.

HSL color Cylindrical-coordinate representation of color #9766CA: hue angle of 269.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9766CA is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151102202-
CMYK0.250.5000.21
HSL269.4º48.54%59.61%-
HSV(B)269.4º49.5%79.22%-
XYZ28.1720.3558.32-
YUV128.05169.73144.37-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.19%
GREEN value IS 102 (40.23% from 255) = 22.42%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=33.19%
G=22.42%
B=44.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511022020.250.5000.21269.448.5459.61
Hex9766CA193201510d313c
Octal22714631231620254156174
Binary1001011111001101100101011001110010010101100001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9766CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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