#9763BE

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

Shades of Amethyst #9763BE

Tints of Amethyst #9763BE

Color information

#9763BE (or 0x9763BE) is unknown color: approx Amethyst. HEX triplet: 97, 63 and BE. RGB value is (151,99,190). Sum of RGB (Red+Green+Blue) = 151+99+190=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #9763BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9763BE is #689C41. Grayscale: #7C7C7C. Windows color (decimal): -6855746 or 12477335. OLE color: 12477335.

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

Color convert

RGB15199190-
CMYK0.210.4800.25
HSL274.29º41.18%56.67%-
HSV(B)274.29º47.89%74.51%-
XYZ26.5219.2251.03-
YUV124.92164.73146.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.32%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=34.32%
G=22.5%
B=43.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151991900.210.4800.25274.2941.1856.67
Hex9763BE15300191122939
Octal22714327625600314225171
Binary1001011111000111011111010101110000011001100010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9763BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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