#9E6AE5

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

Shades of Medium Purple #9E6AE5

Tints of Medium Purple #9E6AE5

Color information

#9E6AE5 (or 0x9E6AE5) is unknown color: approx Medium Purple. HEX triplet: 9E, 6A and E5. RGB value is (158,106,229). Sum of RGB (Red+Green+Blue) = 158+106+229=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #9E6AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6AE5 is #61951A. Grayscale: #878787. Windows color (decimal): -6395163 or 15035038. OLE color: 15035038.

HSL color Cylindrical-coordinate representation of color #9E6AE5: hue angle of 265.37º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6AE5 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB158106229-
CMYK0.310.5400.10
HSL265.37º70.29%65.69%-
HSV(B)265.37º53.71%89.8%-
XYZ33.423.2376.85-
YUV135.57180.73144-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 229 (89.84% from 255) = 46.45%
R=32.05%
G=21.50%
B=46.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1581062290.310.5400.10265.3770.2965.69
Hex9E6AE51F360A1094642
Octal2361523453766012411106102
Binary10011110110101011100101111111101100101010000100110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,106,229); }

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

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

 a { background-color: rgb(158,106,229); }

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

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

 span { border-color: rgb(158,106,229); }

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