#9782EC

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

Shades of Medium Purple #9782EC

Tints of Medium Purple #9782EC

Color information

#9782EC (or 0x9782EC) is unknown color: approx Medium Purple. HEX triplet: 97, 82 and EC. RGB value is (151,130,236). Sum of RGB (Red+Green+Blue) = 151+130+236=517 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.21% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #9782EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9782EC is #687D13. Grayscale: #939393. Windows color (decimal): -6847764 or 15499927. OLE color: 15499927.

HSL color Cylindrical-coordinate representation of color #9782EC: hue angle of 251.89º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9782EC is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB151130236-
CMYK0.360.4500.07
HSL251.89º73.61%71.76%-
HSV(B)251.89º44.92%92.55%-
XYZ35.8928.682.99-
YUV148.36177.46129.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.21%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 236 (92.58% from 255) = 45.65%
R=29.21%
G=25.15%
B=45.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1511302360.360.4500.07251.8973.6171.76
Hex9782EC242D07fc4a48
Octal227202354445507374112110
Binary10010111100000101110110010010010110101111111110010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9782EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9782EC; }

 p { color: rgb(151,130,236); }

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

<style>
 a { background-color: #9782EC; }

 a { background-color: rgb(151,130,236); }

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

<style>
 span { border-color: #9782EC; }

 span { border-color: rgb(151,130,236); }

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