#8E60ED

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

Shades of Medium Purple #8E60ED

Tints of Medium Purple #8E60ED

Color information

#8E60ED (or 0x8E60ED) is unknown color: approx Medium Purple. HEX triplet: 8E, 60 and ED. RGB value is (142,96,237). Sum of RGB (Red+Green+Blue) = 142+96+237=475 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.89% from 475); Green value is 96 (37.89% from 255 or 20.21% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E60ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E60ED is #719F12. Grayscale: #7D7D7D. Windows color (decimal): -7446291 or 15556750. OLE color: 15556750.

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

Color convert

RGB14296237-
CMYK0.400.5900.07
HSL259.57º79.66%65.29%-
HSV(B)259.57º59.49%92.94%-
XYZ30.6220.2382.41-
YUV125.83190.74139.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.89%
GREEN value IS 96 (37.89% from 255) = 20.21%
BLUE value IS 237 (92.97% from 255) = 49.89%
R=29.89%
G=20.21%
B=49.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142962370.400.5900.07259.5779.6665.29
Hex8E60ED283B071045041
Octal216140355507307404120101
Binary10001110110000011101101101000111011011110000010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E60ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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