#937ed2

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

Shades of Medium Purple #937ED2

Tints of Medium Purple #937ED2

Color information

#937ED2 (or 0x937ED2) is unknown color: approx Medium Purple. HEX triplet: 93, 7E and D2. RGB value is (147,126,210). Sum of RGB (Red+Green+Blue) = 147+126+210=483 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.43% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 210 (82.42% from 255 or 43.48% from 483); Max value from RGB is 210 - color contains mainly: blue. Hex color #937ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937ED2 is #6C812D. Grayscale: #8D8D8D. Windows color (decimal): -7110958 or 13794963. OLE color: 13794963.

HSL color Cylindrical-coordinate representation of color #937ED2: hue angle of 255º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #937ED2 is Cyan = 0.30, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB147126210-
CMYK0.300.400.18
HSL255º48.28%65.88%-
HSV(B)255º40%82.35%-
XYZ31.1325.7864.31-
YUV141.85166.46131.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.43%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 210 (82.42% from 255) = 43.48%
R=30.43%
G=26.09%
B=43.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1471262100.300.400.1825548.2865.88
Hex937ED21E28012ff3042
Octal223176322365002237760102
Binary1001001111111101101001011110101000010010111111111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937ed2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,126,210); }

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

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

 a { background-color: rgb(147,126,210); }

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

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

 span { border-color: rgb(147,126,210); }

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