Html Css Color HEX #8C7EDC Medium Purple

📋 copy color: '#8C7EDC'

red 140 ◦ green 126 ◦ blue 220

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

Shades of Medium Purple #8C7EDC

Tints of Medium Purple #8C7EDC

RGB

 RED value IS 140 (55.08% from 255) = 28.81%

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

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

R = 28.81%
G = 25.93%
B = 45.27%

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

#8C7EDC (or 0x8C7EDC) is known color: Medium Purple. HEX triplet: 8C, 7E and DC. RGB value is (140,126,220). Sum of RGB (Red+Green+Blue) = 140+126+220=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #8C7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EDC is #738123. Grayscale: #8C8C8C. Windows color (decimal): -7569700 or 14450316. OLE color: 14450316.

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

Color convert

RGB 140 126 220 -
CMYK 0.36 0.43 0 0.14
HSL 248.94º 0.57% 0.68% -
HSV(B) 248.94º 0.43% 0.86% -
XYZ 31.19 25.66 71.02 -
YUV 140.9 172.64 127.36 -
System Red Green Blue C M Y K H S L
Decimal 140 126 220 0.36 0.43 0 0.14 248.94 0.57 0.68
Hex 8C 7E DC 24 2B 0 E F9 39 44
Octal 214 176 334 44 53 0 16 371 71 104
Binary 10001100 1111110 11011100 100100 101011 0 1110 11111001 111001 1000100

Color Harmonies of #8C7EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7EDC

Black with #8C7EDC

Text Example


Text Example

White with #8C7EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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