#8E60EE

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

Shades of Medium Purple #8E60EE

Tints of Medium Purple #8E60EE

Color information

#8E60EE (or 0x8E60EE) is unknown color: approx Medium Purple. HEX triplet: 8E, 60 and EE. RGB value is (142,96,238). Sum of RGB (Red+Green+Blue) = 142+96+238=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 96 (37.89% from 255 or 20.17% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #8E60EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E60EE is #719F11. Grayscale: #7D7D7D. Windows color (decimal): -7446290 or 15622286. OLE color: 15622286.

HSL color Cylindrical-coordinate representation of color #8E60EE: hue angle of 259.44º degrees, saturation: 0.81, 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 #8E60EE is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB14296238-
CMYK0.400.6000.07
HSL259.44º80.68%65.49%-
HSV(B)259.44º59.66%93.33%-
XYZ30.7720.2983.18-
YUV125.94191.24139.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 96 (37.89% from 255) = 20.17%
BLUE value IS 238 (93.36% from 255) = 50%
R=29.83%
G=20.17%
B=50%

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
Decimal142962380.400.6000.07259.4480.6865.49
Hex8E60EE283C071035141
Octal216140356507407403121101
Binary10001110110000011101110101000111100011110000001110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,96,238); }

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

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

 a { background-color: rgb(142,96,238); }

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

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

 span { border-color: rgb(142,96,238); }

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