#9E8AE4

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

Shades of Medium Purple #9E8AE4

Tints of Medium Purple #9E8AE4

Color information

#9E8AE4 (or 0x9E8AE4) is unknown color: approx Medium Purple. HEX triplet: 9E, 8A and E4. RGB value is (158,138,228). Sum of RGB (Red+Green+Blue) = 158+138+228=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 228 (89.45% from 255 or 43.51% from 524); Max value from RGB is 228 - color contains mainly: blue. Hex color #9E8AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8AE4 is #61751B. Grayscale: #999999. Windows color (decimal): -6386972 or 14977694. OLE color: 14977694.

HSL color Cylindrical-coordinate representation of color #9E8AE4: hue angle of 253.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E8AE4 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB158138228-
CMYK0.310.3900.11
HSL253.33º62.5%71.76%-
HSV(B)253.33º39.47%89.41%-
XYZ37.1931.0577.43-
YUV154.24169.63130.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.15%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 228 (89.45% from 255) = 43.51%
R=30.15%
G=26.34%
B=43.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1581382280.310.3900.11253.3362.571.76
Hex9E8AE41F270Bfd3e48
Octal236212344374701337576110
Binary1001111010001010111001001111110011101011111111011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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