#8E61ED

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

Shades of Medium Purple #8E61ED

Tints of Medium Purple #8E61ED

Color information

#8E61ED (or 0x8E61ED) is unknown color: approx Medium Purple. HEX triplet: 8E, 61 and ED. RGB value is (142,97,237). Sum of RGB (Red+Green+Blue) = 142+97+237=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E61ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E61ED is #719E12. Grayscale: #7D7D7D. Windows color (decimal): -7446035 or 15557006. OLE color: 15557006.

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

Color convert

RGB14297237-
CMYK0.400.5900.07
HSL259.29º79.55%65.49%-
HSV(B)259.29º59.07%92.94%-
XYZ30.7220.4182.44-
YUV126.42190.41139.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 29.83%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 237 (92.97% from 255) = 49.79%
R=29.83%
G=20.38%
B=49.79%

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
Decimal142972370.400.5900.07259.2979.5565.49
Hex8E61ED283B071035041
Octal216141355507307403120101
Binary10001110110000111101101101000111011011110000001110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E61ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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