#937CD7

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

Shades of Medium Purple #937CD7

Tints of Medium Purple #937CD7

Color information

#937CD7 (or 0x937CD7) is unknown color: approx Medium Purple. HEX triplet: 93, 7C and D7. RGB value is (147,124,215). Sum of RGB (Red+Green+Blue) = 147+124+215=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #937CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937CD7 is #6C8328. Grayscale: #8C8C8C. Windows color (decimal): -7111465 or 14122131. OLE color: 14122131.

HSL color Cylindrical-coordinate representation of color #937CD7: hue angle of 255.16º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #937CD7 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147124215-
CMYK0.320.4200.16
HSL255.16º53.22%66.47%-
HSV(B)255.16º42.33%84.31%-
XYZ31.5125.5267.56-
YUV141.25169.62132.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.25%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 215 (84.38% from 255) = 44.24%
R=30.25%
G=25.51%
B=44.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471242150.320.4200.16255.1653.2266.47
Hex937CD7202A010ff3542
Octal223174327405202037765102
Binary10010011111110011010111100000101010010000111111111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937CD7; }

 p { color: rgb(147,124,215); }

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

<style>
 a { background-color: #937CD7; }

 a { background-color: rgb(147,124,215); }

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

<style>
 span { border-color: #937CD7; }

 span { border-color: rgb(147,124,215); }

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