Html Css Color HEX #8E5EEB Medium Purple

📋 copy color: '#8E5EEB'

red 142 ◦ green 94 ◦ blue 235

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

Shades of Medium Purple #8E5EEB

Tints of Medium Purple #8E5EEB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.96%

 BLUE value IS 235 (92.19% from 255) = 49.89%

R = 30.15%
G = 19.96%
B = 49.89%

CMYK

 C value IS 0.40

 M value IS 0.6

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E5EEB (or 0x8E5EEB) is known color: Medium Purple. HEX triplet: 8E, 5E and EB. RGB value is (142,94,235). Sum of RGB (Red+Green+Blue) = 142+94+235=471 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.15% from 471); Green value is 94 (37.11% from 255 or 19.96% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E5EEB is #71A114. Grayscale: #7B7B7B. Windows color (decimal): -7446805 or 15425166. OLE color: 15425166.

HSL color Cylindrical-coordinate representation of color #8E5EEB: hue angle of 260.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8E5EEB is Cyan = 0.40, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 94 235 -
CMYK 0.40 0.6 0 0.08
HSL 260.43º 0.78% 0.65% -
HSV(B) 260.43º 0.6% 0.92% -
XYZ 30.15 19.75 80.82 -
YUV 124.43 190.4 140.54 -
System Red Green Blue C M Y K H S L
Decimal 142 94 235 0.40 0.6 0 0.08 260.43 0.78 0.65
Hex 8E 5E EB 28 3C 0 8 104 4E 41
Octal 216 136 353 50 74 0 10 404 116 101
Binary 10001110 1011110 11101011 101000 111100 0 1000 100000100 1001110 1000001

Color Harmonies of #8E5EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5EEB

Black with #8E5EEB

Text Example


Text Example

White with #8E5EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,94,235); }

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

background-color css

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

 a { background-color: rgb(142,94,235); }

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

border-color css

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

 span { border-color: rgb(142,94,235); }

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