#9E8AE9

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

Shades of Medium Purple #9E8AE9

Tints of Medium Purple #9E8AE9

Color information

#9E8AE9 (or 0x9E8AE9) is unknown color: approx Medium Purple. HEX triplet: 9E, 8A and E9. RGB value is (158,138,233). Sum of RGB (Red+Green+Blue) = 158+138+233=529 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.87% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #9E8AE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AE9 is #617516. Grayscale: #9A9A9A. Windows color (decimal): -6386967 or 15305374. OLE color: 15305374.

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

Color convert

RGB158138233-
CMYK0.320.4100.09
HSL252.63º68.35%72.75%-
HSV(B)252.63º40.77%91.37%-
XYZ37.931.3381.14-
YUV154.81172.13130.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.87%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 233 (91.41% from 255) = 44.05%
R=29.87%
G=26.09%
B=44.05%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1581382330.320.4100.09252.6368.3572.75
Hex9E8AE9202909fd4449
Octal2362123514051011375104111
Binary100111101000101011101001100000101001010011111110110001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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