#8E64EA

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

Shades of Medium Purple #8E64EA

Tints of Medium Purple #8E64EA

Color information

#8E64EA (or 0x8E64EA) is unknown color: approx Medium Purple. HEX triplet: 8E, 64 and EA. RGB value is (142,100,234). Sum of RGB (Red+Green+Blue) = 142+100+234=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E64EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E64EA is #719B15. Grayscale: #7F7F7F. Windows color (decimal): -7445270 or 15361166. OLE color: 15361166.

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

Color convert

RGB142100234-
CMYK0.390.5700.08
HSL258.81º76.14%65.49%-
HSV(B)258.81º57.26%91.76%-
XYZ30.5620.8180.25-
YUV127.83187.91138.1-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 100 (39.45% from 255) = 21.01%
BLUE value IS 234 (91.80% from 255) = 49.16%
R=29.83%
G=21.01%
B=49.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1421002340.390.5700.08258.8176.1465.49
Hex8E64EA2739081034c41
Octal2161443524771010403114101
Binary100011101100100111010101001111110010100010000001110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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