Html Css Color HEX #8D7EDA Medium Purple

📋 copy color: '#8D7EDA'

red 141 ◦ green 126 ◦ blue 218

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

Shades of Medium Purple #8D7EDA

Tints of Medium Purple #8D7EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 29.07%
G = 25.98%
B = 44.95%

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

#8D7EDA (or 0x8D7EDA) is known color: Medium Purple. HEX triplet: 8D, 7E and DA. RGB value is (141,126,218). Sum of RGB (Red+Green+Blue) = 141+126+218=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EDA is #728125. Grayscale: #8C8C8C. Windows color (decimal): -7504166 or 14319245. OLE color: 14319245.

HSL color Cylindrical-coordinate representation of color #8D7EDA: hue angle of 249.78º degrees, saturation: 0.55, 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 #8D7EDA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 126 218 -
CMYK 0.35 0.42 0 0.15
HSL 249.78º 0.55% 0.67% -
HSV(B) 249.78º 0.42% 0.85% -
XYZ 31.1 25.65 69.64 -
YUV 140.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 141 126 218 0.35 0.42 0 0.15 249.78 0.55 0.67
Hex 8D 7E DA 23 2A 0 F FA 37 43
Octal 215 176 332 43 52 0 17 372 67 103
Binary 10001101 1111110 11011010 100011 101010 0 1111 11111010 110111 1000011

Color Harmonies of #8D7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7EDA

Black with #8D7EDA

Text Example


Text Example

White with #8D7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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