#9765C2

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

Shades of Amethyst #9765C2

Tints of Amethyst #9765C2

Color information

#9765C2 (or 0x9765C2) is unknown color: approx Amethyst. HEX triplet: 97, 65 and C2. RGB value is (151,101,194). Sum of RGB (Red+Green+Blue) = 151+101+194=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 194 (76.17% from 255 or 43.50% from 446); Max value from RGB is 194 - color contains mainly: blue. Hex color #9765C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9765C2 is #689A3D. Grayscale: #7E7E7E. Windows color (decimal): -6855230 or 12739991. OLE color: 12739991.

HSL color Cylindrical-coordinate representation of color #9765C2: hue angle of 272.26º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9765C2 is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151101194-
CMYK0.220.4800.24
HSL272.26º43.26%57.84%-
HSV(B)272.26º47.94%76.08%-
XYZ27.1519.7853.43-
YUV126.55166.06145.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.86%
GREEN value IS 101 (39.84% from 255) = 22.65%
BLUE value IS 194 (76.17% from 255) = 43.50%
R=33.86%
G=22.65%
B=43.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511011940.220.4800.24272.2643.2657.84
Hex9765C216300181102b3a
Octal22714530226600304205372
Binary1001011111001011100001010110110000011000100010000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9765C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9765C2; }

 p { color: rgb(151,101,194); }

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

<style>
 a { background-color: #9765C2; }

 a { background-color: rgb(151,101,194); }

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

<style>
 span { border-color: #9765C2; }

 span { border-color: rgb(151,101,194); }

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