#9e89ea

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

Shades of Medium Purple #9E89EA

Tints of Medium Purple #9E89EA

Color information

#9E89EA (or 0x9E89EA) is unknown color: approx Medium Purple. HEX triplet: 9E, 89 and EA. RGB value is (158,137,234). Sum of RGB (Red+Green+Blue) = 158+137+234=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #9E89EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E89EA is #617615. Grayscale: #999999. Windows color (decimal): -6387222 or 15370654. OLE color: 15370654.

HSL color Cylindrical-coordinate representation of color #9E89EA: hue angle of 252.99º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E89EA is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158137234-
CMYK0.320.4100.08
HSL252.99º69.78%72.75%-
HSV(B)252.99º41.45%91.76%-
XYZ37.931.181.85-
YUV154.34172.96130.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 137 (53.91% from 255) = 25.90%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=29.87%
G=25.90%
B=44.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581372340.320.4100.08252.9969.7872.75
Hex9E89EA202908fd4649
Octal2362113524051010375106111
Binary100111101000100111101010100000101001010001111110110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e89ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,137,234); }

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

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

 a { background-color: rgb(158,137,234); }

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

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

 span { border-color: rgb(158,137,234); }

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