#9E8BEA

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

Shades of Medium Purple #9E8BEA

Tints of Medium Purple #9E8BEA

Color information

#9E8BEA (or 0x9E8BEA) is unknown color: approx Medium Purple. HEX triplet: 9E, 8B and EA. RGB value is (158,139,234). Sum of RGB (Red+Green+Blue) = 158+139+234=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E8BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8BEA is #617415. Grayscale: #9B9B9B. Windows color (decimal): -6386710 or 15371166. OLE color: 15371166.

HSL color Cylindrical-coordinate representation of color #9E8BEA: hue angle of 252º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E8BEA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158139234-
CMYK0.320.4100.08
HSL252º69.34%73.14%-
HSV(B)252º40.6%91.76%-
XYZ38.1831.6781.94-
YUV155.51172.29129.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=29.76%
G=26.18%
B=44.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581392340.320.4100.0825269.3473.14
Hex9E8BEA202908fc4549
Octal2362133524051010374105111
Binary100111101000101111101010100000101001010001111110010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,139,234); }

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

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

 a { background-color: rgb(158,139,234); }

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

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

 span { border-color: rgb(158,139,234); }

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