#8E5BEA

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

Shades of Medium Purple #8E5BEA

Tints of Medium Purple #8E5BEA

Color information

#8E5BEA (or 0x8E5BEA) is unknown color: approx Medium Purple. HEX triplet: 8E, 5B and EA. RGB value is (142,91,234). Sum of RGB (Red+Green+Blue) = 142+91+234=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 234 (91.80% from 255 or 50.11% from 467); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E5BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5BEA is #71A415. Grayscale: #7A7A7A. Windows color (decimal): -7447574 or 15358862. OLE color: 15358862.

HSL color Cylindrical-coordinate representation of color #8E5BEA: hue angle of 261.4º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E5BEA is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14291234-
CMYK0.390.6100.08
HSL261.4º77.3%63.73%-
HSV(B)261.4º61.11%91.76%-
XYZ29.7519.1779.97-
YUV122.55190.9141.87-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 234 (91.80% from 255) = 50.11%
R=30.41%
G=19.49%
B=50.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142912340.390.6100.08261.477.363.73
Hex8E5BEA273D081054d40
Octal2161333524775010405115100
Binary100011101011011111010101001111111010100010000010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,91,234); }

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

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

 a { background-color: rgb(142,91,234); }

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

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

 span { border-color: rgb(142,91,234); }

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