#9E8BF1

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

Shades of Medium Purple #9E8BF1

Tints of Medium Purple #9E8BF1

Color information

#9E8BF1 (or 0x9E8BF1) is unknown color: approx Medium Purple. HEX triplet: 9E, 8B and F1. RGB value is (158,139,241). Sum of RGB (Red+Green+Blue) = 158+139+241=538 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.37% from 538); Green value is 139 (54.69% from 255 or 25.84% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E8BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8BF1 is #61740E. Grayscale: #9B9B9B. Windows color (decimal): -6386703 or 15829918. OLE color: 15829918.

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

Color convert

RGB158139241-
CMYK0.340.4200.05
HSL251.18º78.46%74.51%-
HSV(B)251.18º42.32%94.51%-
XYZ39.2132.0987.35-
YUV156.31175.79129.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.37%
GREEN value IS 139 (54.69% from 255) = 25.84%
BLUE value IS 241 (94.53% from 255) = 44.80%
R=29.37%
G=25.84%
B=44.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581392410.340.4200.05251.1878.4674.51
Hex9E8BF1222A05fb4e4b
Octal236213361425205373116113
Binary10011110100010111111000110001010101001011111101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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