#9E7EF1

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

Shades of Medium Purple #9E7EF1

Tints of Medium Purple #9E7EF1

Color information

#9E7EF1 (or 0x9E7EF1) is unknown color: approx Medium Purple. HEX triplet: 9E, 7E and F1. RGB value is (158,126,241). Sum of RGB (Red+Green+Blue) = 158+126+241=525 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.10% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 241 (94.53% from 255 or 45.90% from 525); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E7EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E7EF1 is #61810E. Grayscale: #949494. Windows color (decimal): -6390031 or 15826590. OLE color: 15826590.

HSL color Cylindrical-coordinate representation of color #9E7EF1: hue angle of 256.7º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E7EF1 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158126241-
CMYK0.340.4800.05
HSL256.7º80.42%71.96%-
HSV(B)256.7º47.72%94.51%-
XYZ37.4428.5486.75-
YUV148.68180.1134.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.10%
GREEN value IS 126 (49.61% from 255) = 24%
BLUE value IS 241 (94.53% from 255) = 45.90%
R=30.10%
G=24%
B=45.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581262410.340.4800.05256.780.4271.96
Hex9E7EF12230051015048
Octal236176361426005401120110
Binary10011110111111011110001100010110000010110000000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7EF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,126,241); }

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

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

 a { background-color: rgb(158,126,241); }

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

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

 span { border-color: rgb(158,126,241); }

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