#9E8DF1

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

Shades of Medium Purple #9E8DF1

Tints of Medium Purple #9E8DF1

Color information

#9E8DF1 (or 0x9E8DF1) is unknown color: approx Medium Purple. HEX triplet: 9E, 8D and F1. RGB value is (158,141,241). Sum of RGB (Red+Green+Blue) = 158+141+241=540 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.26% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E8DF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8DF1 is #61720E. Grayscale: #9D9D9D. Windows color (decimal): -6386191 or 15830430. OLE color: 15830430.

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

Color convert

RGB158141241-
CMYK0.340.4100.05
HSL250.2º78.12%74.9%-
HSV(B)250.2º41.49%94.51%-
XYZ39.532.6787.44-
YUV157.48175.13128.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.26%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=29.26%
G=26.11%
B=44.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581412410.340.4100.05250.278.1274.9
Hex9E8DF1222905fa4e4b
Octal236215361425105372116113
Binary10011110100011011111000110001010100101011111101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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