Html Css Color HEX #8E5DED Medium Purple

📋 copy color: '#8E5DED'

red 142 ◦ green 93 ◦ blue 237

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

Shades of Medium Purple #8E5DED

Tints of Medium Purple #8E5DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 30.08%
G = 19.7%
B = 50.21%

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

#8E5DED (or 0x8E5DED) is known color: Medium Purple. HEX triplet: 8E, 5D and ED. RGB value is (142,93,237). Sum of RGB (Red+Green+Blue) = 142+93+237=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E5DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5DED is #71A212. Grayscale: #7B7B7B. Windows color (decimal): -7447059 or 15555982. OLE color: 15555982.

HSL color Cylindrical-coordinate representation of color #8E5DED: hue angle of 260.42º degrees, saturation: 0.8, 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 #8E5DED is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 93 237 -
CMYK 0.40 0.61 0 0.07
HSL 260.42º 0.8% 0.65% -
HSV(B) 260.42º 0.61% 0.93% -
XYZ 30.36 19.69 82.32 -
YUV 124.07 191.73 140.79 -
System Red Green Blue C M Y K H S L
Decimal 142 93 237 0.40 0.61 0 0.07 260.42 0.8 0.65
Hex 8E 5D ED 28 3D 0 7 104 50 41
Octal 216 135 355 50 75 0 7 404 120 101
Binary 10001110 1011101 11101101 101000 111101 0 111 100000100 1010000 1000001

Color Harmonies of #8E5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5DED

Black with #8E5DED

Text Example


Text Example

White with #8E5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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