Html Css Color HEX #8E6EDE Medium Purple

📋 copy color: '#8E6EDE'

red 142 ◦ green 110 ◦ blue 222

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

Shades of Medium Purple #8E6EDE

Tints of Medium Purple #8E6EDE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.21%

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

R = 29.96%
G = 23.21%
B = 46.84%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E6EDE (or 0x8E6EDE) is known color: Medium Purple. HEX triplet: 8E, 6E and DE. RGB value is (142,110,222). Sum of RGB (Red+Green+Blue) = 142+110+222=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 222 (87.11% from 255 or 46.84% from 474); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E6EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6EDE is #719121. Grayscale: #838383. Windows color (decimal): -7442722 or 14577294. OLE color: 14577294.

HSL color Cylindrical-coordinate representation of color #8E6EDE: hue angle of 257.14º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E6EDE is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 110 222 -
CMYK 0.36 0.50 0 0.13
HSL 257.14º 0.63% 0.65% -
HSV(B) 257.14º 0.5% 0.87% -
XYZ 29.92 22.18 71.81 -
YUV 132.34 178.6 134.89 -
System Red Green Blue C M Y K H S L
Decimal 142 110 222 0.36 0.50 0 0.13 257.14 0.63 0.65
Hex 8E 6E DE 24 32 0 D 101 3F 41
Octal 216 156 336 44 62 0 15 401 77 101
Binary 10001110 1101110 11011110 100100 110010 0 1101 100000001 111111 1000001

Color Harmonies of #8E6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6EDE

Black with #8E6EDE

Text Example


Text Example

White with #8E6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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