Html Css Color HEX #8E7CDE Medium Purple

📋 copy color: '#8E7CDE'

red 142 ◦ green 124 ◦ blue 222

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

Shades of Medium Purple #8E7CDE

Tints of Medium Purple #8E7CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 45.49%

R = 29.1%
G = 25.41%
B = 45.49%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E7CDE (or 0x8E7CDE) is known color: Medium Purple. HEX triplet: 8E, 7C and DE. RGB value is (142,124,222). Sum of RGB (Red+Green+Blue) = 142+124+222=488 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.10% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 222 (87.11% from 255 or 45.49% from 488); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E7CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7CDE is #718321. Grayscale: #8C8C8C. Windows color (decimal): -7439138 or 14580878. OLE color: 14580878.

HSL color Cylindrical-coordinate representation of color #8E7CDE: hue angle of 251.02º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E7CDE is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 124 222 -
CMYK 0.36 0.44 0 0.13
HSL 251.02º 0.6% 0.68% -
HSV(B) 251.02º 0.44% 0.87% -
XYZ 31.55 25.44 72.35 -
YUV 140.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 142 124 222 0.36 0.44 0 0.13 251.02 0.6 0.68
Hex 8E 7C DE 24 2C 0 D FB 3C 44
Octal 216 174 336 44 54 0 15 373 74 104
Binary 10001110 1111100 11011110 100100 101100 0 1101 11111011 111100 1000100

Color Harmonies of #8E7CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7CDE

Black with #8E7CDE

Text Example


Text Example

White with #8E7CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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