Html Css Color HEX #8E7DDE Medium Purple

📋 copy color: '#8E7DDE'

red 142 ◦ green 125 ◦ blue 222

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

Shades of Medium Purple #8E7DDE

Tints of Medium Purple #8E7DDE

RGB

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

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

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

R = 29.04%
G = 25.56%
B = 45.4%

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

#8E7DDE (or 0x8E7DDE) is known color: Medium Purple. HEX triplet: 8E, 7D and DE. RGB value is (142,125,222). Sum of RGB (Red+Green+Blue) = 142+125+222=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 125 (49.22% from 255 or 25.56% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E7DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7DDE is #718221. Grayscale: #8C8C8C. Windows color (decimal): -7438882 or 14581134. OLE color: 14581134.

HSL color Cylindrical-coordinate representation of color #8E7DDE: hue angle of 250.52º 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 #8E7DDE is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 125 222 -
CMYK 0.36 0.44 0 0.13
HSL 250.52º 0.6% 0.68% -
HSV(B) 250.52º 0.44% 0.87% -
XYZ 31.67 25.69 72.4 -
YUV 141.14 173.63 128.61 -
System Red Green Blue C M Y K H S L
Decimal 142 125 222 0.36 0.44 0 0.13 250.52 0.6 0.68
Hex 8E 7D DE 24 2C 0 D FB 3C 44
Octal 216 175 336 44 54 0 15 373 74 104
Binary 10001110 1111101 11011110 100100 101100 0 1101 11111011 111100 1000100

Color Harmonies of #8E7DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7DDE

Black with #8E7DDE

Text Example


Text Example

White with #8E7DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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