#9E5AEB

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

Shades of Medium Purple #9E5AEB

Tints of Medium Purple #9E5AEB

Color information

#9E5AEB (or 0x9E5AEB) is unknown color: approx Medium Purple. HEX triplet: 9E, 5A and EB. RGB value is (158,90,235). Sum of RGB (Red+Green+Blue) = 158+90+235=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E5AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E5AEB is #61A514. Grayscale: #7E7E7E. Windows color (decimal): -6399253 or 15424158. OLE color: 15424158.

HSL color Cylindrical-coordinate representation of color #9E5AEB: hue angle of 268.14º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E5AEB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15890235-
CMYK0.330.6200.08
HSL268.14º78.38%63.73%-
HSV(B)268.14º61.7%92.16%-
XYZ32.7520.5880.84-
YUV126.86189.03150.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 90 (35.55% from 255) = 18.63%
BLUE value IS 235 (92.19% from 255) = 48.65%
R=32.71%
G=18.63%
B=48.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal158902350.330.6200.08268.1478.3863.73
Hex9E5AEB213E0810c4e40
Octal2361323534176010414116100
Binary100111101011010111010111000011111100100010000110010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E5AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,90,235); }

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

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

 a { background-color: rgb(158,90,235); }

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

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

 span { border-color: rgb(158,90,235); }

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