#936ED5

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

Shades of Medium Purple #936ED5

Tints of Medium Purple #936ED5

Color information

#936ED5 (or 0x936ED5) is unknown color: approx Medium Purple. HEX triplet: 93, 6E and D5. RGB value is (147,110,213). Sum of RGB (Red+Green+Blue) = 147+110+213=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 110 (43.36% from 255 or 23.40% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #936ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #936ED5 is #6C912A. Grayscale: #848484. Windows color (decimal): -7115051 or 13987475. OLE color: 13987475.

HSL color Cylindrical-coordinate representation of color #936ED5: hue angle of 261.55º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #936ED5 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB147110213-
CMYK0.310.4800.16
HSL261.55º55.08%63.33%-
HSV(B)261.55º48.36%83.53%-
XYZ29.6222.1665.67-
YUV132.8173.26138.12-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 31.28%
GREEN value IS 110 (43.36% from 255) = 23.40%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=31.28%
G=23.40%
B=45.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1471102130.310.4800.16261.5555.0863.33
Hex936ED51F30010106373f
Octal22315632537600204066777
Binary1001001111011101101010111111110000010000100000110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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