#9E8BF0

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

Shades of Medium Purple #9E8BF0

Tints of Medium Purple #9E8BF0

Color information

#9E8BF0 (or 0x9E8BF0) is unknown color: approx Medium Purple. HEX triplet: 9E, 8B and F0. RGB value is (158,139,240). Sum of RGB (Red+Green+Blue) = 158+139+240=537 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.42% from 537); Green value is 139 (54.69% from 255 or 25.88% from 537); Blue value is 240 (94.14% from 255 or 44.69% from 537); Max value from RGB is 240 - color contains mainly: blue. Hex color #9E8BF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8BF0 is #61740F. Grayscale: #9B9B9B. Windows color (decimal): -6386704 or 15764382. OLE color: 15764382.

HSL color Cylindrical-coordinate representation of color #9E8BF0: hue angle of 251.29º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E8BF0 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158139240-
CMYK0.340.4200.06
HSL251.29º77.1%74.31%-
HSV(B)251.29º42.08%94.12%-
XYZ39.0632.0386.56-
YUV156.2175.29129.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.42%
GREEN value IS 139 (54.69% from 255) = 25.88%
BLUE value IS 240 (94.14% from 255) = 44.69%
R=29.42%
G=25.88%
B=44.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581392400.340.4200.06251.2977.174.31
Hex9E8BF0222A06fb4d4a
Octal236213360425206373115112
Binary10011110100010111111000010001010101001101111101110011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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