#9764F3

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

Shades of Medium Purple #9764F3

Tints of Medium Purple #9764F3

Color information

#9764F3 (or 0x9764F3) is unknown color: approx Medium Purple. HEX triplet: 97, 64 and F3. RGB value is (151,100,243). Sum of RGB (Red+Green+Blue) = 151+100+243=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #9764F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9764F3 is #689B0C. Grayscale: #838383. Windows color (decimal): -6855437 or 15950999. OLE color: 15950999.

HSL color Cylindrical-coordinate representation of color #9764F3: hue angle of 261.4º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9764F3 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151100243-
CMYK0.380.5900.05
HSL261.4º85.63%67.25%-
HSV(B)261.4º58.85%95.29%-
XYZ33.522.1687.31-
YUV131.55190.9141.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 100 (39.45% from 255) = 20.24%
BLUE value IS 243 (95.31% from 255) = 49.19%
R=30.57%
G=20.24%
B=49.19%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511002430.380.5900.05261.485.6367.25
Hex9764F3263B051055643
Octal227144363467305405126103
Binary10010111110010011110011100110111011010110000010110101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9764F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9764F3; }

 p { color: rgb(151,100,243); }

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

<style>
 a { background-color: #9764F3; }

 a { background-color: rgb(151,100,243); }

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

<style>
 span { border-color: #9764F3; }

 span { border-color: rgb(151,100,243); }

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