#8E65EA

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

Shades of Medium Purple #8E65EA

Tints of Medium Purple #8E65EA

Color information

#8E65EA (or 0x8E65EA) is unknown color: approx Medium Purple. HEX triplet: 8E, 65 and EA. RGB value is (142,101,234). Sum of RGB (Red+Green+Blue) = 142+101+234=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E65EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E65EA is #719A15. Grayscale: #7F7F7F. Windows color (decimal): -7445014 or 15361422. OLE color: 15361422.

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

Color convert

RGB142101234-
CMYK0.390.5700.08
HSL258.5º76%65.69%-
HSV(B)258.5º56.84%91.76%-
XYZ30.662180.28-
YUV128.42187.58137.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.77%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 234 (91.80% from 255) = 49.06%
R=29.77%
G=21.17%
B=49.06%

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
Decimal1421012340.390.5700.08258.57665.69
Hex8E65EA2739081024c42
Octal2161453524771010402114102
Binary100011101100101111010101001111110010100010000001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E65EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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