Html Css Color HEX #8D6EDC Medium Purple

📋 copy color: '#8D6EDC'

red 141 ◦ green 110 ◦ blue 220

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

Shades of Medium Purple #8D6EDC

Tints of Medium Purple #8D6EDC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.35%

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

R = 29.94%
G = 23.35%
B = 46.71%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D6EDC (or 0x8D6EDC) is known color: Medium Purple. HEX triplet: 8D, 6E and DC. RGB value is (141,110,220). Sum of RGB (Red+Green+Blue) = 141+110+220=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #8D6EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6EDC is #729123. Grayscale: #838383. Windows color (decimal): -7508260 or 14446221. OLE color: 14446221.

HSL color Cylindrical-coordinate representation of color #8D6EDC: hue angle of 256.91º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D6EDC is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 141 110 220 -
CMYK 0.36 0.50 0 0.14
HSL 256.91º 0.61% 0.65% -
HSV(B) 256.91º 0.5% 0.86% -
XYZ 29.48 21.98 70.4 -
YUV 131.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 141 110 220 0.36 0.50 0 0.14 256.91 0.61 0.65
Hex 8D 6E DC 24 32 0 E 101 3D 41
Octal 215 156 334 44 62 0 16 401 75 101
Binary 10001101 1101110 11011100 100100 110010 0 1110 100000001 111101 1000001

Color Harmonies of #8D6EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6EDC

Black with #8D6EDC

Text Example


Text Example

White with #8D6EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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