Html Css Color HEX #8E7FDC Medium Purple

📋 copy color: '#8E7FDC'

red 142 ◦ green 127 ◦ blue 220

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

Shades of Medium Purple #8E7FDC

Tints of Medium Purple #8E7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.97%

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

R = 29.04%
G = 25.97%
B = 44.99%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E7FDC (or 0x8E7FDC) is known color: Medium Purple. HEX triplet: 8E, 7F and DC. RGB value is (142,127,220). Sum of RGB (Red+Green+Blue) = 142+127+220=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 127 (50% from 255 or 25.97% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E7FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7FDC is #718023. Grayscale: #8D8D8D. Windows color (decimal): -7438372 or 14450574. OLE color: 14450574.

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

Color convert

RGB 142 127 220 -
CMYK 0.35 0.42 0 0.14
HSL 249.68º 0.57% 0.68% -
HSV(B) 249.68º 0.42% 0.86% -
XYZ 31.66 26.1 71.08 -
YUV 142.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 142 127 220 0.35 0.42 0 0.14 249.68 0.57 0.68
Hex 8E 7F DC 23 2A 0 E FA 39 44
Octal 216 177 334 43 52 0 16 372 71 104
Binary 10001110 1111111 11011100 100011 101010 0 1110 11111010 111001 1000100

Color Harmonies of #8E7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7FDC

Black with #8E7FDC

Text Example


Text Example

White with #8E7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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