#9760F5

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

Shades of Medium Purple #9760F5

Tints of Medium Purple #9760F5

Color information

#9760F5 (or 0x9760F5) is unknown color: approx Medium Purple. HEX triplet: 97, 60 and F5. RGB value is (151,96,245). Sum of RGB (Red+Green+Blue) = 151+96+245=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 245 (96.09% from 255 or 49.80% from 492); Max value from RGB is 245 - color contains mainly: blue. Hex color #9760F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9760F5 is #689F0A. Grayscale: #808080. Windows color (decimal): -6856459 or 16081047. OLE color: 16081047.

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

Color convert

RGB15196245-
CMYK0.380.6100.04
HSL262.15º88.17%66.86%-
HSV(B)262.15º60.82%96.08%-
XYZ33.4321.5488.78-
YUV129.43193.22143.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.69%
GREEN value IS 96 (37.89% from 255) = 19.51%
BLUE value IS 245 (96.09% from 255) = 49.80%
R=30.69%
G=19.51%
B=49.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal151962450.380.6100.04262.1588.1766.86
Hex9760F5263D041065843
Octal227140365467504406130103
Binary10010111110000011110101100110111101010010000011010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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