#9776F1

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

Shades of Medium Purple #9776F1

Tints of Medium Purple #9776F1

Color information

#9776F1 (or 0x9776F1) is unknown color: approx Medium Purple. HEX triplet: 97, 76 and F1. RGB value is (151,118,241). Sum of RGB (Red+Green+Blue) = 151+118+241=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #9776F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9776F1 is #68890E. Grayscale: #8D8D8D. Windows color (decimal): -6850831 or 15824535. OLE color: 15824535.

HSL color Cylindrical-coordinate representation of color #9776F1: hue angle of 256.1º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9776F1 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB151118241-
CMYK0.370.5100.05
HSL256.1º81.46%70.39%-
HSV(B)256.1º51.04%94.51%-
XYZ35.1225.8986.36-
YUV141.89183.93134.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 241 (94.53% from 255) = 47.25%
R=29.61%
G=23.14%
B=47.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1511182410.370.5100.05256.181.4670.39
Hex9776F12533051005146
Octal227166361456305400121106
Binary10010111111011011110001100101110011010110000000010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9776F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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