#9760F2

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

Shades of Medium Purple #9760F2

Tints of Medium Purple #9760F2

Color information

#9760F2 (or 0x9760F2) is unknown color: approx Medium Purple. HEX triplet: 97, 60 and F2. RGB value is (151,96,242). Sum of RGB (Red+Green+Blue) = 151+96+242=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 242 (94.92% from 255 or 49.49% from 489); Max value from RGB is 242 - color contains mainly: blue. Hex color #9760F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9760F2 is #689F0D. Grayscale: #808080. Windows color (decimal): -6856462 or 15884439. OLE color: 15884439.

HSL color Cylindrical-coordinate representation of color #9760F2: hue angle of 262.6º degrees, saturation: 0.85, 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 #9760F2 is Cyan = 0.38, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15196242-
CMYK0.380.6000.05
HSL262.6º84.88%66.27%-
HSV(B)262.6º60.33%94.9%-
XYZ32.9721.3686.39-
YUV129.09191.72143.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.88%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 242 (94.92% from 255) = 49.49%
R=30.88%
G=19.63%
B=49.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151962420.380.6000.05262.684.8866.27
Hex9760F2263C051075542
Octal227140362467405407125102
Binary10010111110000011110010100110111100010110000011110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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