Html Css Color HEX #8D7ED8 Medium Purple

📋 copy color: '#8D7ED8'

red 141 ◦ green 126 ◦ blue 216

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

Shades of Medium Purple #8D7ED8

Tints of Medium Purple #8D7ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.72%

R = 29.19%
G = 26.09%
B = 44.72%

CMYK

 C value IS 0.35

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8D7ED8 (or 0x8D7ED8) is known color: Medium Purple. HEX triplet: 8D, 7E and D8. RGB value is (141,126,216). Sum of RGB (Red+Green+Blue) = 141+126+216=483 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.19% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 216 (84.77% from 255 or 44.72% from 483); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D7ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ED8 is #728127. Grayscale: #8C8C8C. Windows color (decimal): -7504168 or 14188173. OLE color: 14188173.

HSL color Cylindrical-coordinate representation of color #8D7ED8: hue angle of 250º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D7ED8 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 126 216 -
CMYK 0.35 0.42 0 0.15
HSL 250º 0.54% 0.67% -
HSV(B) 250º 0.42% 0.85% -
XYZ 30.84 25.54 68.27 -
YUV 140.75 170.47 128.18 -
System Red Green Blue C M Y K H S L
Decimal 141 126 216 0.35 0.42 0 0.15 250 0.54 0.67
Hex 8D 7E D8 23 2A 0 F FA 36 43
Octal 215 176 330 43 52 0 17 372 66 103
Binary 10001101 1111110 11011000 100011 101010 0 1111 11111010 110110 1000011

Color Harmonies of #8D7ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7ED8

Black with #8D7ED8

Text Example


Text Example

White with #8D7ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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