#9760EF

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

Shades of Medium Purple #9760EF

Tints of Medium Purple #9760EF

Color information

#9760EF (or 0x9760EF) is unknown color: approx Medium Purple. HEX triplet: 97, 60 and EF. RGB value is (151,96,239). Sum of RGB (Red+Green+Blue) = 151+96+239=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #9760EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9760EF is #689F10. Grayscale: #808080. Windows color (decimal): -6856465 or 15687831. OLE color: 15687831.

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

Color convert

RGB15196239-
CMYK0.370.6000.06
HSL263.08º81.71%65.69%-
HSV(B)263.08º59.83%93.73%-
XYZ32.5321.1884.03-
YUV128.75190.22143.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 239 (93.75% from 255) = 49.18%
R=31.07%
G=19.75%
B=49.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151962390.370.6000.06263.0881.7165.69
Hex9760EF253C061075242
Octal227140357457406407122102
Binary10010111110000011101111100101111100011010000011110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9760EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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