#9E8AEB

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

Shades of Medium Purple #9E8AEB

Tints of Medium Purple #9E8AEB

Color information

#9E8AEB (or 0x9E8AEB) is unknown color: approx Medium Purple. HEX triplet: 9E, 8A and EB. RGB value is (158,138,235). Sum of RGB (Red+Green+Blue) = 158+138+235=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #9E8AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AEB is #617514. Grayscale: #9A9A9A. Windows color (decimal): -6386965 or 15436446. OLE color: 15436446.

HSL color Cylindrical-coordinate representation of color #9E8AEB: hue angle of 252.37º degrees, saturation: 0.71, 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 #9E8AEB is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158138235-
CMYK0.330.4100.08
HSL252.37º70.8%73.14%-
HSV(B)252.37º41.28%92.16%-
XYZ38.1831.4482.65-
YUV155.04173.13130.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 235 (92.19% from 255) = 44.26%
R=29.76%
G=25.99%
B=44.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581382350.330.4100.08252.3770.873.14
Hex9E8AEB212908fc4749
Octal2362123534151010374107111
Binary100111101000101011101011100001101001010001111110010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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