#8E5FEC

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

Shades of Medium Purple #8E5FEC

Tints of Medium Purple #8E5FEC

Color information

#8E5FEC (or 0x8E5FEC) is unknown color: approx Medium Purple. HEX triplet: 8E, 5F and EC. RGB value is (142,95,236). Sum of RGB (Red+Green+Blue) = 142+95+236=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E5FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5FEC is #71A013. Grayscale: #7C7C7C. Windows color (decimal): -7446548 or 15490958. OLE color: 15490958.

HSL color Cylindrical-coordinate representation of color #8E5FEC: hue angle of 260º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E5FEC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14295236-
CMYK0.400.6000.07
HSL260º78.77%64.9%-
HSV(B)260º59.75%92.55%-
XYZ30.3919.9981.61-
YUV125.13190.57140.04-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 236 (92.58% from 255) = 49.89%
R=30.02%
G=20.08%
B=49.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142952360.400.6000.0726078.7764.9
Hex8E5FEC283C071044f41
Octal216137354507407404117101
Binary10001110101111111101100101000111100011110000010010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,95,236); }

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

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

 a { background-color: rgb(142,95,236); }

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

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

 span { border-color: rgb(142,95,236); }

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