Html Css Color HEX #8E5DEC Medium Purple

📋 copy color: '#8E5DEC'

red 142 ◦ green 93 ◦ blue 236

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

Shades of Medium Purple #8E5DEC

Tints of Medium Purple #8E5DEC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.75%

 BLUE value IS 236 (92.58% from 255) = 50.11%

R = 30.15%
G = 19.75%
B = 50.11%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E5DEC (or 0x8E5DEC) is known color: Medium Purple. HEX triplet: 8E, 5D and EC. RGB value is (142,93,236). Sum of RGB (Red+Green+Blue) = 142+93+236=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E5DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5DEC is #71A213. Grayscale: #7B7B7B. Windows color (decimal): -7447060 or 15490446. OLE color: 15490446.

HSL color Cylindrical-coordinate representation of color #8E5DEC: hue angle of 260.56º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E5DEC is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 93 236 -
CMYK 0.40 0.61 0 0.07
HSL 260.56º 0.79% 0.65% -
HSV(B) 260.56º 0.61% 0.93% -
XYZ 30.21 19.64 81.55 -
YUV 123.95 191.23 140.87 -
System Red Green Blue C M Y K H S L
Decimal 142 93 236 0.40 0.61 0 0.07 260.56 0.79 0.65
Hex 8E 5D EC 28 3D 0 7 105 4F 41
Octal 216 135 354 50 75 0 7 405 117 101
Binary 10001110 1011101 11101100 101000 111101 0 111 100000101 1001111 1000001

Color Harmonies of #8E5DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5DEC

Black with #8E5DEC

Text Example


Text Example

White with #8E5DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,93,236); }

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

background-color css

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

 a { background-color: rgb(142,93,236); }

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

border-color css

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

 span { border-color: rgb(142,93,236); }

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