#936EDE

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

Shades of Medium Purple #936EDE

Tints of Medium Purple #936EDE

Color information

#936EDE (or 0x936EDE) is unknown color: approx Medium Purple. HEX triplet: 93, 6E and DE. RGB value is (147,110,222). Sum of RGB (Red+Green+Blue) = 147+110+222=479 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.69% from 479); Green value is 110 (43.36% from 255 or 22.96% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #936EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936EDE is #6C9121. Grayscale: #858585. Windows color (decimal): -7115042 or 14577299. OLE color: 14577299.

HSL color Cylindrical-coordinate representation of color #936EDE: hue angle of 259.82º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #936EDE is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB147110222-
CMYK0.340.5000.13
HSL259.82º62.92%65.1%-
HSV(B)259.82º50.45%87.06%-
XYZ30.7922.6371.85-
YUV133.83177.76137.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.69%
GREEN value IS 110 (43.36% from 255) = 22.96%
BLUE value IS 222 (87.11% from 255) = 46.35%
R=30.69%
G=22.96%
B=46.35%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1471102220.340.5000.13259.8262.9265.1
Hex936EDE22320D1043f41
Octal223156336426201540477101
Binary10010011110111011011110100010110010011011000001001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936EDE; }

 p { color: rgb(147,110,222); }

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

<style>
 a { background-color: #936EDE; }

 a { background-color: rgb(147,110,222); }

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

<style>
 span { border-color: #936EDE; }

 span { border-color: rgb(147,110,222); }

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