#9782F0

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

Shades of Medium Purple #9782F0

Tints of Medium Purple #9782F0

Color information

#9782F0 (or 0x9782F0) is unknown color: approx Medium Purple. HEX triplet: 97, 82 and F0. RGB value is (151,130,240). Sum of RGB (Red+Green+Blue) = 151+130+240=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 240 (94.14% from 255 or 46.07% from 521); Max value from RGB is 240 - color contains mainly: blue. Hex color #9782F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9782F0 is #687D0F. Grayscale: #949494. Windows color (decimal): -6847760 or 15762071. OLE color: 15762071.

HSL color Cylindrical-coordinate representation of color #9782F0: hue angle of 251.45º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9782F0 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB151130240-
CMYK0.370.4600.06
HSL251.45º78.57%72.55%-
HSV(B)251.45º45.83%94.12%-
XYZ36.4728.8486.08-
YUV148.82179.46129.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.98%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 240 (94.14% from 255) = 46.07%
R=28.98%
G=24.95%
B=46.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1511302400.370.4600.06251.4578.5772.55
Hex9782F0252E06fb4f49
Octal227202360455606373117111
Binary10010111100000101111000010010110111001101111101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9782F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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