#937DDC

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

Shades of Medium Purple #937DDC

Tints of Medium Purple #937DDC

Color information

#937DDC (or 0x937DDC) is unknown color: approx Medium Purple. HEX triplet: 93, 7D and DC. RGB value is (147,125,220). Sum of RGB (Red+Green+Blue) = 147+125+220=492 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.88% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #937DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #937DDC is #6C8223. Grayscale: #8E8E8E. Windows color (decimal): -7111204 or 14450067. OLE color: 14450067.

HSL color Cylindrical-coordinate representation of color #937DDC: hue angle of 253.89º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #937DDC is Cyan = 0.33, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB147125220-
CMYK0.330.4300.14
HSL253.89º57.58%67.65%-
HSV(B)253.89º43.18%86.27%-
XYZ32.2826.0471.03-
YUV142.41171.79131.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 29.88%
GREEN value IS 125 (49.22% from 255) = 25.41%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=29.88%
G=25.41%
B=44.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1471252200.330.4300.14253.8957.5867.65
Hex937DDC212B0Efe3a44
Octal223175334415301637672104
Binary1001001111111011101110010000110101101110111111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,125,220); }

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

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

 a { background-color: rgb(147,125,220); }

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

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

 span { border-color: rgb(147,125,220); }

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