Html Css Color HEX #8E7CD7 Medium Purple

📋 copy color: '#8E7CD7'

red 142 ◦ green 124 ◦ blue 215

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

Shades of Medium Purple #8E7CD7

Tints of Medium Purple #8E7CD7

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.78%

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 29.52%
G = 25.78%
B = 44.7%

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

#8E7CD7 (or 0x8E7CD7) is known color: Medium Purple. HEX triplet: 8E, 7C and D7. RGB value is (142,124,215). Sum of RGB (Red+Green+Blue) = 142+124+215=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #8E7CD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CD7 is #718328. Grayscale: #8B8B8B. Windows color (decimal): -7439145 or 14122126. OLE color: 14122126.

HSL color Cylindrical-coordinate representation of color #8E7CD7: hue angle of 251.87º degrees, saturation: 0.53, 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 #8E7CD7 is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 124 215 -
CMYK 0.34 0.42 0 0.16
HSL 251.87º 0.53% 0.66% -
HSV(B) 251.87º 0.42% 0.84% -
XYZ 30.63 25.07 67.52 -
YUV 139.76 170.46 129.6 -
System Red Green Blue C M Y K H S L
Decimal 142 124 215 0.34 0.42 0 0.16 251.87 0.53 0.66
Hex 8E 7C D7 22 2A 0 10 FC 35 42
Octal 216 174 327 42 52 0 20 374 65 102
Binary 10001110 1111100 11010111 100010 101010 0 10000 11111100 110101 1000010

Color Harmonies of #8E7CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CD7

Black with #8E7CD7

Text Example


Text Example

White with #8E7CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,124,215); }

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

background-color css

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

 a { background-color: rgb(142,124,215); }

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

border-color css

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

 span { border-color: rgb(142,124,215); }

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