#936DEA

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

Shades of Medium Purple #936DEA

Tints of Medium Purple #936DEA

Color information

#936DEA (or 0x936DEA) is unknown color: approx Medium Purple. HEX triplet: 93, 6D and EA. RGB value is (147,109,234). Sum of RGB (Red+Green+Blue) = 147+109+234=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #936DEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #936DEA is #6C9215. Grayscale: #868686. Windows color (decimal): -7115286 or 15363475. OLE color: 15363475.

HSL color Cylindrical-coordinate representation of color #936DEA: hue angle of 258.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #936DEA is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147109234-
CMYK0.370.5300.08
HSL258.24º74.85%67.25%-
HSV(B)258.24º53.42%91.76%-
XYZ32.3523.0880.59-
YUV134.61184.09136.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30%
GREEN value IS 109 (42.97% from 255) = 22.24%
BLUE value IS 234 (91.80% from 255) = 47.76%
R=30%
G=22.24%
B=47.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471092340.370.5300.08258.2474.8567.25
Hex936DEA2535081024b43
Octal2231553524565010402113103
Binary100100111101101111010101001011101010100010000001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,109,234); }

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

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

 a { background-color: rgb(147,109,234); }

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

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

 span { border-color: rgb(147,109,234); }

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