#9E7ED8

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

Shades of Medium Purple #9E7ED8

Tints of Medium Purple #9E7ED8

Color information

#9E7ED8 (or 0x9E7ED8) is unknown color: approx Medium Purple. HEX triplet: 9E, 7E and D8. RGB value is (158,126,216). Sum of RGB (Red+Green+Blue) = 158+126+216=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #9E7ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E7ED8 is #618127. Grayscale: #919191. Windows color (decimal): -6390056 or 14188190. OLE color: 14188190.

HSL color Cylindrical-coordinate representation of color #9E7ED8: hue angle of 261.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E7ED8 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB158126216-
CMYK0.270.4200.15
HSL261.33º53.57%67.06%-
HSV(B)261.33º41.67%84.71%-
XYZ33.9627.1568.42-
YUV145.83167.6136.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.6%
GREEN value IS 126 (49.61% from 255) = 25.2%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=31.6%
G=25.2%
B=43.2%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1581262160.270.4200.15261.3353.5767.06
Hex9E7ED81B2A0F1053643
Octal236176330335201740566103
Binary1001111011111101101100011011101010011111000001011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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