#9760F1

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

Shades of Medium Purple #9760F1

Tints of Medium Purple #9760F1

Color information

#9760F1 (or 0x9760F1) is unknown color: approx Medium Purple. HEX triplet: 97, 60 and F1. RGB value is (151,96,241). Sum of RGB (Red+Green+Blue) = 151+96+241=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 96 (37.89% from 255 or 19.67% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #9760F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9760F1 is #689F0E. Grayscale: #808080. Windows color (decimal): -6856463 or 15818903. OLE color: 15818903.

HSL color Cylindrical-coordinate representation of color #9760F1: hue angle of 262.76º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9760F1 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15196241-
CMYK0.370.6000.05
HSL262.76º83.82%66.08%-
HSV(B)262.76º60.17%94.51%-
XYZ32.8221.385.6-
YUV128.98191.22143.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.94%
GREEN value IS 96 (37.89% from 255) = 19.67%
BLUE value IS 241 (94.53% from 255) = 49.39%
R=30.94%
G=19.67%
B=49.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151962410.370.6000.05262.7683.8266.08
Hex9760F1253C051075442
Octal227140361457405407124102
Binary10010111110000011110001100101111100010110000011110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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