#8E60EB

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

Shades of Medium Purple #8E60EB

Tints of Medium Purple #8E60EB

Color information

#8E60EB (or 0x8E60EB) is unknown color: approx Medium Purple. HEX triplet: 8E, 60 and EB. RGB value is (142,96,235). Sum of RGB (Red+Green+Blue) = 142+96+235=473 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.02% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E60EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E60EB is #719F14. Grayscale: #7D7D7D. Windows color (decimal): -7446293 or 15425678. OLE color: 15425678.

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

Color convert

RGB14296235-
CMYK0.400.5900.08
HSL259.86º77.65%64.9%-
HSV(B)259.86º59.15%92.16%-
XYZ30.3320.1180.88-
YUV125.6189.74139.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.02%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 235 (92.19% from 255) = 49.68%
R=30.02%
G=20.30%
B=49.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142962350.400.5900.08259.8677.6564.9
Hex8E60EB283B081044e41
Octal2161403535073010404116101
Binary100011101100000111010111010001110110100010000010010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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