Html Css Color HEX #8E5EEC Medium Purple

📋 copy color: '#8E5EEC'

red 142 ◦ green 94 ◦ blue 236

#8E5EEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #8E5EEC

Tints of Medium Purple #8E5EEC

RGB

 RED value IS 142 (55.86% from 255) = 30.08%

 GREEN value IS 94 (37.11% from 255) = 19.92%

 BLUE value IS 236 (92.58% from 255) = 50%

R = 30.08%
G = 19.92%
B = 50%

CMYK

 C value IS 0.40

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E5EEC (or 0x8E5EEC) is known color: Medium Purple. HEX triplet: 8E, 5E and EC. RGB value is (142,94,236). Sum of RGB (Red+Green+Blue) = 142+94+236=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E5EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5EEC is #71A113. Grayscale: #7C7C7C. Windows color (decimal): -7446804 or 15490702. OLE color: 15490702.

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

Color convert

RGB 142 94 236 -
CMYK 0.40 0.60 0 0.07
HSL 260.28º 0.79% 0.65% -
HSV(B) 260.28º 0.6% 0.93% -
XYZ 30.3 19.81 81.58 -
YUV 124.54 190.9 140.45 -
System Red Green Blue C M Y K H S L
Decimal 142 94 236 0.40 0.60 0 0.07 260.28 0.79 0.65
Hex 8E 5E EC 28 3C 0 7 104 4F 41
Octal 216 136 354 50 74 0 7 404 117 101
Binary 10001110 1011110 11101100 101000 111100 0 111 100000100 1001111 1000001

Color Harmonies of #8E5EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5EEC

Black with #8E5EEC

Text Example


Text Example

White with #8E5EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,236); }

 H1.HeaderClassName
 {
   color: #8E5EEC;
 }
 .AnyTagClassName
 {
   color: #8E5EEC;
 }
</style>

background-color css

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

 a { background-color: rgb(142,94,236); }

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

border-color css

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

 span { border-color: rgb(142,94,236); }

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