#8C5EE7

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

Shades of Medium Purple #8C5EE7

Tints of Medium Purple #8C5EE7

Color information

#8C5EE7 (or 0x8C5EE7) is unknown color: approx Medium Purple. HEX triplet: 8C, 5E and E7. RGB value is (140,94,231). Sum of RGB (Red+Green+Blue) = 140+94+231=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 231 (90.62% from 255 or 49.68% from 465); Max value from RGB is 231 - color contains mainly: blue. Hex color #8C5EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C5EE7 is #73A118. Grayscale: #7A7A7A. Windows color (decimal): -7577881 or 15163020. OLE color: 15163020.

HSL color Cylindrical-coordinate representation of color #8C5EE7: hue angle of 260.15º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C5EE7 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14094231-
CMYK0.390.5900.09
HSL260.15º74.05%63.73%-
HSV(B)260.15º59.31%90.59%-
XYZ29.2419.3577.8-
YUV123.37188.74139.86-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 231 (90.62% from 255) = 49.68%
R=30.11%
G=20.22%
B=49.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal140942310.390.5900.09260.1574.0563.73
Hex8C5EE7273B091044a40
Octal2141363474773011404112100
Binary100011001011110111001111001111110110100110000010010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C5EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C5EE7; }

 p { color: rgb(140,94,231); }

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

<style>
 a { background-color: #8C5EE7; }

 a { background-color: rgb(140,94,231); }

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

<style>
 span { border-color: #8C5EE7; }

 span { border-color: rgb(140,94,231); }

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