Html Css Color HEX #8E7DD6 Medium Purple

📋 copy color: '#8E7DD6'

red 142 ◦ green 125 ◦ blue 214

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

Shades of Medium Purple #8E7DD6

Tints of Medium Purple #8E7DD6

RGB

 RED value IS 142 (55.86% from 255) = 29.52%

 GREEN value IS 125 (49.22% from 255) = 25.99%

 BLUE value IS 214 (83.98% from 255) = 44.49%

R = 29.52%
G = 25.99%
B = 44.49%

CMYK

 C value IS 0.34

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8E7DD6 (or 0x8E7DD6) is known color: Medium Purple. HEX triplet: 8E, 7D and D6. RGB value is (142,125,214). Sum of RGB (Red+Green+Blue) = 142+125+214=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 214 (83.98% from 255 or 44.49% from 481); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E7DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DD6 is #718229. Grayscale: #8B8B8B. Windows color (decimal): -7438890 or 14056846. OLE color: 14056846.

HSL color Cylindrical-coordinate representation of color #8E7DD6: hue angle of 251.46º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E7DD6 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 125 214 -
CMYK 0.34 0.42 0 0.16
HSL 251.46º 0.52% 0.66% -
HSV(B) 251.46º 0.42% 0.84% -
XYZ 30.63 25.27 66.88 -
YUV 140.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 142 125 214 0.34 0.42 0 0.16 251.46 0.52 0.66
Hex 8E 7D D6 22 2A 0 10 FB 34 42
Octal 216 175 326 42 52 0 20 373 64 102
Binary 10001110 1111101 11010110 100010 101010 0 10000 11111011 110100 1000010

Color Harmonies of #8E7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DD6

Black with #8E7DD6

Text Example


Text Example

White with #8E7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,125,214); }

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

background-color css

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

 a { background-color: rgb(142,125,214); }

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

border-color css

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

 span { border-color: rgb(142,125,214); }

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