#9E8CF1

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

Shades of Medium Purple #9E8CF1

Tints of Medium Purple #9E8CF1

Color information

#9E8CF1 (or 0x9E8CF1) is unknown color: approx Medium Purple. HEX triplet: 9E, 8C and F1. RGB value is (158,140,241). Sum of RGB (Red+Green+Blue) = 158+140+241=539 (71% of max value = 765). Red value is 158 (62.11% from 255 or 29.31% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #9E8CF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8CF1 is #61730E. Grayscale: #9C9C9C. Windows color (decimal): -6386447 or 15830174. OLE color: 15830174.

HSL color Cylindrical-coordinate representation of color #9E8CF1: hue angle of 250.69º 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 #9E8CF1 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158140241-
CMYK0.340.4200.05
HSL250.69º78.29%74.71%-
HSV(B)250.69º41.91%94.51%-
XYZ39.3632.3887.39-
YUV156.9175.46128.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.31%
GREEN value IS 140 (55.08% from 255) = 25.97%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=29.31%
G=25.97%
B=44.71%

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
Decimal1581402410.340.4200.05250.6978.2974.71
Hex9E8CF1222A05fb4e4b
Octal236214361425205373116113
Binary10011110100011001111000110001010101001011111101110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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