#8E5FE6

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

Shades of Medium Purple #8E5FE6

Tints of Medium Purple #8E5FE6

Color information

#8E5FE6 (or 0x8E5FE6) is unknown color: approx Medium Purple. HEX triplet: 8E, 5F and E6. RGB value is (142,95,230). Sum of RGB (Red+Green+Blue) = 142+95+230=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E5FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5FE6 is #71A019. Grayscale: #7B7B7B. Windows color (decimal): -7446554 or 15097742. OLE color: 15097742.

HSL color Cylindrical-coordinate representation of color #8E5FE6: hue angle of 260.89º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E5FE6 is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14295230-
CMYK0.380.5900.10
HSL260.89º72.97%63.73%-
HSV(B)260.89º58.7%90.2%-
XYZ29.5319.6577.1-
YUV124.44187.57140.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.41%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 230 (90.23% from 255) = 49.25%
R=30.41%
G=20.34%
B=49.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal142952300.380.5900.10260.8972.9763.73
Hex8E5FE6263B0A1054940
Octal2161373464673012405111100
Binary100011101011111111001101001101110110101010000010110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5FE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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