#9E6EF2

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

Shades of Medium Purple #9E6EF2

Tints of Medium Purple #9E6EF2

Color information

#9E6EF2 (or 0x9E6EF2) is unknown color: approx Medium Purple. HEX triplet: 9E, 6E and F2. RGB value is (158,110,242). Sum of RGB (Red+Green+Blue) = 158+110+242=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 110 (43.36% from 255 or 21.57% from 510); Blue value is 242 (94.92% from 255 or 47.45% from 510); Max value from RGB is 242 - color contains mainly: blue. Hex color #9E6EF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E6EF2 is #61910D. Grayscale: #8A8A8A. Windows color (decimal): -6394126 or 15888030. OLE color: 15888030.

HSL color Cylindrical-coordinate representation of color #9E6EF2: hue angle of 261.82º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E6EF2 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158110242-
CMYK0.350.5500.05
HSL261.82º83.54%69.02%-
HSV(B)261.82º54.55%94.9%-
XYZ35.724.8386.92-
YUV139.4185.9141.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 110 (43.36% from 255) = 21.57%
BLUE value IS 242 (94.92% from 255) = 47.45%
R=30.98%
G=21.57%
B=47.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581102420.350.5500.05261.8283.5469.02
Hex9E6EF22337051065445
Octal236156362436705406124105
Binary10011110110111011110010100011110111010110000011010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,110,242); }

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

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

 a { background-color: rgb(158,110,242); }

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

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

 span { border-color: rgb(158,110,242); }

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