#9766BE

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

Shades of Amethyst #9766BE

Tints of Amethyst #9766BE

Color information

#9766BE (or 0x9766BE) is unknown color: approx Amethyst. HEX triplet: 97, 66 and BE. RGB value is (151,102,190). Sum of RGB (Red+Green+Blue) = 151+102+190=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #9766BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766BE is #689941. Grayscale: #7E7E7E. Windows color (decimal): -6854978 or 12478103. OLE color: 12478103.

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

Color convert

RGB151102190-
CMYK0.210.4600.25
HSL273.41º40.37%57.25%-
HSV(B)273.41º46.32%74.51%-
XYZ26.8119.851.12-
YUV126.68163.73145.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.09%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=34.09%
G=23.02%
B=42.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511021900.210.4600.25273.4140.3757.25
Hex9766BE152E0191112839
Octal22714627625560314215071
Binary1001011111001101011111010101101110011001100010001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9766BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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