#9757F5

Color #9757F5 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9757F5

Tints of Medium Purple #9757F5

Color information

#9757F5 (or 0x9757F5) is unknown color: approx Medium Purple. HEX triplet: 97, 57 and F5. RGB value is (151,87,245). Sum of RGB (Red+Green+Blue) = 151+87+245=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 87 (34.38% from 255 or 18.01% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #9757F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9757F5 is #68A80A. Grayscale: #7B7B7B. Windows color (decimal): -6858763 or 16078743. OLE color: 16078743.

HSL color Cylindrical-coordinate representation of color #9757F5: hue angle of 264.3º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9757F5 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15187245-
CMYK0.380.6400.04
HSL264.3º88.76%65.1%-
HSV(B)264.3º64.49%96.08%-
XYZ32.6519.9988.52-
YUV124.15196.2147.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 87 (34.38% from 255) = 18.01%
BLUE value IS 245 (96.09% from 255) = 50.72%
R=31.26%
G=18.01%
B=50.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal151872450.380.6400.04264.388.7665.1
Hex9757F52640041085941
Octal2271273654610004410131101
Binary100101111010111111101011001101000000010010000100010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9757F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9757F5; }

 p { color: rgb(151,87,245); }

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

<style>
 a { background-color: #9757F5; }

 a { background-color: rgb(151,87,245); }

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

<style>
 span { border-color: #9757F5; }

 span { border-color: rgb(151,87,245); }

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