Html Css Color HEX #8D7EDC Medium Purple

📋 copy color: '#8D7EDC'

red 141 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #8D7EDC

Tints of Medium Purple #8D7EDC

RGB

 RED value IS 141 (55.47% from 255) = 28.95%

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

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

R = 28.95%
G = 25.87%
B = 45.17%

CMYK

 C value IS 0.36

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D7EDC (or 0x8D7EDC) is known color: Medium Purple. HEX triplet: 8D, 7E and DC. RGB value is (141,126,220). Sum of RGB (Red+Green+Blue) = 141+126+220=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EDC is #728123. Grayscale: #8C8C8C. Windows color (decimal): -7504164 or 14450317. OLE color: 14450317.

HSL color Cylindrical-coordinate representation of color #8D7EDC: hue angle of 249.57º 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 #8D7EDC is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 126 220 -
CMYK 0.36 0.43 0 0.14
HSL 249.57º 0.57% 0.68% -
HSV(B) 249.57º 0.43% 0.86% -
XYZ 31.36 25.75 71.03 -
YUV 141.2 172.47 127.86 -
System Red Green Blue C M Y K H S L
Decimal 141 126 220 0.36 0.43 0 0.14 249.57 0.57 0.68
Hex 8D 7E DC 24 2B 0 E FA 39 44
Octal 215 176 334 44 53 0 16 372 71 104
Binary 10001101 1111110 11011100 100100 101011 0 1110 11111010 111001 1000100

Color Harmonies of #8D7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7EDC

Black with #8D7EDC

Text Example


Text Example

White with #8D7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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