#9E8AEE

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

Shades of Medium Purple #9E8AEE

Tints of Medium Purple #9E8AEE

Color information

#9E8AEE (or 0x9E8AEE) is unknown color: approx Medium Purple. HEX triplet: 9E, 8A and EE. RGB value is (158,138,238). Sum of RGB (Red+Green+Blue) = 158+138+238=534 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.59% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E8AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9E8AEE is #617511. Grayscale: #9B9B9B. Windows color (decimal): -6386962 or 15633054. OLE color: 15633054.

HSL color Cylindrical-coordinate representation of color #9E8AEE: hue angle of 252º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E8AEE is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158138238-
CMYK0.340.4200.07
HSL252º74.63%73.73%-
HSV(B)252º42.02%93.33%-
XYZ38.6231.6284.96-
YUV155.38174.63129.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.59%
GREEN value IS 138 (54.30% from 255) = 25.84%
BLUE value IS 238 (93.36% from 255) = 44.57%
R=29.59%
G=25.84%
B=44.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581382380.340.4200.0725274.6373.73
Hex9E8AEE222A07fc4b4a
Octal236212356425207374113112
Binary10011110100010101110111010001010101001111111110010010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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