Html Css Color HEX #8E5BDE Medium Purple

📋 copy color: '#8E5BDE'

red 142 ◦ green 91 ◦ blue 222

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

Shades of Medium Purple #8E5BDE

Tints of Medium Purple #8E5BDE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20%

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

R = 31.21%
G = 20%
B = 48.79%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E5BDE (or 0x8E5BDE) is known color: Medium Purple. HEX triplet: 8E, 5B and DE. RGB value is (142,91,222). Sum of RGB (Red+Green+Blue) = 142+91+222=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E5BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5BDE is #71A421. Grayscale: #787878. Windows color (decimal): -7447586 or 14572430. OLE color: 14572430.

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

Color convert

RGB 142 91 222 -
CMYK 0.36 0.59 0 0.13
HSL 263.36º 0.66% 0.61% -
HSV(B) 263.36º 0.59% 0.87% -
XYZ 28.08 18.51 71.2 -
YUV 121.18 184.9 142.85 -
System Red Green Blue C M Y K H S L
Decimal 142 91 222 0.36 0.59 0 0.13 263.36 0.66 0.61
Hex 8E 5B DE 24 3B 0 D 107 42 3D
Octal 216 133 336 44 73 0 15 407 102 75
Binary 10001110 1011011 11011110 100100 111011 0 1101 100000111 1000010 111101

Color Harmonies of #8E5BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5BDE

Black with #8E5BDE

Text Example


Text Example

White with #8E5BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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