#9E84EC

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

Shades of Medium Purple #9E84EC

Tints of Medium Purple #9E84EC

Color information

#9E84EC (or 0x9E84EC) is unknown color: approx Medium Purple. HEX triplet: 9E, 84 and EC. RGB value is (158,132,236). Sum of RGB (Red+Green+Blue) = 158+132+236=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #9E84EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E84EC is #617B13. Grayscale: #979797. Windows color (decimal): -6388500 or 15500446. OLE color: 15500446.

HSL color Cylindrical-coordinate representation of color #9E84EC: hue angle of 255º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E84EC is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158132236-
CMYK0.330.4400.07
HSL255º73.24%72.16%-
HSV(B)255º44.07%92.55%-
XYZ37.4929.8383.14-
YUV151.63175.61132.54-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.04%
GREEN value IS 132 (51.95% from 255) = 25.10%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=30.04%
G=25.10%
B=44.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581322360.330.4400.0725573.2472.16
Hex9E84EC212C07ff4948
Octal236204354415407377111110
Binary10011110100001001110110010000110110001111111111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E84EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E84EC; }

 p { color: rgb(158,132,236); }

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

<style>
 a { background-color: #9E84EC; }

 a { background-color: rgb(158,132,236); }

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

<style>
 span { border-color: #9E84EC; }

 span { border-color: rgb(158,132,236); }

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