Html Css Color HEX #8E50EB Medium Purple

📋 copy color: '#8E50EB'

red 142 ◦ green 80 ◦ blue 235

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

Shades of Medium Purple #8E50EB

Tints of Medium Purple #8E50EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

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

R = 31.07%
G = 17.51%
B = 51.42%

CMYK

 C value IS 0.40

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E50EB (or 0x8E50EB) is known color: Medium Purple. HEX triplet: 8E, 50 and EB. RGB value is (142,80,235). Sum of RGB (Red+Green+Blue) = 142+80+235=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 235 (92.19% from 255 or 51.42% from 457); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E50EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E50EB is #71AF14. Grayscale: #737373. Windows color (decimal): -7450389 or 15421582. OLE color: 15421582.

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

Color convert

RGB 142 80 235 -
CMYK 0.40 0.66 0 0.08
HSL 264º 0.79% 0.62% -
HSV(B) 264º 0.66% 0.92% -
XYZ 29.02 17.49 80.44 -
YUV 116.21 195.04 146.4 -
System Red Green Blue C M Y K H S L
Decimal 142 80 235 0.40 0.66 0 0.08 264 0.79 0.62
Hex 8E 50 EB 28 42 0 8 108 4F 3E
Octal 216 120 353 50 102 0 10 410 117 76
Binary 10001110 1010000 11101011 101000 1000010 0 1000 100001000 1001111 111110

Color Harmonies of #8E50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E50EB

Black with #8E50EB

Text Example


Text Example

White with #8E50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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