#9E5BE9

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

Shades of Medium Purple #9E5BE9

Tints of Medium Purple #9E5BE9

Color information

#9E5BE9 (or 0x9E5BE9) is unknown color: approx Medium Purple. HEX triplet: 9E, 5B and E9. RGB value is (158,91,233). Sum of RGB (Red+Green+Blue) = 158+91+233=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #9E5BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5BE9 is #61A416. Grayscale: #7E7E7E. Windows color (decimal): -6398999 or 15293342. OLE color: 15293342.

HSL color Cylindrical-coordinate representation of color #9E5BE9: hue angle of 268.31º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9E5BE9 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15891233-
CMYK0.320.6100.09
HSL268.31º76.34%63.53%-
HSV(B)268.31º60.94%91.37%-
XYZ32.5520.6379.36-
YUV127.22187.7149.95-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.78%
GREEN value IS 91 (35.94% from 255) = 18.88%
BLUE value IS 233 (91.41% from 255) = 48.34%
R=32.78%
G=18.88%
B=48.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal158912330.320.6100.09268.3176.3463.53
Hex9E5BE9203D0910c4c40
Octal2361333514075011414114100
Binary100111101011011111010011000001111010100110000110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,91,233); }

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

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

 a { background-color: rgb(158,91,233); }

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

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

 span { border-color: rgb(158,91,233); }

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