Html Css Color HEX #8E7EDC Medium Purple

📋 copy color: '#8E7EDC'

red 142 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #8E7EDC

Tints of Medium Purple #8E7EDC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.82%

 BLUE value IS 220 (86.33% from 255) = 45.08%

R = 29.1%
G = 25.82%
B = 45.08%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E7EDC (or 0x8E7EDC) is known color: Medium Purple. HEX triplet: 8E, 7E and DC. RGB value is (142,126,220). Sum of RGB (Red+Green+Blue) = 142+126+220=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7EDC is #718123. Grayscale: #8D8D8D. Windows color (decimal): -7438628 or 14450318. OLE color: 14450318.

HSL color Cylindrical-coordinate representation of color #8E7EDC: hue angle of 250.21º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E7EDC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 126 220 -
CMYK 0.35 0.43 0 0.14
HSL 250.21º 0.57% 0.68% -
HSV(B) 250.21º 0.43% 0.86% -
XYZ 31.53 25.84 71.04 -
YUV 141.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 142 126 220 0.35 0.43 0 0.14 250.21 0.57 0.68
Hex 8E 7E DC 23 2B 0 E FA 39 44
Octal 216 176 334 43 53 0 16 372 71 104
Binary 10001110 1111110 11011100 100011 101011 0 1110 11111010 111001 1000100

Color Harmonies of #8E7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7EDC

Black with #8E7EDC

Text Example


Text Example

White with #8E7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,126,220); }

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

background-color css

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

 a { background-color: rgb(142,126,220); }

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

border-color css

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

 span { border-color: rgb(142,126,220); }

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